Searched refs:GET_VREG_U (Results 1 – 21 of 21) sorted by relevance
/art/runtime/interpreter/mterp/mips64/ |
D | op_iget_wide_quick.S | 4 GET_VREG_U a3, a2 # a3 <- object we're operating on
|
D | op_iget_quick.S | 6 GET_VREG_U a3, a2 # a3 <- object we're operating on
|
D | op_iget_object_quick.S | 7 GET_VREG_U a0, a2 # a0 <- object we're operating on
|
D | op_throw.S | 7 GET_VREG_U a0, a2 # a0 <- vAA (exception object)
|
D | op_return.S | 17 GET_VREG_U a0, a2 # a0 <- vAA
|
D | op_monitor_enter.S | 8 GET_VREG_U a0, a2 # a0 <- vAA (object)
|
D | op_monitor_exit.S | 12 GET_VREG_U a0, a2 # a0 <- vAA (object)
|
D | op_array_length.S | 5 GET_VREG_U a0, a1 # a0 <- vB (object ref)
|
D | op_iput.S | 12 GET_VREG_U a1, a1 # a1 <- fp[B], the object pointer
|
D | op_iput_wide.S | 6 GET_VREG_U a1, a1 # a1 <- fp[B], the object pointer
|
D | op_aget_object.S | 11 GET_VREG_U a0, a2 # a0 <- vBB (array object)
|
D | op_iput_quick.S | 6 GET_VREG_U a3, a2 # a3 <- fp[B], the object pointer
|
D | op_fill_array_data.S | 8 GET_VREG_U a0, a3 # a0 <- vAA (array object)
|
D | op_iget_wide.S | 10 GET_VREG_U a1, a1 # a1 <- fp[B], the object pointer
|
D | op_iput_wide_quick.S | 4 GET_VREG_U a2, a2 # a2 <- fp[B], the object pointer
|
D | op_iget.S | 11 GET_VREG_U a1, a1 # a1 <- fp[B], the object pointer
|
D | op_aget_wide.S | 9 GET_VREG_U a0, a2 # a0 <- vBB (array object)
|
D | op_aput_wide.S | 9 GET_VREG_U a0, a2 # a0 <- vBB (array object)
|
D | op_aget.S | 14 GET_VREG_U a0, a2 # a0 <- vBB (array object)
|
D | op_aput.S | 14 GET_VREG_U a0, a2 # a0 <- vBB (array object)
|
D | header.S | 176 .macro GET_VREG_U reg, vreg macro
|