Searched refs:GET_VREG (Results 1 – 25 of 249) sorted by relevance
12345678910
/art/runtime/interpreter/mterp/arm64/ |
D | op_aput.S | 17 GET_VREG w0, w2 // w0<- vBB (array object) 18 GET_VREG w1, w3 // w1<- vCC (requested index) 25 GET_VREG w2, w9 // w2<- vAA
|
D | fbinop2addr.S | 11 GET_VREG s1, w3 12 GET_VREG s0, w9
|
D | op_rem_float_2addr.S | 4 GET_VREG s1, w3 5 GET_VREG s0, w9
|
D | fbinop.S | 12 GET_VREG s1, w1 13 GET_VREG s0, w0
|
D | op_iput_quick.S | 6 GET_VREG w3, w2 // w3<- fp[B], the object pointer 9 GET_VREG w0, w2 // w0<- fp[A]
|
D | binop2addr.S | 19 GET_VREG w1, w3 // w1<- vB 20 GET_VREG w0, w9 // w0<- vA
|
D | op_iput.S | 12 GET_VREG w1, w1 // w1<- fp[B], the object pointer 14 GET_VREG w2, w2 // w2<- fp[A]
|
D | bincmp.S | 10 GET_VREG w3, w1 // w3<- vB 11 GET_VREG w2, w0 // w2<- vA
|
D | binop.S | 22 GET_VREG w1, w3 // w1<- vCC 23 GET_VREG w0, w2 // w0<- vBB
|
D | op_aget_object.S | 10 GET_VREG w0, w2 // w0<- vBB (array object) 11 GET_VREG w1, w3 // w1<- vCC (requested index)
|
D | fcmp.S | 11 GET_VREG$wide $r1, w2 12 GET_VREG$wide $r2, w3
|
D | op_aget.S | 17 GET_VREG w0, w2 // w0<- vBB (array object) 18 GET_VREG w1, w3 // w1<- vCC (requested index)
|
D | op_aget_wide.S | 10 GET_VREG w0, w2 // w0<- vBB (array object) 11 GET_VREG w1, w3 // w1<- vCC (requested index)
|
D | op_aput_wide.S | 10 GET_VREG w0, w2 // w0<- vBB (array object) 11 GET_VREG w1, w3 // w1<- vCC (requested index)
|
/art/runtime/interpreter/mterp/x86/ |
D | op_aput.S | 11 GET_VREG %eax, %eax # eax <- vBB (array object) 12 GET_VREG %ecx, %ecx # ecx <- vCC (requested index) 18 GET_VREG rINST, rINST
|
D | binop1.S | 9 GET_VREG %eax, %eax # eax <- vBB 10 GET_VREG %ecx, %ecx # eax <- vBB
|
D | shop2addr.S | 8 GET_VREG %ecx, %ecx # eax <- vBB 10 GET_VREG %eax, rINST # eax <- vAA
|
/art/runtime/interpreter/mterp/x86_64/ |
D | op_aput.S | 11 GET_VREG %eax, %rax # eax <- vBB (array object) 12 GET_VREG %ecx, %rcx # ecx <- vCC (requested index) 20 GET_VREG rINST, rINSTq
|
D | binop1.S | 9 GET_VREG %ecx, %rcx # eax <- vCC 15 GET_VREG %eax, %rax # eax <- vBB
|
D | op_aget_object.S | 9 GET_VREG OUT_32_ARG0, %rax # eax <- vBB (array object) 10 GET_VREG OUT_32_ARG1, %rcx # ecx <- vCC (requested index)
|
D | op_iput.S | 13 GET_VREG OUT_32_ARG1, %rcx # the object pointer 15 GET_VREG OUT_32_ARG2, rINSTq # fp[A]
|
D | shop2addr.S | 8 GET_VREG %ecx, %rcx # ecx <- vBB 15 GET_VREG %eax, rINSTq # eax <- vAA
|
/art/runtime/interpreter/mterp/out/ |
D | mterp_arm64.S | 254 .macro GET_VREG reg, vreg macro 436 GET_VREG w2, w1 // x2<- fp[B] 454 GET_VREG w2, w1 // r2<- fp[BBBB] 472 GET_VREG w2, w1 // w2<- fp[BBBB] 533 GET_VREG w2, w1 // x2<- fp[B] 553 GET_VREG w2, w1 // r2<- fp[BBBB] 573 GET_VREG w2, w1 // w2<- fp[BBBB] 684 GET_VREG w0, w2 // r0<- vAA 732 GET_VREG w0, w2 // r0<- vAA 910 GET_VREG w0, w2 // w0<- vAA (object) [all …]
|
/art/runtime/interpreter/mterp/mips/ |
D | op_aput.S | 15 GET_VREG(a0, a2) # a0 <- vBB (array object) 16 GET_VREG(a1, a3) # a1 <- vCC (requested index) 23 GET_VREG(a2, rOBJ) # a2 <- vAA
|
/art/runtime/interpreter/mterp/arm/ |
D | op_aput.S | 17 GET_VREG r0, r2 @ r0<- vBB (array object) 18 GET_VREG r1, r3 @ r1<- vCC (requested index) 26 GET_VREG r2, r9 @ r2<- vAA
|
12345678910