Home
last modified time | relevance | path

Searched refs:rhi (Results 1 – 7 of 7) sorted by relevance

/art/runtime/interpreter/mterp/mips/
Dop_shl_long_2addr.S18 not v1, a2 # rhi<- 31-shift (shift is 5b)
21 sll v1, a1, a2 # rhi<- ahi << (shift&31)
22 or v1, a0 # rhi<- rhi | alo
27 SET_VREG64_GOTO(zero, v0, rOBJ, t0) # vA/vA+1 <- rlo/rhi
Dop_shl_long.S22 not v1, a2 # rhi<- 31-shift (shift is 5b)
25 sll v1, a1, a2 # rhi<- ahi << (shift&31)
26 or v1, a0 # rhi<- rhi | alo
31 SET_VREG64_GOTO(zero, v0, t2, t0) # vAA/vAA+1 <- rlo/rhi
Dheader.S367 #define SET_VREG64(rlo, rhi, rix) \ argument
370 sw rhi, 4(t8); \
375 #define SET_VREG64(rlo, rhi, rix) \ argument
380 sw rhi, 4(t8); \
405 #define SET_VREG64_F(rlo, rhi, rix) \ argument
416 #define SET_VREG64_F(rlo, rhi, rix) \ argument
428 #define SET_VREG64_F(rlo, rhi, rix) \ argument
433 s.s rhi, 4(t8); \
494 #define SET_VREG64_GOTO(rlo, rhi, rix, dst) \ argument
499 sw rhi, 4(t8); \
[all …]
Dop_shr_long_2addr.S15 sra v1, a1, a2 # rhi<- ahi >> (shift&31)
27 SET_VREG64_GOTO(v1, a3, t2, t0) # vA/vA+1 <- rlo/rhi
Dop_ushr_long_2addr.S16 srl v1, a1, a2 # rhi<- ahi >> (shift&31)
27 SET_VREG64_GOTO(v1, zero, t3, t0) # vA/vA+1 <- rlo/rhi
Dop_ushr_long.S20 srl v1, a1, a2 # rhi<- ahi >> (shift&31)
31 SET_VREG64_GOTO(v1, zero, rOBJ, t0) # vAA/vAA+1 <- rlo/rhi
Dop_shr_long.S19 sra v1, a1, a2 # rhi<- ahi >> (shift&31)
31 SET_VREG64_GOTO(v1, a3, t3, t0) # vAA/VAA+1 <- rlo/rhi