/osnet-11/usr/src/lib/brand/shared/brand/sparc/ |
H A D | handler.s | 124 * obtain the number of arguments (%l4) and return value flag (%l3). 127 mov %g1, %l3 /* %g1 == syscall number */ 135 mov %g1, %l3 /* %g1 == syscall number */ 136 mov %i0, %l3 /* %i0 == syscall number */ 139 sll %l3, (1 + CLONGSHIFT), %l3 /* Each entry has 2 longs */ 140 add %l3, %l1, %l3 /* index to proper entry */ 141 ldn [%l3 + CPTRSIZE], %l4 /* number of args + rv flag */ 144 andcc %l4, %l5, %l3 /* stri [all...] |
/osnet-11/usr/src/lib/libc/sparc/gen/ |
H A D | strncmp.s | 108 add %i4, %l6, %l3 110 1: xor %l3, %i4, %l3 111 and %l3, %l7, %l3 112 cmp %l3, %l7 158 add %i4, %l6, %l3 160 1: xor %l3, %i4, %l3 161 and %l3, [all...] |
H A D | ascii_strcasecmp.s | 210 sethi %hi(0x25252525), %l3 ! load m3 for parallel tolower() 213 or %l3, %lo(0x25252525),%l3! finish loading m3 244 add %l0, %l3, %l0 ! q1 = q1 + m3 245 add %l4, %l3, %l4 ! q2 = q2 + m3 284 add %l0, %l3, %l0 ! q1 = q1 + m3 285 add %l4, %l3, %l4 ! q2 = q2 + m3
|
/osnet-11/usr/src/lib/libc/sparcv9/gen/ |
H A D | strncmp.s | 108 add %i4, %l6, %l3 110 1: xor %l3, %i4, %l3 111 and %l3, %l7, %l3 112 cmp %l3, %l7 158 add %i4, %l6, %l3 160 1: xor %l3, %i4, %l3 161 and %l3, [all...] |
H A D | ascii_strcasecmp.s | 210 sethi %hi(0x25252525), %l3 ! load m3 for parallel tolower() 213 or %l3, %lo(0x25252525),%l3! finish loading m3 244 add %l0, %l3, %l0 ! q1 = q1 + m3 245 add %l4, %l3, %l4 ! q2 = q2 + m3 285 add %l0, %l3, %l0 ! q1 = q1 + m3 286 add %l4, %l3, %l4 ! q2 = q2 + m3
|
/osnet-11/usr/src/grub/grub2/grub-core/boot/sparc64/ieee1275/ |
H A D | diskboot.S | 91 set GRUB_BOOT_SPARC64_IEEE1275_IMAGE_ADDRESS, %l3 109 mov %l3, %o2 111 add %l3, %o3, %l3
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
H A D | lex_assign.t | 101 my ($l1, $l2, $l3, $l4); 103 $zzz1 = $l1 = $l2 = $zzz2 = $l3 = $l4 = 1 + $zzzz; 106 print "# $zzz1 = $l1 = $l2 = $zzz2 = $l3 = $l4 = 13\nnot " 108 and $l2 == 13 and $l3 == 13 and $l4 == 13;
|
/osnet-11/usr/src/lib/libc/sparcv9/fp/ |
H A D | __quad_mag64.s | 230 mov 64,%l3 231 sub %l3,%l1,%l3 232 sllx %o1,%l3,%o5 265 srl %i4,30,%l3 ! l3 = rm 269 srl %l3,1,%l5 270 xor %l3,%l5,%l3 275 andcc %l3, [all...] |
/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | tparm.c | 203 tparm_p3(char *instring, long l1, long l2, long l3) argument 209 p[2] = l3; 216 tparm_p4(char *instring, long l1, long l2, long l3, long l4) argument 222 p[2] = l3; 230 tparm_p7(char *instring, long l1, long l2, long l3, long l4, long l5, long l6, argument 237 p[2] = l3;
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/ |
H A D | rsa.c | 1159 gcry_sexp_t l1, l2, l3; 1169 l3 = gcry_sexp_find_token (l2, "a", 0); 1171 if (!l3) 1173 a_value = gcry_sexp_nth_mpi (l3, 1, 0); 1174 gcry_sexp_release (l3); 1157 gcry_sexp_t l1, l2, l3; local
|
H A D | pubkey.c | 2072 gcry_sexp_t l3 = NULL; local 2308 gcry_sexp_release (l3);
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/ |
H A D | rsa.c | 1105 gcry_sexp_t l1, l2, l3; 1115 l3 = gcry_sexp_find_token (l2, "a", 0); 1117 if (!l3) 1119 a_value = gcry_sexp_nth_mpi (l3, 1, 0); 1120 gcry_sexp_release (l3); 1103 gcry_sexp_t l1, l2, l3; local
|
/osnet-11/usr/src/grub/grub-0.97/stage2/ |
H A D | xfs.h | 194 * l1:0-8, l2:0-31, and l3:21-31 are startblock. 195 * l3:0-20 are blockcount. 207 xfs_uint32_t l0, l1, l2, l3; member in struct:xfs_bmbt_rec_32
|
H A D | fsys_xfs.c | 139 (((xfs_fsblock_t)le32 (r->l3)) >> 21); 153 return le32(r->l3) & mask32lo(21);
|
/osnet-11/usr/src/lib/libc/capabilities/sun4u/common/ |
H A D | memcpy.s | 268 rd %fprs, %l3 ! l3 = fprs 1248 and %l3, 0x4, %l3 ! fprs.du = fprs.dl = 0 1258 and %l3, 0x4, %l3 ! fprs.du = fprs.dl = 0 1259 wr %l3, %g0, %fprs ! fprs = l3 - restore fprs.fef
|
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/ |
H A D | Kstat.xs | 502 hv_store(self, "l3", 2, short_array_to_SV(tempsp->l3, L3_SZ), 0);
|