HomeSort by relevance Sort by last modified time
    Searched refs:GET_VREG (Results 1 - 25 of 249) sorted by null

1 2 3 4 5 6 7 8 910

  /art/runtime/interpreter/mterp/mips/
op_iget_quick.S 5 GET_VREG(a3, a2) # a3 <- object we're operating on
op_iget_wide_quick.S 3 GET_VREG(a3, a2) # a3 <- object we're operating on
  /art/runtime/interpreter/mterp/arm64/
binop2addr.S 19 GET_VREG w1, w3 // w1<- vB
20 GET_VREG w0, w9 // w0<- vA
fbinop.S 12 GET_VREG s1, w1
13 GET_VREG s0, w0
fbinop2addr.S 11 GET_VREG s1, w3
12 GET_VREG s0, w9
op_iput_quick.S 6 GET_VREG w3, w2 // w3<- fp[B], the object pointer
9 GET_VREG w0, w2 // w0<- fp[A]
op_rem_float_2addr.S 4 GET_VREG s1, w3
5 GET_VREG s0, w9
op_throw.S 7 GET_VREG w1, w2 // r1<- vAA (exception object)
bincmp.S 10 GET_VREG w3, w1 // w3<- vB
11 GET_VREG w2, w0 // w2<- vA
binop.S 22 GET_VREG w1, w3 // w1<- vCC
23 GET_VREG w0, w2 // w0<- vBB
fcmp.S 11 GET_VREG$wide $r1, w2
12 GET_VREG$wide $r2, w3
op_aget_object.S 10 GET_VREG w0, w2 // w0<- vBB (array object)
11 GET_VREG w1, w3 // w1<- vCC (requested index)
op_iput.S 12 GET_VREG w1, w1 // w1<- fp[B], the object pointer
14 GET_VREG w2, w2 // w2<- fp[A]
  /art/runtime/interpreter/mterp/x86/
op_iget_object_quick.S 5 GET_VREG %ecx, %ecx # vB (object we're operating on)
op_iget_quick.S 6 GET_VREG %ecx, %ecx # vB (object we're operating on)
op_iget_wide_quick.S 4 GET_VREG %ecx, %ecx # vB (object we're operating on)
op_iput_quick.S 6 GET_VREG %ecx, %ecx # vB (object we're operating on)
10 GET_VREG rINST, rINST # rINST <- v[A]
op_iput_wide_quick.S 4 GET_VREG %ecx, %ecx # vB (object we're operating on)
binop1.S 9 GET_VREG %eax, %eax # eax <- vBB
10 GET_VREG %ecx, %ecx # eax <- vBB
shop2addr.S 8 GET_VREG %ecx, %ecx # eax <- vBB
10 GET_VREG %eax, rINST # eax <- vAA
  /art/runtime/interpreter/mterp/x86_64/
op_iget_object_quick.S 6 GET_VREG OUT_32_ARG0, %rcx # vB (object we're operating on)
op_iget_quick.S 6 GET_VREG %ecx, %rcx # vB (object we're operating on)
op_iput_quick.S 6 GET_VREG %ecx, %rcx # vB (object we're operating on)
10 GET_VREG rINST, rINSTq # rINST <- v[A]
op_iput_wide_quick.S 4 GET_VREG %ecx, %rcx # vB (object we're operating on)
  /art/runtime/interpreter/mterp/arm/
op_iget_object_quick.S 6 GET_VREG r0, r2 @ r0<- object we're operating on

Completed in 4151 milliseconds

1 2 3 4 5 6 7 8 910