Searched refs:GET_VREG_WIDE (Results 1 – 25 of 29) sorted by relevance
12
/art/runtime/interpreter/mterp/arm64/ |
D | op_rem_double_2addr.S | 4 GET_VREG_WIDE d1, w1 // d1<- vB define 5 GET_VREG_WIDE d0, w2 // d0<- vA define
|
D | binopWide2addr.S | 18 GET_VREG_WIDE $r1, w1 // x1<- vB 19 GET_VREG_WIDE $r0, w2 // x0<- vA
|
D | op_rem_double.S | 5 GET_VREG_WIDE d1, w2 // d1<- vCC define 6 GET_VREG_WIDE d0, w1 // d0<- vBB define
|
D | binopWide.S | 19 GET_VREG_WIDE $r2, w2 // w2<- vCC 20 GET_VREG_WIDE $r1, w1 // w1<- vBB
|
D | op_cmp_long.S | 5 GET_VREG_WIDE x1, w2 6 GET_VREG_WIDE x2, w3
|
D | op_move_wide_16.S | 5 GET_VREG_WIDE x3, w3
|
D | op_move_wide_from16.S | 5 GET_VREG_WIDE x3, w3
|
D | op_move_wide.S | 5 GET_VREG_WIDE x3, w3
|
D | unopWide.S | 11 GET_VREG_WIDE x0, w3
|
D | funopNarrower.S | 11 GET_VREG_WIDE $srcreg, w3
|
D | funopWide.S | 11 GET_VREG_WIDE $srcreg, w3
|
D | shiftWide2addr.S | 9 GET_VREG_WIDE x0, w2 // x0<- vA
|
D | op_iput_wide_quick.S | 8 GET_VREG_WIDE x0, w0 // x0-< fp[A]
|
D | shiftWide.S | 13 GET_VREG_WIDE x1, w1 // x1<- vBB
|
D | op_return_wide.S | 14 GET_VREG_WIDE x0, w2 // x0<- vAA
|
D | op_aput_wide.S | 17 GET_VREG_WIDE x1, w4
|
/art/runtime/interpreter/mterp/mips64/ |
D | op_cmp_long.S | 5 GET_VREG_WIDE a0, a2 # a0 <- vBB 6 GET_VREG_WIDE a1, a3 # a1 <- vCC
|
D | binopWide2addr.S | 20 GET_VREG_WIDE a0, a2 # a0 <- vA 21 GET_VREG_WIDE a1, a3 # a1 <- vB
|
D | binopWide.S | 20 GET_VREG_WIDE a0, a2 # a0 <- vBB 21 GET_VREG_WIDE a1, a3 # a1 <- vCC
|
D | op_return_wide.S | 16 GET_VREG_WIDE a0, a2 # a0 <- vAA
|
D | op_move_wide_from16.S | 5 GET_VREG_WIDE a0, a3 # a0 <- vBBBB
|
D | op_move_wide_16.S | 5 GET_VREG_WIDE a0, a3 # a0 <- vBBBB
|
D | op_move_wide.S | 5 GET_VREG_WIDE a0, a3 # a0 <- vB
|
D | unopWide.S | 10 GET_VREG_WIDE a0, a3 # a0 <- vB
|
/art/runtime/interpreter/mterp/out/ |
D | mterp_arm64.S | 270 .macro GET_VREG_WIDE reg, vreg macro 443 GET_VREG_WIDE x3, w3 457 GET_VREG_WIDE x3, w3 471 GET_VREG_WIDE x3, w3 661 GET_VREG_WIDE x0, w2 // x0<- vAA 1248 GET_VREG_WIDE d1, w2 define 1249 GET_VREG_WIDE d2, w3 define 1274 GET_VREG_WIDE d1, w2 define 1275 GET_VREG_WIDE d2, w3 define 1294 GET_VREG_WIDE x1, w2 [all …]
|
12