Lines Matching refs:R
65 sll %o3,%o5,%o2 ! R.h = R.l << (cnt - 32)
67 or %g0,%g0,%o3 ! R.l = 0
70 srl %o3,%o4,%o5 ! temp = R.l >> (31 - cnt)
71 sll %o3,%o1,%o3 ! R.l = R.l << cnt
72 sll %o2,%o1,%o2 ! R.h = R.h << cnt
74 or %o2,%o5,%o2 ! R.h = R.h | temp
81 srl %o2,%o5,%o3 ! R.l = R.h >> (cnt - 32)
83 or %g0,%g0,%o2 ! R.h = 0
86 sll %o2,%o1,%o5 ! temp = R.h << (31 - cnt)
87 srl %o3,%o4,%o3 ! R.l = R.l >> cnt
88 srl %o2,%o4,%o2 ! R.h = R.h >> cnt
90 or %o3,%o5,%o3 ! R.l = R.l | temp