Searched refs:l0 (Results 1 - 17 of 17) sorted by relevance

/osnet-11/usr/src/lib/brand/shared/brand/sparc/
H A Dcrt.s70 add %o0, 1, %l0 ! add 1 to argc for last element of 0
71 sll %l0, CPTRSHIFT, %l0 ! multiply argc by pointer size
72 add %o1, %l0, %o2 ! and add to argv to get first env ptr
/osnet-11/usr/src/lib/libcrypt/common/
H A Ddes_soft.c284 uint32_t l0, l1, w; local
295 l0 = l1 = 0;
301 l0 |= longtab[pbit];
311 l0 |= longtab[pbit];
316 work2.long0 = l0;
325 e0 op p->l0; \
378 uint32_t r0, l0, r1, l1; local
380 l0 = work2.long0;
382 cipher(0, r0, l0, r1, l1);
383 cipher(1, r1, l1, r0, l0);
408 uint32_t l0, l1, w; local
[all...]
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dstrncpy.s88 add %i2, %i4, %l0 ! need single dest pointer for fill
94 add %i2, %i4, %l0 ! dst
98 andcc %l0, 3, %g1 ! destination word aligned ?
107 sub %i1, %l1, %l0 ! dword - 0x01010101
108 andcc %l0, %g1, %g0 ! ((dword - 0x01010101) & ~dword & 0x80808080)
116 add %i2, %i4, %l0 ! pointer to dest string
118 stb %g1, [%l0] ! store it
123 stb %g1, [%l0 + 1] ! store it
129 stb %g1, [%l0 + 2] ! store it
134 stb %i1, [%l0
[all...]
H A Dstrlcpy.s81 add %i2, %g4, %l0 ! l0 = dest
84 andcc %l0, 3, %g1 ! word aligned?
93 sub %l1, %i4, %l0 ! word - 0x01010101
94 andcc %l0, %g1, %g0 ! doit
159 sub %l1, %i4, %l0 ! word - 0x01010101
160 andcc %l0, %g1, %g0 ! do it
187 sub %l1, %i4, %l0 ! x - 0x01010101
188 andcc %l0, %g1, %g0 ! get your Mycroft on
190 add %i2, %g4, %l0 ! ds
[all...]
H A Dascii_strcasecmp.s136 sub %i0, 'A', %l0 ! transform for faster uppercase check
138 cmp %l0, ('Z' - 'A') ! s1[0] uppercase?
157 sub %i0, 'A', %l0 ! transform for faster uppercase check
159 cmp %l0, ('Z' - 'A') ! s1[1] uppercase?
178 sub %i0, 'A', %l0 ! transform for faster uppercase check
180 cmp %l0, ('Z' - 'A') ! s1[2] uppercase?
240 andn %i3, %i4, %l0 ! q1 = x1 & ~m1
242 add %l0, %l2, %l1 ! p1 = q1 + m2
244 add %l0, %l3, %l0 ! q
[all...]
H A Dstrncmp.s79 sethi %hi(0xff000000), %l0 ! masks to test for terminating null
121 andcc %i4, %l0, %g0 ! check if first byte was zero
166 andcc %i4, %l0, %g0 ! check if first byte was zero
210 andcc %i4, %l0, %g0 ! check if first byte was zero
247 andcc %i4, %l0, %g0 ! check if first byte was zero
/osnet-11/usr/src/lib/libc/sparc/crt/
H A D_rtboot.s102 set EB_ARGV, %l0 ! code for this entry
103 st %l0, [%o0] ! store it
104 add %fp, 68, %l0 ! argument vector is at %fp+68
105 st %l0, [%o0 + 4] ! store that
109 add %l0, %l1, %l0 ! and get address of first env ptr
110 st %l0, [%o0 + 12] ! store it in the vector
116 ld [%l0], %l1 ! get an entry
119 add %l0, 4, %l0 ! incrementin
[all...]
/osnet-11/usr/src/lib/libnsl/des/
H A Ddes_soft.c321 uint32_t l0, l1, w; local
332 l0 = l1 = 0;
338 l0 |= longtab[pbit];
348 l0 |= longtab[pbit];
353 work2.long0 = l0;
362 e0 op p->l0; \
413 uint32_t r0, l0, r1, l1; local
415 l0 = work2.long0;
417 cipher(0, r0, l0, r1, l1);
418 cipher(1, r1, l1, r0, l0);
443 uint32_t l0, l1, w; local
[all...]
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dascii_strcasecmp.s136 sub %i0, 'A', %l0 ! transform for faster uppercase check
138 cmp %l0, ('Z' - 'A') ! s1[0] uppercase?
157 sub %i0, 'A', %l0 ! transform for faster uppercase check
159 cmp %l0, ('Z' - 'A') ! s1[1] uppercase?
178 sub %i0, 'A', %l0 ! transform for faster uppercase check
180 cmp %l0, ('Z' - 'A') ! s1[2] uppercase?
240 andn %i3, %i4, %l0 ! q1 = x1 & ~m1
242 add %l0, %l2, %l1 ! p1 = q1 + m2
244 add %l0, %l3, %l0 ! q
[all...]
H A Dstrlcpy.s84 add %i2, %g4, %l0 ! dst
86 and %l0, 3, %g1 ! dst<1:0> to examine offset
97 andcc %l0, 7, %g0 ! dst word aligned ?
107 sub %l1, %i4, %l0 ! dword - 0x0101010101010101
108 andcc %l0, %g1, %g0 ! ((dword - 0x0101010101010101) & ~dword & 0x8080808080808080)
239 sub %l1, %i4, %l0 ! dword - 0x0101010101010101
240 andcc %l0, %g1, %g0 ! ((dword - 0x0101010101010101) & ~dword & 0x80808080
263 sub %l1, %i4, %l0 ! x - 0x0101010101010101
264 andcc %l0, %g1, %g0 ! ((x - 0x0101010101010101) & ~x & 0x8080808080808080)
266 add %i2, %g4, %l0 ! ds
[all...]
H A Dstrncmp.s79 sethi %hi(0xff000000), %l0 ! masks to test for terminating null
121 andcc %i4, %l0, %g0 ! check if first byte was zero
166 andcc %i4, %l0, %g0 ! check if first byte was zero
210 andcc %i4, %l0, %g0 ! check if first byte was zero
247 andcc %i4, %l0, %g0 ! check if first byte was zero
/osnet-11/usr/src/lib/libc/sparcv9/fp/
H A D__quad_mag64.s183 srlx %o0,48,%l0
184 andcc %l0,%l7,%l0 ! l0 = ex
190 mov 1,%l0
204 sub %l0,%l1,%l1 ! l1 = e = ex - ey
254 add %l0,1,%l0
296 add %l0,1,%l0
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/sparc64/ieee1275/
H A Dboot.h22 #define CIF_REG %l0
/osnet-11/usr/src/cmd/sendmail/libmilter/
H A Dsmfi.c181 size_t len, l0, l1, offset;
190 l0 = strlen(arg0) + 1;
191 len = l0;
203 (void) memcpy(buf, arg0, l0);
204 offset = l0;
246 size_t len, l0, l1, offset; local
255 l0 = strlen(arg0) + 1;
256 len = l0;
267 (void) memcpy(buf, arg0, l0);
268 offset = l0;
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dxfs.h192 * l0:31 is an extent flag (value 1 indicates non-normal).
193 * l0:0-30 and l1:9-31 are startoff.
197 * l0:63 is an extent flag (value 1 indicates non-normal).
198 * l0:9-62 are startoff.
199 * l0:0-8 and l1:21-63 are startblock.
207 xfs_uint32_t l0, l1, l2, l3; member in struct:xfs_bmbt_rec_32
211 xfs_uint64_t l0, l1; member in struct:xfs_bmbt_rec_64
H A Dfsys_xfs.c145 return (((xfs_fileoff_t)le32 (r->l0) &
/osnet-11/usr/src/lib/libresolv2/common/nameser/
H A Dns_name.c538 int l0; local
545 if ((l0 = labellen(srcp)) < 0) {
549 l += l0 + 1;
554 srcp += l0 + 1;

Completed in 37 milliseconds