Home
last modified time | relevance | path

Searched refs:GET_VREG (Results 1 – 25 of 249) sorted by relevance

12345678910

/art/runtime/interpreter/mterp/arm64/
Dop_aput.S17 GET_VREG w0, w2 // w0<- vBB (array object)
18 GET_VREG w1, w3 // w1<- vCC (requested index)
25 GET_VREG w2, w9 // w2<- vAA
Dfbinop2addr.S11 GET_VREG s1, w3
12 GET_VREG s0, w9
Dop_rem_float_2addr.S4 GET_VREG s1, w3
5 GET_VREG s0, w9
Dfbinop.S12 GET_VREG s1, w1
13 GET_VREG s0, w0
Dop_iput_quick.S6 GET_VREG w3, w2 // w3<- fp[B], the object pointer
9 GET_VREG w0, w2 // w0<- fp[A]
Dbinop2addr.S19 GET_VREG w1, w3 // w1<- vB
20 GET_VREG w0, w9 // w0<- vA
Dop_iput.S12 GET_VREG w1, w1 // w1<- fp[B], the object pointer
14 GET_VREG w2, w2 // w2<- fp[A]
Dbincmp.S10 GET_VREG w3, w1 // w3<- vB
11 GET_VREG w2, w0 // w2<- vA
Dbinop.S22 GET_VREG w1, w3 // w1<- vCC
23 GET_VREG w0, w2 // w0<- vBB
Dop_aget_object.S10 GET_VREG w0, w2 // w0<- vBB (array object)
11 GET_VREG w1, w3 // w1<- vCC (requested index)
Dfcmp.S11 GET_VREG$wide $r1, w2
12 GET_VREG$wide $r2, w3
Dop_aget.S17 GET_VREG w0, w2 // w0<- vBB (array object)
18 GET_VREG w1, w3 // w1<- vCC (requested index)
Dop_aget_wide.S10 GET_VREG w0, w2 // w0<- vBB (array object)
11 GET_VREG w1, w3 // w1<- vCC (requested index)
Dop_aput_wide.S10 GET_VREG w0, w2 // w0<- vBB (array object)
11 GET_VREG w1, w3 // w1<- vCC (requested index)
/art/runtime/interpreter/mterp/x86/
Dop_aput.S11 GET_VREG %eax, %eax # eax <- vBB (array object)
12 GET_VREG %ecx, %ecx # ecx <- vCC (requested index)
18 GET_VREG rINST, rINST
Dbinop1.S9 GET_VREG %eax, %eax # eax <- vBB
10 GET_VREG %ecx, %ecx # eax <- vBB
Dshop2addr.S8 GET_VREG %ecx, %ecx # eax <- vBB
10 GET_VREG %eax, rINST # eax <- vAA
/art/runtime/interpreter/mterp/x86_64/
Dop_aput.S11 GET_VREG %eax, %rax # eax <- vBB (array object)
12 GET_VREG %ecx, %rcx # ecx <- vCC (requested index)
20 GET_VREG rINST, rINSTq
Dbinop1.S9 GET_VREG %ecx, %rcx # eax <- vCC
15 GET_VREG %eax, %rax # eax <- vBB
Dop_aget_object.S9 GET_VREG OUT_32_ARG0, %rax # eax <- vBB (array object)
10 GET_VREG OUT_32_ARG1, %rcx # ecx <- vCC (requested index)
Dop_iput.S13 GET_VREG OUT_32_ARG1, %rcx # the object pointer
15 GET_VREG OUT_32_ARG2, rINSTq # fp[A]
Dshop2addr.S8 GET_VREG %ecx, %rcx # ecx <- vBB
15 GET_VREG %eax, rINSTq # eax <- vAA
/art/runtime/interpreter/mterp/out/
Dmterp_arm64.S254 .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/
Dop_aput.S15 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/
Dop_aput.S17 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