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

  /dalvik/vm/compiler/template/armv5te/
header.S 64 r4 rPC interpreted program counter, used for fetching instructions
74 #define rPC r4
89 str rPC, [rFP, #(-sizeofStackSaveArea + offStackSaveArea_currentPc)]
  /dalvik/vm/mterp/x86-atom/
header.S 44 * %esi rPC interpreted program counter, used for fetching
66 #define rPC %esi
90 movl rPC, offGlue_pc(\_reg)
100 movl offGlue_pc(rFP), rPC
115 movl rPC, (-sizeofStackSaveArea + offStackSaveArea_currentPc)(rFP)
144 * Fetch the next instruction from rPC into rINST. Does not advance rPC.
148 movzwl (rPC), rINST
152 * Fetch the next instruction from the specified offset. Advances rPC
161 add $$(\_count*2), rPC
    [all...]
  /dalvik/vm/mterp/armv5te/
header.S 57 r4 rPC interpreted program counter, used for fetching instructions
69 #define rPC r4
76 #define LOAD_PC_FROM_GLUE() ldr rPC, [rGLUE, #offGlue_pc]
77 #define SAVE_PC_TO_GLUE() str rPC, [rGLUE, #offGlue_pc]
80 #define LOAD_PC_FP_FROM_GLUE() ldmia rGLUE, {rPC, rFP}
81 #define SAVE_PC_FP_TO_GLUE() stmia rGLUE, {rPC, rFP}
93 str rPC, [rFP, #(-sizeofStackSaveArea + offStackSaveArea_currentPc)]
104 * Fetch the next instruction from rPC into rINST. Does not advance rPC.
106 #define FETCH_INST() ldrh rINST, [rPC]
    [all...]
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-armv5te-vfp.S 71 r4 rPC interpreted program counter, used for fetching instructions
81 #define rPC r4
96 str rPC, [rFP, #(-sizeofStackSaveArea + offStackSaveArea_currentPc)]
183 ldr rPC, [r0, #offStackSaveArea_savedPc] @ rPC<- saveArea->savedPc
206 add rPC, rPC, #6 @ publish new rPC (advance 6 bytes)
218 stmia rGLUE, {rPC, rFP} @ SAVE_PC_FP_TO_GLUE()
231 * into rPC then jump to dvmJitToInterpNoChain to dispatch th
    [all...]
CompilerTemplateAsm-armv5te.S 71 r4 rPC interpreted program counter, used for fetching instructions
81 #define rPC r4
96 str rPC, [rFP, #(-sizeofStackSaveArea + offStackSaveArea_currentPc)]
183 ldr rPC, [r0, #offStackSaveArea_savedPc] @ rPC<- saveArea->savedPc
206 add rPC, rPC, #6 @ publish new rPC (advance 6 bytes)
218 stmia rGLUE, {rPC, rFP} @ SAVE_PC_FP_TO_GLUE()
231 * into rPC then jump to dvmJitToInterpNoChain to dispatch th
    [all...]
CompilerTemplateAsm-armv7-a-neon.S 71 r4 rPC interpreted program counter, used for fetching instructions
81 #define rPC r4
96 str rPC, [rFP, #(-sizeofStackSaveArea + offStackSaveArea_currentPc)]
183 ldr rPC, [r0, #offStackSaveArea_savedPc] @ rPC<- saveArea->savedPc
206 add rPC, rPC, #6 @ publish new rPC (advance 6 bytes)
218 stmia rGLUE, {rPC, rFP} @ SAVE_PC_FP_TO_GLUE()
231 * into rPC then jump to dvmJitToInterpNoChain to dispatch th
    [all...]
CompilerTemplateAsm-armv7-a.S 71 r4 rPC interpreted program counter, used for fetching instructions
81 #define rPC r4
96 str rPC, [rFP, #(-sizeofStackSaveArea + offStackSaveArea_currentPc)]
183 ldr rPC, [r0, #offStackSaveArea_savedPc] @ rPC<- saveArea->savedPc
206 add rPC, rPC, #6 @ publish new rPC (advance 6 bytes)
218 stmia rGLUE, {rPC, rFP} @ SAVE_PC_FP_TO_GLUE()
231 * into rPC then jump to dvmJitToInterpNoChain to dispatch th
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-x86-atom.S 51 * %esi rPC interpreted program counter, used for fetching
73 #define rPC %esi
97 movl rPC, offGlue_pc(\_reg)
107 movl offGlue_pc(rFP), rPC
122 movl rPC, (-sizeofStackSaveArea + offStackSaveArea_currentPc)(rFP)
151 * Fetch the next instruction from rPC into rINST. Does not advance rPC.
155 movzwl (rPC), rINST
159 * Fetch the next instruction from the specified offset. Advances rPC
168 add $(\_count*2), rPC
    [all...]
InterpAsm-x86.S 62 rPC edx interpreted program counter, used for fetching instructions
71 o rPC, rFP, rIBASE, rINST/rOPCODE valid on handler entry and exit
73 o rPC is in the caller save set, and will be killed across external calls. Don't
78 #define rPC %edx
120 #define LOAD_PC_FROM_GLUE(_glu) movl offGlue_pc(_glu),rPC
121 #define SAVE_PC_TO_GLUE(_glu) movl rPC,offGlue_pc(_glu)
141 movl rPC, (-sizeofStackSaveArea + offStackSaveArea_currentPc)(rFP)
152 * Fetch the next instruction from rPC into rINST. Does not advance rPC.
154 #define FETCH_INST() movzwl (rPC),rINST_FUL
    [all...]
InterpAsm-armv4t.S 64 r4 rPC interpreted program counter, used for fetching instructions
76 #define rPC r4
83 #define LOAD_PC_FROM_GLUE() ldr rPC, [rGLUE, #offGlue_pc]
84 #define SAVE_PC_TO_GLUE() str rPC, [rGLUE, #offGlue_pc]
87 #define LOAD_PC_FP_FROM_GLUE() ldmia rGLUE, {rPC, rFP}
88 #define SAVE_PC_FP_TO_GLUE() stmia rGLUE, {rPC, rFP}
100 str rPC, [rFP, #(-sizeofStackSaveArea + offStackSaveArea_currentPc)]
111 * Fetch the next instruction from rPC into rINST. Does not advance rPC.
113 #define FETCH_INST() ldrh rINST, [rPC]
    [all...]
InterpAsm-armv5te-vfp.S 64 r4 rPC interpreted program counter, used for fetching instructions
76 #define rPC r4
83 #define LOAD_PC_FROM_GLUE() ldr rPC, [rGLUE, #offGlue_pc]
84 #define SAVE_PC_TO_GLUE() str rPC, [rGLUE, #offGlue_pc]
87 #define LOAD_PC_FP_FROM_GLUE() ldmia rGLUE, {rPC, rFP}
88 #define SAVE_PC_FP_TO_GLUE() stmia rGLUE, {rPC, rFP}
100 str rPC, [rFP, #(-sizeofStackSaveArea + offStackSaveArea_currentPc)]
111 * Fetch the next instruction from rPC into rINST. Does not advance rPC.
113 #define FETCH_INST() ldrh rINST, [rPC]
    [all...]
InterpAsm-armv5te.S 64 r4 rPC interpreted program counter, used for fetching instructions
76 #define rPC r4
83 #define LOAD_PC_FROM_GLUE() ldr rPC, [rGLUE, #offGlue_pc]
84 #define SAVE_PC_TO_GLUE() str rPC, [rGLUE, #offGlue_pc]
87 #define LOAD_PC_FP_FROM_GLUE() ldmia rGLUE, {rPC, rFP}
88 #define SAVE_PC_FP_TO_GLUE() stmia rGLUE, {rPC, rFP}
100 str rPC, [rFP, #(-sizeofStackSaveArea + offStackSaveArea_currentPc)]
111 * Fetch the next instruction from rPC into rINST. Does not advance rPC.
113 #define FETCH_INST() ldrh rINST, [rPC]
    [all...]
InterpAsm-armv7-a-neon.S 64 r4 rPC interpreted program counter, used for fetching instructions
76 #define rPC r4
83 #define LOAD_PC_FROM_GLUE() ldr rPC, [rGLUE, #offGlue_pc]
84 #define SAVE_PC_TO_GLUE() str rPC, [rGLUE, #offGlue_pc]
87 #define LOAD_PC_FP_FROM_GLUE() ldmia rGLUE, {rPC, rFP}
88 #define SAVE_PC_FP_TO_GLUE() stmia rGLUE, {rPC, rFP}
100 str rPC, [rFP, #(-sizeofStackSaveArea + offStackSaveArea_currentPc)]
111 * Fetch the next instruction from rPC into rINST. Does not advance rPC.
113 #define FETCH_INST() ldrh rINST, [rPC]
    [all...]
InterpAsm-armv7-a.S 64 r4 rPC interpreted program counter, used for fetching instructions
76 #define rPC r4
83 #define LOAD_PC_FROM_GLUE() ldr rPC, [rGLUE, #offGlue_pc]
84 #define SAVE_PC_TO_GLUE() str rPC, [rGLUE, #offGlue_pc]
87 #define LOAD_PC_FP_FROM_GLUE() ldmia rGLUE, {rPC, rFP}
88 #define SAVE_PC_FP_TO_GLUE() stmia rGLUE, {rPC, rFP}
100 str rPC, [rFP, #(-sizeofStackSaveArea + offStackSaveArea_currentPc)]
111 * Fetch the next instruction from rPC into rINST. Does not advance rPC.
113 #define FETCH_INST() ldrh rINST, [rPC]
    [all...]
  /dalvik/vm/mterp/x86/
header.S 55 rPC edx interpreted program counter, used for fetching instructions
64 o rPC, rFP, rIBASE, rINST/rOPCODE valid on handler entry and exit
66 o rPC is in the caller save set, and will be killed across external calls. Don't
71 #define rPC %edx
113 #define LOAD_PC_FROM_GLUE(_glu) movl offGlue_pc(_glu),rPC
114 #define SAVE_PC_TO_GLUE(_glu) movl rPC,offGlue_pc(_glu)
134 movl rPC, (-sizeofStackSaveArea + offStackSaveArea_currentPc)(rFP)
145 * Fetch the next instruction from rPC into rINST. Does not advance rPC.
147 #define FETCH_INST() movzwl (rPC),rINST_FUL
    [all...]

Completed in 468 milliseconds