HomeSort by relevance Sort by last modified time
    Searched defs:rFP (Results 1 - 18 of 18) sorted by null

  /dalvik/vm/compiler/template/ia32/
header.S 22 #define rFP %edi
  /dalvik/vm/compiler/template/armv5te/
header.S 57 r5 rFP interpreted frame pointer, used for accessing locals and args
75 #define rFP r5
89 str rPC, [rFP, #(-sizeofStackSaveArea + offStackSaveArea_currentPc)]
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-ia32.S 29 #define rFP %edi
CompilerTemplateAsm-armv5te.S 64 r5 rFP interpreted frame pointer, used for accessing locals and args
82 #define rFP r5
96 str rPC, [rFP, #(-sizeofStackSaveArea + offStackSaveArea_currentPc)]
177 SAVEAREA_FROM_FP(r0, rFP) @ r0<- saveArea (old)
195 mov rFP, r10 @ publish new FP
200 str rFP, [rSELF, #offThread_curFrame] @ curFrame = fp
215 stmia rSELF, {rPC, rFP} @ SAVE_PC_FP_TO_SELF()
236 SAVEAREA_FROM_FP(r1, rFP) @ r1<- stack save area
245 str rPC, [rFP, #(offStackSaveArea_currentPc - sizeofStackSaveArea)]
251 str rFP, [r1, #(offStackSaveArea_prevFrame - sizeofStackSaveArea)
    [all...]
CompilerTemplateAsm-armv5te-vfp.S 64 r5 rFP interpreted frame pointer, used for accessing locals and args
82 #define rFP r5
96 str rPC, [rFP, #(-sizeofStackSaveArea + offStackSaveArea_currentPc)]
177 SAVEAREA_FROM_FP(r0, rFP) @ r0<- saveArea (old)
195 mov rFP, r10 @ publish new FP
200 str rFP, [rSELF, #offThread_curFrame] @ curFrame = fp
215 stmia rSELF, {rPC, rFP} @ SAVE_PC_FP_TO_SELF()
236 SAVEAREA_FROM_FP(r1, rFP) @ r1<- stack save area
245 str rPC, [rFP, #(offStackSaveArea_currentPc - sizeofStackSaveArea)]
251 str rFP, [r1, #(offStackSaveArea_prevFrame - sizeofStackSaveArea)
    [all...]
CompilerTemplateAsm-armv7-a-neon.S 64 r5 rFP interpreted frame pointer, used for accessing locals and args
82 #define rFP r5
96 str rPC, [rFP, #(-sizeofStackSaveArea + offStackSaveArea_currentPc)]
177 SAVEAREA_FROM_FP(r0, rFP) @ r0<- saveArea (old)
195 mov rFP, r10 @ publish new FP
200 str rFP, [rSELF, #offThread_curFrame] @ curFrame = fp
215 stmia rSELF, {rPC, rFP} @ SAVE_PC_FP_TO_SELF()
236 SAVEAREA_FROM_FP(r1, rFP) @ r1<- stack save area
245 str rPC, [rFP, #(offStackSaveArea_currentPc - sizeofStackSaveArea)]
251 str rFP, [r1, #(offStackSaveArea_prevFrame - sizeofStackSaveArea)
    [all...]
CompilerTemplateAsm-armv7-a.S 64 r5 rFP interpreted frame pointer, used for accessing locals and args
82 #define rFP r5
96 str rPC, [rFP, #(-sizeofStackSaveArea + offStackSaveArea_currentPc)]
177 SAVEAREA_FROM_FP(r0, rFP) @ r0<- saveArea (old)
195 mov rFP, r10 @ publish new FP
200 str rFP, [rSELF, #offThread_curFrame] @ curFrame = fp
215 stmia rSELF, {rPC, rFP} @ SAVE_PC_FP_TO_SELF()
236 SAVEAREA_FROM_FP(r1, rFP) @ r1<- stack save area
245 str rPC, [rFP, #(offStackSaveArea_currentPc - sizeofStackSaveArea)]
251 str rFP, [r1, #(offStackSaveArea_prevFrame - sizeofStackSaveArea)
    [all...]
  /dalvik/vm/mterp/x86-atom/
header.S 47 * %edi rFP interpreted frame pointer, used for accessing
67 #define rFP %edi
91 movl rFP, offGlue_fp(\_reg)
99 movl rGLUE, rFP
100 movl offGlue_pc(rFP), rPC
101 movl offGlue_fp(rFP), rFP
115 movl rPC, (-sizeofStackSaveArea + offStackSaveArea_currentPc)(rFP)
124 lea -sizeofStackSaveArea(rFP), \_reg
132 movl (rFP,\_vreg, 4), \_vre
    [all...]
  /dalvik/vm/mterp/armv5te/
header.S 58 r5 rFP interpreted frame pointer, used for accessing locals and args
70 #define rFP r5
78 #define LOAD_FP_FROM_SELF() ldr rFP, [rSELF, #offThread_curFrame]
79 #define SAVE_FP_TO_SELF() str rFP, [rSELF, #offThread_curFrame]
80 #define LOAD_PC_FP_FROM_SELF() ldmia rSELF, {rPC, rFP}
81 #define SAVE_PC_FP_TO_SELF() stmia rSELF, {rPC, rFP}
93 str rPC, [rFP, #(-sizeofStackSaveArea + offStackSaveArea_currentPc)]
179 #define GET_VREG(_reg, _vreg) ldr _reg, [rFP, _vreg, lsl #2]
180 #define SET_VREG(_reg, _vreg) str _reg, [rFP, _vreg, lsl #2]
186 add _reg, rFP, _vreg, lsl #
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-x86-atom.S 54 * %edi rFP interpreted frame pointer, used for accessing
74 #define rFP %edi
98 movl rFP, offGlue_fp(\_reg)
106 movl rGLUE, rFP
107 movl offGlue_pc(rFP), rPC
108 movl offGlue_fp(rFP), rFP
122 movl rPC, (-sizeofStackSaveArea + offStackSaveArea_currentPc)(rFP)
131 lea -sizeofStackSaveArea(rFP), \_reg
139 movl (rFP,\_vreg, 4), \_vre
    [all...]
InterpAsm-x86.S 62 rFP esi interpreted frame pointer, used for accessing locals and args
70 o rPC, rFP, rINSTw/rINSTbl valid on handler entry and exit
77 #define rFP %edi
133 movl rFP,offThread_curFrame(\_reg)
137 movl rSELF,rFP
138 movl offThread_pc(rFP),rPC
139 movl offThread_curFrame(rFP),rFP
156 movl rPC, (-sizeofStackSaveArea + offStackSaveArea_currentPc)(rFP)
165 leal -sizeofStackSaveArea(rFP), \_re
    [all...]
InterpAsm-armv5te-vfp.S 65 r5 rFP interpreted frame pointer, used for accessing locals and args
77 #define rFP r5
85 #define LOAD_FP_FROM_SELF() ldr rFP, [rSELF, #offThread_curFrame]
86 #define SAVE_FP_TO_SELF() str rFP, [rSELF, #offThread_curFrame]
87 #define LOAD_PC_FP_FROM_SELF() ldmia rSELF, {rPC, rFP}
88 #define SAVE_PC_FP_TO_SELF() stmia rSELF, {rPC, rFP}
100 str rPC, [rFP, #(-sizeofStackSaveArea + offStackSaveArea_currentPc)]
186 #define GET_VREG(_reg, _vreg) ldr _reg, [rFP, _vreg, lsl #2]
187 #define SET_VREG(_reg, _vreg) str _reg, [rFP, _vreg, lsl #2]
193 add _reg, rFP, _vreg, lsl #
    [all...]
InterpAsm-armv5te.S 65 r5 rFP interpreted frame pointer, used for accessing locals and args
77 #define rFP r5
85 #define LOAD_FP_FROM_SELF() ldr rFP, [rSELF, #offThread_curFrame]
86 #define SAVE_FP_TO_SELF() str rFP, [rSELF, #offThread_curFrame]
87 #define LOAD_PC_FP_FROM_SELF() ldmia rSELF, {rPC, rFP}
88 #define SAVE_PC_FP_TO_SELF() stmia rSELF, {rPC, rFP}
100 str rPC, [rFP, #(-sizeofStackSaveArea + offStackSaveArea_currentPc)]
186 #define GET_VREG(_reg, _vreg) ldr _reg, [rFP, _vreg, lsl #2]
187 #define SET_VREG(_reg, _vreg) str _reg, [rFP, _vreg, lsl #2]
193 add _reg, rFP, _vreg, lsl #
    [all...]
InterpAsm-armv7-a-neon.S 65 r5 rFP interpreted frame pointer, used for accessing locals and args
77 #define rFP r5
85 #define LOAD_FP_FROM_SELF() ldr rFP, [rSELF, #offThread_curFrame]
86 #define SAVE_FP_TO_SELF() str rFP, [rSELF, #offThread_curFrame]
87 #define LOAD_PC_FP_FROM_SELF() ldmia rSELF, {rPC, rFP}
88 #define SAVE_PC_FP_TO_SELF() stmia rSELF, {rPC, rFP}
100 str rPC, [rFP, #(-sizeofStackSaveArea + offStackSaveArea_currentPc)]
186 #define GET_VREG(_reg, _vreg) ldr _reg, [rFP, _vreg, lsl #2]
187 #define SET_VREG(_reg, _vreg) str _reg, [rFP, _vreg, lsl #2]
193 add _reg, rFP, _vreg, lsl #
    [all...]
InterpAsm-armv7-a.S 65 r5 rFP interpreted frame pointer, used for accessing locals and args
77 #define rFP r5
85 #define LOAD_FP_FROM_SELF() ldr rFP, [rSELF, #offThread_curFrame]
86 #define SAVE_FP_TO_SELF() str rFP, [rSELF, #offThread_curFrame]
87 #define LOAD_PC_FP_FROM_SELF() ldmia rSELF, {rPC, rFP}
88 #define SAVE_PC_FP_TO_SELF() stmia rSELF, {rPC, rFP}
100 str rPC, [rFP, #(-sizeofStackSaveArea + offStackSaveArea_currentPc)]
186 #define GET_VREG(_reg, _vreg) ldr _reg, [rFP, _vreg, lsl #2]
187 #define SET_VREG(_reg, _vreg) str _reg, [rFP, _vreg, lsl #2]
193 add _reg, rFP, _vreg, lsl #
    [all...]
  /dalvik/vm/mterp/x86/
header.S 55 rFP esi interpreted frame pointer, used for accessing locals and args
63 o rPC, rFP, rINSTw/rINSTbl valid on handler entry and exit
70 #define rFP %edi
126 movl rFP,offThread_curFrame(\_reg)
130 movl rSELF,rFP
131 movl offThread_pc(rFP),rPC
132 movl offThread_curFrame(rFP),rFP
149 movl rPC, (-sizeofStackSaveArea + offStackSaveArea_currentPc)(rFP)
158 leal -sizeofStackSaveArea(rFP), \_re
    [all...]
  /dalvik/vm/compiler/codegen/x86/
X86LIR.h 148 #define rFP rESI
  /dalvik/vm/compiler/codegen/arm/
ArmLIR.h 26 * r5 (rFP) is reserved [holds Dalvik frame pointer]
211 * rPC, rFP, and rSELF are for architecture-independent code to use.
220 rFP = 5,
221 r5FP = rFP,
    [all...]

Completed in 348 milliseconds