Searched refs:LOAD64 (Results 1 – 21 of 21) sorted by relevance
/art/runtime/interpreter/mterp/mips/ |
D | op_double_to_long.S | 10 LOAD64(rRESULT0, rRESULT1, t0) 17 LOAD64(rRESULT0, rRESULT1, t0) 30 LOAD64(rRESULT0, rRESULT1, t0) 37 LOAD64(rRESULT0, rRESULT1, t0)
|
D | binopWide2addr.S | 20 LOAD64($arg2, $arg3, a1) # a2/a3 <- vBB/vBB+1 21 LOAD64($arg0, $arg1, t0) # a0/a1 <- vAA/vAA+1
|
D | binopWide.S | 23 LOAD64($arg0, $arg1, a2) # a0/a1 <- vBB/vBB+1 24 LOAD64($arg2, $arg3, t1) # a2/a3 <- vCC/vCC+1
|
D | op_mul_long_2addr.S | 8 LOAD64(a0, a1, t0) # vAA.low / high 12 LOAD64(a2, a3, t1) # vBB.low / high
|
D | op_cmp_long.S | 19 LOAD64(a0, a1, a2) # a0/a1 <- vBB/vBB+1 20 LOAD64(a2, a3, a3) # a2/a3 <- vCC/vCC+1
|
D | op_mul_long.S | 17 LOAD64(a0, a1, t0) # a0/a1 <- vBB/vBB+1 20 LOAD64(a2, a3, t1) # a2/a3 <- vCC/vCC+1
|
D | op_return_wide.S | 15 LOAD64(v0, v1, a2) # v0/v1 <- vAA/vAA+1
|
D | op_move_result_wide.S | 4 LOAD64(a0, a1, a3) # a0/a1 <- retval.j
|
D | op_move_wide_16.S | 6 LOAD64(a0, a1, a3) # a0/a1 <- fp[BBBB]
|
D | op_move_wide.S | 6 LOAD64(a0, a1, a3) # a0/a1 <- fp[B]
|
D | op_move_wide_from16.S | 6 LOAD64(a0, a1, a3) # a0/a1 <- fp[BBBB]
|
D | unopWide.S | 13 LOAD64(a0, a1, a3) # a0/a1 <- vAA
|
D | op_iput_wide_quick.S | 8 LOAD64(a0, a1, a3) # a0/a1 <- fp[A]
|
D | op_ushr_long_2addr.S | 10 LOAD64(a0, a1, t0) # a0/a1 <- vAA/vAA+1
|
D | op_shr_long_2addr.S | 10 LOAD64(a0, a1, t0) # a0/a1 <- vAA/vAA+1
|
D | op_shl_long_2addr.S | 10 LOAD64(a0, a1, t2) # a0/a1 <- vAA/vAA+1
|
D | op_aput_wide.S | 22 LOAD64(a2, a3, rOBJ) # a2/a3 <- vAA/vAA+1
|
D | op_ushr_long.S | 14 LOAD64(a0, a1, a3) # a0/a1 <- vBB/vBB+1
|
D | op_shl_long.S | 14 LOAD64(a0, a1, a3) # a0/a1 <- vBB/vBB+1
|
D | op_shr_long.S | 14 LOAD64(a0, a1, a3) # a0/a1 <- vBB/vBB+1
|
D | header.S | 411 #define LOAD64(rlo, rhi, rbase) LOAD64_off(rlo, rhi, rbase, 0) macro
|