You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ENTER in ARCv3 stores different registers and in a different
order rather than ARCv2's variant:
1. R14-R27 instead of R13-R26.
2. FP is stored last.
Stack unwinder relies on that information while handling ENTER.
Note that this patch does not add support of floating point
registers for ENTER.
Signed-off-by: Yuriy Kolerov <[email protected]>
0 commit comments