Lines Matching refs:cnt
36 * lshiftl (op, cnt)
38 * int cnt;
55 subcc %g0,%o1,%o4 ! test cnt < 0 and save reciprocol
62 subcc %o1,32,%o5 ! cnt - 32 (also test cnt >= 32)
64 add %o4,32,%o4 ! 32 - cnt (actually ((-cnt) + 32)
65 sll %o3,%o5,%o2 ! R.h = R.l << (cnt - 32)
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
78 subcc %o4,32,%o5 ! cnt - 32 (also test cnt >= 32)
80 add %o1,32,%o1 ! 32 - cnt (actually ((-cnt) + 32)
81 srl %o2,%o5,%o3 ! R.l = R.h >> (cnt - 32)
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