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

1 2 3 4 5 6 7 8910

  /art/runtime/interpreter/mterp/arm/
op_iget.S 10 GET_VREG r1, r1 @ r1<- fp[B], the object pointer
op_iput_wide_quick.S 4 GET_VREG r2, r2 @ r2<- fp[B], the object pointer
op_rem_int_lit16.S 17 GET_VREG r0, r2 @ r0<- vB
op_rem_int_lit8.S 17 GET_VREG r0, r2 @ r0<- vBB
unopWider.S 12 GET_VREG r0, r3 @ r0<- vB
op_iget_wide.S 9 GET_VREG r1, r1 @ r1<- fp[B], the object pointer
  /art/runtime/interpreter/mterp/mips/
binopLit8.S 19 GET_VREG(a0, a2) # a0 <- vBB
op_fill_array_data.S 8 GET_VREG(a0, a3) # a0 <- vAA (array object)
op_iget.S 10 GET_VREG(a1, a1) # a1 <- fp[B], the object pointer
op_iget_wide.S 9 GET_VREG(a1, a1) # a1 <- fp[B], the object pointer
op_iput_wide.S 6 GET_VREG(a1, a1) # a1 <- fp[B], the object pointer
op_iput_wide_quick.S 4 GET_VREG(a2, a1) # a2 <- fp[B], the object pointer
op_shl_long_2addr.S 8 GET_VREG(a2, a3) # a2 <- vB
op_shr_long_2addr.S 8 GET_VREG(a2, a3) # a2 <- vB
op_ushr_long_2addr.S 8 GET_VREG(a2, a3) # a2 <- vB
zcmp.S 10 GET_VREG(a2, a0) # a2 <- vAA
  /art/runtime/interpreter/mterp/mips64/
op_iput_quick.S 9 GET_VREG a0, a2 # a0 <- fp[A]
op_aget.S 15 GET_VREG a1, a3 # a1 <- vCC (requested index)
  /art/runtime/interpreter/mterp/x86/
bindivLit16.S 10 GET_VREG %eax, %eax # eax <- vB
op_cmp_long.S 13 GET_VREG %eax, %eax # eax <- v[BB]
op_iget.S 12 GET_VREG %ecx, %ecx
op_iget_wide.S 11 GET_VREG %ecx, %ecx
op_iput_wide.S 8 GET_VREG %ecx, %ecx
  /art/runtime/interpreter/mterp/x86_64/
op_iget.S 11 GET_VREG OUT_32_ARG1, %rcx # the object pointer
  /art/runtime/interpreter/mterp/out/
mterp_x86_64.S 257 .macro GET_VREG _reg _vreg
401 GET_VREG %edx, rINSTq
416 GET_VREG %edx, %rax # edx <- fp[BBBB]
432 GET_VREG %edx, %rcx
486 GET_VREG %edx, rINSTq
503 GET_VREG %edx, %rax # edx <- fp[BBBB]
521 GET_VREG %edx, %rcx
614 GET_VREG %eax, rINSTq # eax <- vAA
653 GET_VREG %eax, rINSTq # eax <- vAA
788 GET_VREG OUT_32_ARG0, rINST
    [all...]

Completed in 664 milliseconds

1 2 3 4 5 6 7 8910