Lines Matching refs:rhi
372 #define SET_VREG64(rlo, rhi, rix) \
375 sw rhi, 4(t8); \
380 #define SET_VREG64(rlo, rhi, rix) \
385 sw rhi, 4(t8); \
410 #define SET_VREG64_F(rlo, rhi, rix) \
421 #define SET_VREG64_F(rlo, rhi, rix) \
433 #define SET_VREG64_F(rlo, rhi, rix) \
438 s.s rhi, 4(t8); \
499 #define SET_VREG64_GOTO(rlo, rhi, rix, dst) \
504 sw rhi, 4(t8); \
511 #define SET_VREG64_GOTO(rlo, rhi, rix, dst) \
518 sw rhi, 4(t8); \
555 #define SET_VREG64_F_GOTO(rlo, rhi, rix, dst) \
570 #define SET_VREG64_F_GOTO(rlo, rhi, rix, dst) \
586 #define SET_VREG64_F_GOTO(rlo, rhi, rix, dst) \
593 s.s rhi, 4(t8); \
636 #define STORE64_off(rlo, rhi, rbase, off) \
638 sw rhi, (off+4)(rbase)
639 #define LOAD64_off(rlo, rhi, rbase, off) \
641 lw rhi, (off+4)(rbase)
643 #define STORE64(rlo, rhi, rbase) STORE64_off(rlo, rhi, rbase, 0)
644 #define LOAD64(rlo, rhi, rbase) LOAD64_off(rlo, rhi, rbase, 0)
647 #define STORE64_off_F(rlo, rhi, rbase, off) \
653 #define LOAD64_off_F(rlo, rhi, rbase, off) \
660 #define STORE64_off_F(rlo, rhi, rbase, off) \
662 s.s rhi, (off+4)(rbase)
663 #define LOAD64_off_F(rlo, rhi, rbase, off) \
665 l.s rhi, (off+4)(rbase)
668 #define STORE64_F(rlo, rhi, rbase) STORE64_off_F(rlo, rhi, rbase, 0)
669 #define LOAD64_F(rlo, rhi, rbase) LOAD64_off_F(rlo, rhi, rbase, 0)
5090 not v1, a2 # rhi<- 31-shift (shift is 5b)
5093 sll v1, a1, a2 # rhi<- ahi << (shift&31)
5094 or v1, a0 # rhi<- rhi | alo
5119 sra v1, a1, a2 # rhi<- ahi >> (shift&31)
5151 srl v1, a1, a2 # rhi<- ahi >> (shift&31)
6186 not v1, a2 # rhi<- 31-shift (shift is 5b)
6189 sll v1, a1, a2 # rhi<- ahi << (shift&31)
6190 or v1, a0 # rhi<- rhi | alo
6211 sra v1, a1, a2 # rhi<- ahi >> (shift&31)
6239 srl v1, a1, a2 # rhi<- ahi >> (shift&31)
7803 SET_VREG64_GOTO(zero, v0, t2, t0) # vAA/vAA+1 <- rlo/rhi
7809 SET_VREG64_GOTO(v1, a3, t3, t0) # vAA/VAA+1 <- rlo/rhi
7814 SET_VREG64_GOTO(v1, zero, rOBJ, t0) # vAA/vAA+1 <- rlo/rhi
7819 SET_VREG64_GOTO(zero, v0, rOBJ, t0) # vA/vA+1 <- rlo/rhi
7825 SET_VREG64_GOTO(v1, a3, t2, t0) # vA/vA+1 <- rlo/rhi
7830 SET_VREG64_GOTO(v1, zero, t3, t0) # vA/vA+1 <- rlo/rhi