Lines Matching refs:o4
45 ld [%o7+8],%o4 ! Instruction at ret-addr should be a
46 cmp %o4,8 ! 'unimp 8' indicating a valid call.
55 subcc %g0,%o1,%o4 ! test cnt < 0 and save reciprocol
64 add %o4,32,%o4 ! 32 - cnt (actually ((-cnt) + 32)
70 srl %o3,%o4,%o5 ! temp = R.l >> (31 - cnt)
77 and %o4,0x3f,%o4 ! Reduce range to 0..63
78 subcc %o4,32,%o5 ! cnt - 32 (also test cnt >= 32)
87 srl %o3,%o4,%o3 ! R.l = R.l >> cnt
88 srl %o2,%o4,%o2 ! R.h = R.h >> cnt