Home
last modified time | relevance | path

Searched refs:BBBB (Results 1 – 25 of 101) sorted by relevance

12345

/dalvik/vm/mterp/x86/
DOP_MOVE_WIDE_16.S4 movzwl 4(rPC),%ecx # ecx<- BBBB
6 GET_VREG_WORD rINST %ecx 0 # rINSTw_WORD<- v[BBBB+0]
7 GET_VREG_WORD %ecx %ecx 1 # ecx<- v[BBBB+1]
DOP_MOVE_WIDE_FROM16.S4 movzwl 2(rPC),%ecx # ecx<- BBBB
6 GET_VREG_WORD rINST %ecx 0 # rINST<- v[BBBB+0]
7 GET_VREG_WORD %ecx %ecx 1 # ecx<- v[BBBB+1]
DOP_CONST_STRING.S7 movzwl 2(rPC),%eax # eax<- BBBB
10 movl (%ecx,%eax,4),%eax # eax<- rResString[BBBB]
14 SET_VREG %eax rINST # vAA<- rResString[BBBB]
24 movzwl 2(rPC),%ecx # ecx<- BBBB
DOP_CONST_CLASS.S7 movzwl 2(rPC),%eax # eax<- BBBB
10 movl (%ecx,%eax,4),%eax # eax<- rResClasses[BBBB]
14 SET_VREG %eax rINST # vAA<- rResClasses[BBBB]
25 movzwl 2(rPC),%ecx # ecx<- BBBB
DOP_MOVE_FROM16.S5 movw 2(rPC),rINSTw # rINSTw <= BBBB
6 GET_VREG_R rINST rINST # rINST- fp[BBBB]
DOP_THROW_VERIFICATION_ERROR.S9 movzwl 2(rPC),%eax # eax<- BBBB
12 movl %eax,OUT_ARG2(%esp) # arg2<- BBBB
DOP_INVOKE_VIRTUAL_QUICK.S12 movzwl 2(rPC),%edx # ecx<- BBBB
22 movl (%eax,%edx,4),%eax # eax<- vtable[BBBB]
DOP_INVOKE_SUPER_QUICK.S23 movzwl 2(rPC),%eax # eax<- BBBB
26 movl (%ecx,%eax,4),%eax # eax<- super->vtable[BBBB]
DOP_CONST_STRING_JUMBO.S10 movl (%ecx,%eax,4),%eax # eax<- rResString[BBBB]
14 SET_VREG %eax rINST # vAA<- rResString[BBBB]
DOP_INVOKE_INTERFACE.S27 movzwl 2(rPC),%eax # eax<- BBBB
29 movl %eax,OUT_ARG1(%esp) # arg1<- BBBB
/dalvik/vm/mterp/armv5te/
DOP_MOVE_WIDE_16.S4 FETCH(r3, 2) @ r3<- BBBB
6 add r3, rFP, r3, lsl #2 @ r3<- &fp[BBBB]
8 ldmia r3, {r0-r1} @ r0/r1<- fp[BBBB]
DOP_MOVE_WIDE_FROM16.S4 FETCH(r3, 1) @ r3<- BBBB
6 add r3, rFP, r3, lsl #2 @ r3<- &fp[BBBB]
8 ldmia r3, {r0-r1} @ r0/r1<- fp[BBBB]
DOP_MOVE_16.S4 FETCH(r1, 2) @ r1<- BBBB
7 GET_VREG(r2, r1) @ r2<- fp[BBBB]
DOP_MOVE_FROM16.S4 FETCH(r1, 1) @ r1<- BBBB
7 GET_VREG(r2, r1) @ r2<- fp[BBBB]
DOP_INVOKE_VIRTUAL_QUICK.S12 FETCH(r1, 1) @ r1<- BBBB
22 ldr r0, [r2, r1, lsl #2] @ r3<- vtable[BBBB]
DOP_INVOKE_SUPER_QUICK.S16 FETCH(r1, 1) @ r1<- BBBB
23 ldr r0, [r2, r1, lsl #2] @ r0<- super->vtable[BBBB]
/dalvik/vm/mterp/mips/
DOP_MOVE_WIDE_FROM16.S4 FETCH(a3, 1) # a3 <- BBBB
6 EAS2(a3, rFP, a3) # a3 <- &fp[BBBB]
8 LOAD64(a0, a1, a3) # a0/a1 <- fp[BBBB]
DOP_MOVE_WIDE_16.S4 FETCH(a3, 2) # a3 <- BBBB
6 EAS2(a3, rFP, a3) # a3 <- &fp[BBBB]
8 LOAD64(a0, a1, a3) # a0/a1 <- fp[BBBB]
DOP_MOVE_FROM16.S4 FETCH(a1, 1) # a1 <- BBBB
7 GET_VREG(a2, a1) # a2 <- fp[BBBB]
DOP_MOVE_16.S4 FETCH(a1, 2) # a1 <- BBBB
7 GET_VREG(a2, a1) # a2 <- fp[BBBB]
DOP_INVOKE_VIRTUAL_QUICK.S12 FETCH(a1, 1) # a1 <- BBBB
22 LOAD_eas2(a0, a2, a1) # a0 <- vtable[BBBB]
DOP_CONST_STRING.S6 FETCH(a1, 1) # a1 <- BBBB
10 LOAD_eas2(v0, a2, a1) # v0 <- pResStrings[BBBB]
DOP_CONST_CLASS.S6 FETCH(a1, 1) # a1 <- BBBB
10 LOAD_eas2(v0, a2, a1) # v0 <- pResClasses[BBBB]
DOP_INVOKE_SUPER_QUICK.S16 FETCH(a1, 1) # a1 <- BBBB
23 LOAD_eas2(a0, a2, a1) # a0 <- super->vtable[BBBB]
DOP_CONST_STRING_JUMBO.S7 FETCH(a1, 2) # a1 <- BBBB (high)
13 LOAD_eas2(v0, a2, a1) # v0 <- pResStrings[BBBB]

12345