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
- 01 = unchained function, `<lr>` is saved in stack
360
-
- 10 = chained function with signed return address
360
+
- 10 = chained function with a `pacibsp`signed return address
361
361
- 11 = chained function, a store/load pair instruction is used in prolog/epilog `<x29,lr>`
362
362
-**H** is a 1-bit flag indicating whether the function homes the integer parameter registers (x0-x7) by storing them at the very start of the function. (0 = doesn't home registers, 1 = homes registers).
363
363
-**RegI** is a 4-bit field indicating the number of non-volatile INT registers (x19-x28) saved in the canonical stack location.
@@ -382,7 +382,7 @@ Step 6: Allocate remaining stack, including local area, `<x29,lr>` pair, and out
382
382
| Step # | Flag values | # of instructions | Opcode | Unwind code |
0 commit comments