Searched refs:GET_VREG_U (Results 1 – 21 of 21) sorted by relevance
/art/runtime/interpreter/mterp/mips64/ |
D | op_iget_quick.S | 6 GET_VREG_U a3, a2 # a3 <- object we're operating on
|
D | op_iget_wide_quick.S | 4 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_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_aget_object.S | 11 GET_VREG_U a0, a2 # a0 <- vBB (array object)
|
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_fill_array_data.S | 8 GET_VREG_U a0, a3 # a0 <- vAA (array object)
|
D | op_iput_quick.S | 6 GET_VREG_U a3, a2 # a3 <- fp[B], the object pointer
|
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_aput_wide.S | 9 GET_VREG_U a0, a2 # a0 <- vBB (array object)
|
D | op_aget_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 | 225 .macro GET_VREG_U reg, vreg macro
|
/art/runtime/interpreter/mterp/out/ |
D | mterp_mips64.S | 232 .macro GET_VREG_U reg, vreg macro 749 GET_VREG_U a0, a2 # a0 <- vAA 939 GET_VREG_U a0, a2 # a0 <- vAA (object) 962 GET_VREG_U a0, a2 # a0 <- vAA (object) 1028 GET_VREG_U a0, a1 # a0 <- vB (object ref) 1137 GET_VREG_U a0, a3 # a0 <- vAA (array object) 1155 GET_VREG_U a0, a2 # a0 <- vAA (exception object) 1812 GET_VREG_U a0, a2 # a0 <- vBB (array object) 1841 GET_VREG_U a0, a2 # a0 <- vBB (array object) 1869 GET_VREG_U a0, a2 # a0 <- vBB (array object) [all …]
|