Searched refs:srl (Results 1 - 25 of 47) sorted by relevance

12

/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dlsign.s47 srl %o0,31,%o0 ! shift letf logical to isolate sign
H A Dlshiftl.s70 srl %o3,%o4,%o5 ! temp = R.l >> (31 - cnt)
81 srl %o2,%o5,%o3 ! R.l = R.h >> (cnt - 32)
87 srl %o3,%o4,%o3 ! R.l = R.l >> cnt
88 srl %o2,%o4,%o2 ! R.h = R.h >> cnt
H A Dstrcpy.s82 srl %o1, 8, %o4 ! %o4<7:0> = first byte
111 srl %o1, 24, %o3 ! %o3<7:0> = first byte
116 srl %o1, 16, %o3 ! %o3<7:0> = second byte
120 srl %o4, 16, %o4 ! 0x0000ff00 = mask for 3rd byte
122 srl %o1, 8, %o3 ! %o3<7:0> = third byte
143 srl %o1, 24, %g1 ! %g1<7:0> = first byte
145 srl %o1, 8, %g1 ! %g1<15:0> = byte 2, 3
158 srl %o1, 16, %g1 ! get first and second byte
H A Dstrlcpy.s100 srl %l1, 24, %g1 ! 1st byte
105 srl %l1, 16, %g1 ! 2nd byte
110 srl %l1, 8, %g1 ! 3rd byte
127 srl %l1, 24, %g1 ! 1st byte
133 srl %l1, 16, %g1 ! 2nd byte
140 srl %l1, 8, %g1 ! 3rd byte
168 srl %i5, 8, %i5 ! mask next byte
191 srl %l1, 24, %g1 ! get 1st byte, then be hw aligned
193 srl %l1, 8, %g1 ! 2nd & 3rd bytes
208 srl
[all...]
H A Dascii_strcasecmp.s221 srl %i3, %l6, %i3 ! mask for fixing up bytes
237 srl %i0, %l7, %i3 ! byte(s) from new aligned word from s2
252 srl %l0, 2, %l0 ! q1 = q1 >> 2
253 srl %l4, 2, %l4 ! q2 = q2 >> 2
292 srl %l0, 2, %l0 ! q1 = q1 >> 2
293 srl %l4, 2, %l4 ! q2 = q2 >> 2
312 srl %g1, 24, %i2 ! first byte of mismatching word in s2
313 srl %i3, 24, %i1 ! first byte of mismatching word in s1
316 srl %g1, 16, %i2 ! second byte of mismatching word in s2
322 srl
[all...]
H A Dstrlen.s82 srl %o1, 8, %o4
121 srl %o4, 8, %o4
127 srl %o4, 8, %o4
H A Dmemcpy.s76 srl %o3, 8, %o4
89 srl %o4, 24, %o5
101 srl %o4, 24, %o5 ! merge with residual
111 .w1cp: srl %o4, 8, %o5
122 srl %o4, 8, %o5 ! merge with residual
134 srl %o4, 16, %o5
145 srl %o4, 16, %o5 ! merge with residual
/osnet-11/usr/src/grub/grub2/grub-core/kern/mips/
H A Dcache_flush.S3 srl $t2, $t2, 5
6 srl $t3, $t3, 5
H A Dcache.S15 srl $t2, $t2, 5
18 srl $t3, $t3, 5
/osnet-11/usr/src/lib/libc/sparc/fp/
H A D_Q_get_rp_rd.s35 srl %o0,30,%o0 ! return round control value
H A Dfpgetrnd.s40 srl %o0, 30, %o0 ! return round control value
H A Dfpgetmask.s42 srl %o0, 23, %o0 ! return trap enable value
H A Dfpgetsticky.s42 srl %o0, 5, %o0 ! return accrued exception value
H A Dfpsetmask.s57 srl %o0, 23, %o0 ! return old trap enable value
H A Dfpsetrnd.s47 srl %o0, 30, %o0 ! return old round control value
H A Dfpsetsticky.s48 srl %o0, 5, %o0 ! return old accrued exception value
/osnet-11/usr/src/lib/libc/sparcv9/fp/
H A D_Q_get_rp_rd.s35 srl %o0,30,%o0 ! return round control value
H A Dfpgetrnd.s40 srl %o0, 30, %o0 ! return round control value
H A Dfpgetmask.s42 srl %o0, 23, %o0 ! return trap enable value
H A Dfpgetsticky.s42 srl %o0, 5, %o0 ! return accrued exception value
H A Dfpsetmask.s57 srl %o0, 23, %o0 ! return old trap enable value
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Drunlist.c469 * @srl: new runlist to be merged into @drl
471 * First we sanity check the two runlists @srl and @drl to make sure that they
472 * are sensible and can be merged. The runlist @srl must be either after the
479 * There are four possible ways @srl can be merged. It can:
488 * runlists @drl and @srl are deallocated before returning so you cannot use
499 runlist_element *srl)
503 int dins; /* Index into @drl at which to insert @srl. */
513 ntfs_debug_runlist_dump(srl);
516 if (!srl)
521 drl = srl;
498 ntfs_runlists_merge(runlist_element *drl, runlist_element *srl) argument
1810 test_rl_runlists_merge(runlist_element *drl, runlist_element *srl) argument
[all...]
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dascii_strcasecmp.s221 srl %i3, %l6, %i3 ! mask for fixing up bytes
237 srl %i0, %l7, %i3 ! byte 1 from new aligned word from s2
252 srl %l0, 2, %l0 ! q1 = q1 >> 2
253 srl %l4, 2, %l4 ! q2 = q2 >> 2
293 srl %l0, 2, %l0 ! q1 = q1 >> 2
294 srl %l4, 2, %l4 ! q2 = q2 >> 2
313 srl %g1, 24, %i2 ! first byte of mismatching word in s2
314 srl %i3, 24, %i1 ! first byte of mismatching word in s1
317 srl %g1, 16, %i2 ! second byte of mismatching word in s2
323 srl
[all...]
H A Dstrlen.s82 srl %o1, 8, %o4
121 srl %o4, 8, %o4
127 srl %o4, 8, %o4
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Drunlist.h63 runlist_element *srl);

Completed in 63 milliseconds

12