Home | History | Annotate | Download | only in arm64

Lines Matching defs:xFP

26   Some (hopefully) temporary ugliness.  We'll treat xFP as pointing to the
29 the shadow frame mechanism of double-storing object references - via xFP &
72 x21 xFP interpreted frame pointer, used for accessing locals and args
94 /* During bringup, we'll use the shadow frame model instead of xFP */
97 #define xFP x21
109 * Instead of holding a pointer to the shadow frame, we keep xFP at the base of the vregs. So,
135 str xPC, [xFP, #OFF_FP_DEX_PC_PTR]
248 ldr \reg, [xFP, \vreg, uxtw #2]
251 str \reg, [xFP, \vreg, uxtw #2]
255 str \reg, [xFP, \vreg, uxtw #2]
264 add ip2, xFP, \vreg, lsl #2
268 add ip2, xFP, \vreg, lsl #2
279 ldrsw \reg, [xFP, \vreg, uxtw #2]
286 add \reg, xFP, \vreg, lsl #2 /* WARNING: handle shadow frame vreg zero if store */