Searched defs:rPC (Results 1 - 18 of 18) sorted by relevance

/dalvik/vm/compiler/template/ia32/
H A Dheader.S21 #define rPC %esi define
/dalvik/vm/compiler/template/armv5te/
H A Dheader.S64 r4 rPC interpreted program counter, used for fetching instructions
74 #define rPC r4 define
89 str rPC, [rFP, #(-sizeofStackSaveArea + offStackSaveArea_currentPc)]
/dalvik/vm/compiler/template/out/
H A DCompilerTemplateAsm-ia32.S28 #define rPC %esi define
64 * will be located at *rp. When called from static code, rPC is
71 * we got here via chaining. Otherwise, we'll assume rPC is valid.
91 movl %eax,rPC
H A DCompilerTemplateAsm-armv5te.S71 r4 rPC interpreted program counter, used for fetching instructions
81 #define rPC r4 define
96 str rPC, [rFP, #(-sizeofStackSaveArea + offStackSaveArea_currentPc)]
180 ldr rPC, [r0, #offStackSaveArea_savedPc] @ rPC<- saveArea->savedPc
201 add rPC, rPC, #6 @ publish new rPC (advance 6 bytes)
215 stmia rSELF, {rPC, rFP} @ SAVE_PC_FP_TO_SELF()
227 * into rPC the
[all...]
H A DCompilerTemplateAsm-armv5te-vfp.S71 r4 rPC interpreted program counter, used for fetching instructions
81 #define rPC r4 define
96 str rPC, [rFP, #(-sizeofStackSaveArea + offStackSaveArea_currentPc)]
180 ldr rPC, [r0, #offStackSaveArea_savedPc] @ rPC<- saveArea->savedPc
201 add rPC, rPC, #6 @ publish new rPC (advance 6 bytes)
215 stmia rSELF, {rPC, rFP} @ SAVE_PC_FP_TO_SELF()
227 * into rPC the
[all...]
H A DCompilerTemplateAsm-armv7-a-neon.S71 r4 rPC interpreted program counter, used for fetching instructions
81 #define rPC r4 define
96 str rPC, [rFP, #(-sizeofStackSaveArea + offStackSaveArea_currentPc)]
180 ldr rPC, [r0, #offStackSaveArea_savedPc] @ rPC<- saveArea->savedPc
201 add rPC, rPC, #6 @ publish new rPC (advance 6 bytes)
215 stmia rSELF, {rPC, rFP} @ SAVE_PC_FP_TO_SELF()
227 * into rPC the
[all...]
H A DCompilerTemplateAsm-armv7-a.S71 r4 rPC interpreted program counter, used for fetching instructions
81 #define rPC r4 define
96 str rPC, [rFP, #(-sizeofStackSaveArea + offStackSaveArea_currentPc)]
180 ldr rPC, [r0, #offStackSaveArea_savedPc] @ rPC<- saveArea->savedPc
201 add rPC, rPC, #6 @ publish new rPC (advance 6 bytes)
215 stmia rSELF, {rPC, rFP} @ SAVE_PC_FP_TO_SELF()
227 * into rPC the
[all...]
/dalvik/vm/mterp/x86-atom/
H A Dheader.S44 * %esi rPC interpreted program counter, used for fetching
66 #define rPC %esi define
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/
H A Dheader.S57 r4 rPC interpreted program counter, used for fetching instructions
69 #define rPC r4 define
76 #define LOAD_PC_FROM_SELF() ldr rPC, [rSELF, #offThread_pc]
77 #define SAVE_PC_TO_SELF() str rPC, [rSELF, #offThread_pc]
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)]
104 * Fetch the next instruction from rPC into rINST. Does not advance rPC.
106 #define FETCH_INST() ldrh rINST, [rPC]
[all...]
/dalvik/vm/mterp/out/
H A DInterpAsm-x86-atom.S51 * %esi rPC interpreted program counter, used for fetching
73 #define rPC %esi define
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...]
H A DInterpAsm-x86.S61 rPC edi interpreted program counter, used for fetching instructions
70 o rPC, rFP, rINSTw/rINSTbl valid on handler entry and exit
76 #define rPC %esi define
132 movl rPC,offThread_pc(\_reg)
138 movl offThread_pc(rFP),rPC
156 movl rPC, (-sizeofStackSaveArea + offStackSaveArea_currentPc)(rFP)
169 * Fetch the next instruction from rPC into rINSTw. Does not advance rPC.
172 movzwl (rPC),rINST
180 movzbl (rPC),\_re
[all...]
H A DInterpAsm-armv5te-vfp.S64 r4 rPC interpreted program counter, used for fetching instructions
76 #define rPC r4 define
83 #define LOAD_PC_FROM_SELF() ldr rPC, [rSELF, #offThread_pc]
84 #define SAVE_PC_TO_SELF() str rPC, [rSELF, #offThread_pc]
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)]
111 * Fetch the next instruction from rPC into rINST. Does not advance rPC.
113 #define FETCH_INST() ldrh rINST, [rPC]
[all...]
H A DInterpAsm-armv5te.S64 r4 rPC interpreted program counter, used for fetching instructions
76 #define rPC r4 define
83 #define LOAD_PC_FROM_SELF() ldr rPC, [rSELF, #offThread_pc]
84 #define SAVE_PC_TO_SELF() str rPC, [rSELF, #offThread_pc]
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)]
111 * Fetch the next instruction from rPC into rINST. Does not advance rPC.
113 #define FETCH_INST() ldrh rINST, [rPC]
[all...]
H A DInterpAsm-armv7-a-neon.S64 r4 rPC interpreted program counter, used for fetching instructions
76 #define rPC r4 define
83 #define LOAD_PC_FROM_SELF() ldr rPC, [rSELF, #offThread_pc]
84 #define SAVE_PC_TO_SELF() str rPC, [rSELF, #offThread_pc]
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)]
111 * Fetch the next instruction from rPC into rINST. Does not advance rPC.
113 #define FETCH_INST() ldrh rINST, [rPC]
[all...]
H A DInterpAsm-armv7-a.S64 r4 rPC interpreted program counter, used for fetching instructions
76 #define rPC r4 define
83 #define LOAD_PC_FROM_SELF() ldr rPC, [rSELF, #offThread_pc]
84 #define SAVE_PC_TO_SELF() str rPC, [rSELF, #offThread_pc]
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)]
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/
H A Dheader.S54 rPC edi interpreted program counter, used for fetching instructions
63 o rPC, rFP, rINSTw/rINSTbl valid on handler entry and exit
69 #define rPC %esi define
125 movl rPC,offThread_pc(\_reg)
131 movl offThread_pc(rFP),rPC
149 movl rPC, (-sizeofStackSaveArea + offStackSaveArea_currentPc)(rFP)
162 * Fetch the next instruction from rPC into rINSTw. Does not advance rPC.
165 movzwl (rPC),rINST
173 movzbl (rPC),\_re
[all...]
/dalvik/vm/compiler/codegen/x86/
H A DX86LIR.h30 * edi is Dalvik PC (rPC)
46 * materialize Dalvik PC of target in rPC/%edx
49 * instruction at (rPC)
147 #define rPC rEDI macro
/dalvik/vm/compiler/codegen/arm/
H A DArmLIR.h25 * r4 (rPC) is scratch for Jit, but most be restored when resuming interp
60 * restore rPC
211 * rPC, rFP, and rSELF are for architecture-independent code to use.
218 rPC = 4, enumerator in enum:NativeRegisterPool
219 r4PC = rPC,

Completed in 186 milliseconds