Searched refs:rIBASE (Results 1 - 25 of 29) sorted by relevance

12

/dalvik/vm/mterp/x86/
H A DOP_MUL_LONG_2ADDR.S9 * temps. On top of that, we'll spill rIBASE (edi)
18 SPILL(rIBASE)
20 leal (rFP,%eax,4),rIBASE # rIBASE<- &v[A]
22 movl 4(rIBASE),%ecx # ecx<- Amsw
25 imull (rIBASE),%eax # eax<- (Bmsw*Alsw)
28 mull (rIBASE) # eax<- (Blsw*Alsw)
34 movl %edx,4(rIBASE) # v[A+1]<- %edx
37 movl %eax,(rIBASE) # v[A]<- %eax
39 UNSPILL(rIBASE)
[all...]
H A DOP_MUL_LONG.S9 * temps. On top of that, we'll spill rIBASE (edi)
17 SPILL(rIBASE)
20 leal (rFP,%eax,4),rIBASE # rIBASE<- &v[B]
22 movl 4(rIBASE),%ecx # ecx<- Bmsw
25 imull (rIBASE),%eax # eax<- (Cmsw*Blsw)
28 mull (rIBASE) # eax<- (Clsw*Alsw)
40 UNSPILL(rIBASE)
H A DOP_IGET.S14 SPILL(rIBASE) # need another reg
15 movzwl 2(rPC),rIBASE # rIBASE<- 0000CCCC
23 movl (%eax,rIBASE,4),%eax # resolved entry
26 movl rIBASE,OUT_ARG1(%esp) # needed by dvmResolveInstField
27 GET_GLUE(rIBASE)
35 movl offGlue_method(rIBASE),rPC # rPC<- current method
36 UNSPILL(rIBASE)
52 * rIBASE is scratch, but needs to be unspilled
56 UNSPILL(rIBASE)
[all...]
H A DOP_IGET_WIDE.S12 SPILL(rIBASE) # need another reg
13 movzwl 2(rPC),rIBASE # rIBASE<- 0000CCCC
21 movl (%eax,rIBASE,4),%eax # resolved entry
24 movl rIBASE,OUT_ARG1(%esp) # needed by dvmResolveInstField
25 GET_GLUE(rIBASE)
33 movl offGlue_method(rIBASE),rPC # rPC<- current method
34 UNSPILL(rIBASE)
50 * rIBASE is scratch, but needs to be unspilled
54 UNSPILL(rIBASE)
[all...]
H A DOP_IPUT.S15 SPILL(rIBASE) # need another reg
16 movzwl 2(rPC),rIBASE # rIBASE<- 0000CCCC
24 movl (%eax,rIBASE,4),%eax # resolved entry
27 movl rIBASE,OUT_ARG1(%esp)
28 GET_GLUE(rIBASE)
36 movl offGlue_method(rIBASE),rPC # rPC<- current method
37 UNSPILL(rIBASE)
53 * rIBASE is scratch, but needs to be unspilled
58 UNSPILL(rIBASE)
[all...]
H A DOP_IPUT_OBJECT.S14 SPILL(rIBASE) # need another reg
15 movzwl 2(rPC),rIBASE # rIBASE<- 0000CCCC
23 movl (%eax,rIBASE,4),%eax # resolved entry
26 movl rIBASE,OUT_ARG1(%esp)
27 GET_GLUE(rIBASE)
35 movl offGlue_method(rIBASE),rPC # rPC<- current method
36 UNSPILL(rIBASE)
52 * rIBASE is scratch, but needs to be unspilled
57 UNSPILL(rIBASE)
[all...]
H A DOP_IPUT_WIDE.S12 SPILL(rIBASE) # need another reg
13 movzwl 2(rPC),rIBASE # rIBASE<- 0000CCCC
21 movl (%eax,rIBASE,4),%eax # resolved entry
24 movl rIBASE,OUT_ARG1(%esp)
25 GET_GLUE(rIBASE)
33 movl offGlue_method(rIBASE),rPC # rPC<- current method
34 UNSPILL(rIBASE)
50 * rIBASE is scratch, but needs to be unspilled
54 UNSPILL(rIBASE)
[all...]
H A Dheader.S57 rIBASE edi Base pointer for instruction dispatch computed goto
64 o rPC, rFP, rIBASE, rINST/rOPCODE valid on handler entry and exit
73 #define rIBASE %edi define
185 addl rIBASE,%eax
192 jmp *(rIBASE,%eax,4)
H A Dentry.S47 movl $$dvmAsmInstructionStart,rIBASE
/dalvik/vm/compiler/template/armv5te/
H A Dheader.S66 r8 rIBASE interpreted instruction base pointer, used for computed goto
78 #define rIBASE r8 define
/dalvik/vm/mterp/armv5te/
H A Dheader.S61 r8 rIBASE interpreted instruction base pointer, used for computed goto
73 #define rIBASE r8 define
171 #define GOTO_OPCODE(_reg) add pc, rIBASE, _reg, lsl #${handler_size_bits}
172 #define GOTO_OPCODE_IFEQ(_reg) addeq pc, rIBASE, _reg, lsl #${handler_size_bits}
173 #define GOTO_OPCODE_IFNE(_reg) addne pc, rIBASE, _reg, lsl #${handler_size_bits}
H A Ddebug.c17 register uint32_t rIBASE asm("r8");
26 printf(" : rIBASE=%08x r9=%08x r10=%08x\n", rIBASE, r9, r10);
H A Dentry.S65 adr rIBASE, dvmAsmInstructionStart @ set rIBASE
H A Dfooter.S102 adrl rIBASE, dvmAsmInstructionStart
124 adrl rIBASE, dvmAsmInstructionStart
175 adrl rIBASE, dvmAsmInstructionStart
238 adrl rIBASE, dvmAsmInstructionStart
266 * up rIBASE & rINST, and load the address of the JitTable into r0.
270 adrl rIBASE, dvmAsmInstructionStart
388 adrl rIBASE, dvmAsmInstructionStart
/dalvik/vm/mterp/out/
H A DInterpAsm-x86.S64 rIBASE edi Base pointer for instruction dispatch computed goto
71 o rPC, rFP, rIBASE, rINST/rOPCODE valid on handler entry and exit
80 #define rIBASE %edi define
192 addl rIBASE,%eax
199 jmp *(rIBASE,%eax,4)
1979 SPILL(rIBASE) # need another reg
1980 movzwl 2(rPC),rIBASE # rIBASE<- 0000CCCC
1988 movl (%eax,rIBASE,4),%eax # resolved entry
1991 movl rIBASE,OUT_ARG
[all...]
H A DInterpC-armv4t.c1226 register uint32_t rIBASE asm("r8");
1235 printf(" : rIBASE=%08x r9=%08x r10=%08x\n", rIBASE, r9, r10);
H A DInterpC-armv5te-vfp.c1226 register uint32_t rIBASE asm("r8");
1235 printf(" : rIBASE=%08x r9=%08x r10=%08x\n", rIBASE, r9, r10);
H A DInterpC-armv5te.c1226 register uint32_t rIBASE asm("r8");
1235 printf(" : rIBASE=%08x r9=%08x r10=%08x\n", rIBASE, r9, r10);
H A DInterpC-armv7-a-neon.c1226 register uint32_t rIBASE asm("r8");
1235 printf(" : rIBASE=%08x r9=%08x r10=%08x\n", rIBASE, r9, r10);
H A DInterpC-armv7-a.c1226 register uint32_t rIBASE asm("r8");
1235 printf(" : rIBASE=%08x r9=%08x r10=%08x\n", rIBASE, r9, r10);
H A DInterpAsm-armv4t.S68 r8 rIBASE interpreted instruction base pointer, used for computed goto
80 #define rIBASE r8 define
178 #define GOTO_OPCODE(_reg) add pc, rIBASE, _reg, lsl #6
179 #define GOTO_OPCODE_IFEQ(_reg) addeq pc, rIBASE, _reg, lsl #6
180 #define GOTO_OPCODE_IFNE(_reg) addne pc, rIBASE, _reg, lsl #6
317 adr rIBASE, dvmAsmInstructionStart @ set rIBASE
9949 adrl rIBASE, dvmAsmInstructionStart
9971 adrl rIBASE, dvmAsmInstructionStart
10022 adrl rIBASE, dvmAsmInstructionStar
[all...]
/dalvik/vm/compiler/template/out/
H A DCompilerTemplateAsm-armv5te-vfp.S73 r8 rIBASE interpreted instruction base pointer, used for computed goto
85 #define rIBASE r8 define
1508 ldr rIBASE, .LdvmAsmInstructionStart @ same as above
H A DCompilerTemplateAsm-armv7-a-neon.S73 r8 rIBASE interpreted instruction base pointer, used for computed goto
85 #define rIBASE r8 define
1508 ldr rIBASE, .LdvmAsmInstructionStart @ same as above
H A DCompilerTemplateAsm-armv7-a.S73 r8 rIBASE interpreted instruction base pointer, used for computed goto
85 #define rIBASE r8 define
1508 ldr rIBASE, .LdvmAsmInstructionStart @ same as above
H A DCompilerTemplateAsm-armv5te.S73 r8 rIBASE interpreted instruction base pointer, used for computed goto
85 #define rIBASE r8 define
1231 ldr rIBASE, .LdvmAsmInstructionStart @ same as above

Completed in 181 milliseconds

12