Home | History | Annotate | Download | only in out

Lines Matching refs:rhi

293 #define SET_VREG64(rlo, rhi, rix) .set noat; \
297 sw rhi, 4(t8); \
304 #define SET_VREG64_F(rlo, rhi, rix) .set noat; \
315 #define SET_VREG64_F(rlo, rhi, rix) .set noat; \
319 s.s rhi, 4(t8); \
349 #define SET_VREG64_GOTO(rlo, rhi, rix, dst) .set noreorder; \
356 sw rhi, 4(t8); \
412 #define STORE64_off(rlo, rhi, rbase, off) sw rlo, off(rbase); \
413 sw rhi, (off+4)(rbase)
414 #define LOAD64_off(rlo, rhi, rbase, off) lw rlo, off(rbase); \
415 lw rhi, (off+4)(rbase)
417 #define STORE64(rlo, rhi, rbase) STORE64_off(rlo, rhi, rbase, 0)
418 #define LOAD64(rlo, rhi, rbase) LOAD64_off(rlo, rhi, rbase, 0)
421 #define STORE64_off_F(rlo, rhi, rbase, off) s.s rlo, off(rbase); \
426 #define LOAD64_off_F(rlo, rhi, rbase, off) l.s rlo, off(rbase); \
432 #define STORE64_off_F(rlo, rhi, rbase, off) s.s rlo, off(rbase); \
433 s.s rhi, (off+4)(rbase)
434 #define LOAD64_off_F(rlo, rhi, rbase, off) l.s rlo, off(rbase); \
435 l.s rhi, (off+4)(rbase)
438 #define STORE64_F(rlo, rhi, rbase) STORE64_off_F(rlo, rhi, rbase, 0)
439 #define LOAD64_F(rlo, rhi, rbase) LOAD64_off_F(rlo, rhi, rbase, 0)
5235 not v1, a2 # rhi<- 31-shift (shift is 5b)
5238 sll v1, a1, a2 # rhi<- ahi << (shift&31)
5239 or v1, a0 # rhi<- rhi | alo
5264 sra v1, a1, a2 # rhi<- ahi >> (shift&31)
5296 srl v1, a1, a2 # rhi<- ahi >> (shift&31)
6372 not v1, a2 # rhi<- 31-shift (shift is 5b)
6375 sll v1, a1, a2 # rhi<- ahi << (shift&31)
6376 or v1, a0 # rhi<- rhi | alo
6397 sra v1, a1, a2 # rhi<- ahi >> (shift&31)
6425 srl v1, a1, a2 # rhi<- ahi >> (shift&31)
8296 SET_VREG64_GOTO(zero, v0, t2, t0) # vAA/vAA+1 <- rlo/rhi
8302 SET_VREG64_GOTO(v1, a3, t3, t0) # vAA/VAA+1 <- rlo/rhi
8307 SET_VREG64_GOTO(v1, zero, rOBJ, t0) # vAA/vAA+1 <- rlo/rhi
8342 SET_VREG64_GOTO(zero, v0, rOBJ, t0) # vAA/vAA+1 <- rlo/rhi
8348 SET_VREG64_GOTO(v1, a3, t2, t0) # vAA/vAA+1 <- rlo/rhi
8353 SET_VREG64_GOTO(v1, zero, t3, t0) # vAA/vAA+1 <- rlo/rhi