Searched defs:xFP (Results 1 - 3 of 3) sorted by relevance

/art/runtime/arch/arm64/
H A Dasm_support_arm64.S27 #define xFP x29 define
/art/runtime/interpreter/mterp/arm64/
H A Dheader.S26 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
95 /* During bringup, we'll use the shadow frame model instead of xFP */
100 #define xFP x21 define
112 * Instead of holding a pointer to the shadow frame, we keep xFP at the base of the vregs. So,
138 str xPC, [xFP, #OFF_FP_DEX_PC_PTR]
251 ldr \reg, [xFP, \vreg, uxtw #2]
254 str \reg, [xFP, \vreg, uxtw #2]
258 str \reg, [xFP, \vre
[all...]
/art/runtime/interpreter/mterp/out/
H A Dmterp_arm64.S33 Some (hopefully) temporary ugliness. We'll treat xFP as pointing to the
36 the shadow frame mechanism of double-storing object references - via xFP &
79 x21 xFP interpreted frame pointer, used for accessing locals and args
102 /* During bringup, we'll use the shadow frame model instead of xFP */
107 #define xFP x21 define
119 * Instead of holding a pointer to the shadow frame, we keep xFP at the base of the vregs. So,
145 str xPC, [xFP, #OFF_FP_DEX_PC_PTR]
258 ldr \reg, [xFP, \vreg, uxtw #2]
261 str \reg, [xFP, \vreg, uxtw #2]
265 str \reg, [xFP, \vre
[all...]

Completed in 259 milliseconds