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

12

/freebsd-10.0-release/crypto/openssl/crypto/idea/
H A Di_ecb.c76 unsigned long l0,l1,d[2]; local
78 n2l(in,l0); d[0]=l0;
81 l0=d[0]; l2n(l0,out);
83 l0=l1=d[0]=d[1]=0;
/freebsd-10.0-release/lib/libc/sparc64/gen/
H A D_ctx_start.S32 mov %g2, %l0
34 mov %l0, %o0
/freebsd-10.0-release/lib/libkse/arch/sparc64/sparc64/
H A Dthr_getcontext.S40 mov MC_VALID_FLAGS, %l0 /* Validate the context. */
41 stx %l0, [%o0 + MC_FLAGS]
42 mov 1, %l0
43 stx %l0, [%o0 + MC_OUT + (0 * 8)] /* return 1 when resumed */
53 mov %i0, %l0
56 ldx [%l0 + MC_GLOBAL + (1 * 8)], %g1
57 ldx [%l0 + MC_GLOBAL + (2 * 8)], %g2
58 ldx [%l0 + MC_GLOBAL + (3 * 8)], %g3
59 ldx [%l0 + MC_GLOBAL + (4 * 8)], %g4
60 ldx [%l0
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/des/
H A Decb3_enc.c66 register DES_LONG l0,l1; local
71 c2l(in,l0);
73 ll[0]=l0;
79 l0=ll[0];
81 l2c(l0,out);
/freebsd-10.0-release/sys/sparc64/sparc64/
H A Dmp_locore.S71 setx TD_V | TD_L, %l1, %l0
78 and %l6, %l0, %l1
79 cmp %l0, %l1
85 srlx %l5, TAR_VPN_SHIFT, %l0
86 sllx %l0, TAR_VPN_SHIFT, %l0
87 or %l0, TLB_DEMAP_PRIMARY | TLB_DEMAP_PAGE, %l0
88 stxa %g0, [%l0] ASI_IMMU_DEMAP
97 setx TD_V, %l1, %l0
[all...]
H A Dinterrupt.S188 ldx [PCPU(IRHEAD)], %l0
189 brnz,a,pt %l0, 2f
197 2: ldx [%l0 + IR_NEXT], %l1
203 3: ldx [%l0 + IR_FUNC], %o0
204 ldx [%l0 + IR_ARG], %o1
205 lduw [%l0 + IR_VEC], %l2
208 stx %l1, [%l0 + IR_NEXT]
209 stx %l0, [PCPU(IRFREE)]
H A Dlocore.S66 SET(pcpu0 + (PCPU_PAGES * PAGE_SIZE) - PC_SIZEOF, %l1, %l0)
67 sub %l0, SPOFF + CCFSZ, %sp
H A Dexception.S114 storer %l0, [base + (0 * size)] asi ; \
132 loader [base + (0 * size)] asi, %l0 ; \
417 clr %l0
2191 ldx [PCPU(CURTHREAD)], %l0
2192 ldx [%l0 + TD_PROC], %l0
2193 ldx [%l0 + P_MD + MD_UTRAP], %l0
2194 brz,pt %l0, tl0_trap
2196 ldx [%l0
[all...]
H A Dswtch.S117 ldx [%i1 + TD_PCB], %l0
120 stx %l0, [PCPU(CURPCB)]
123 mov %l0, PCB_REG
125 mov %l0, PCB_REG
/freebsd-10.0-release/contrib/diff/src/
H A Ded.c43 lin f0, l0, f1, l1;
51 changes = analyze_hunk (hunk, &f0, &l0, &f1, &l1);
58 print_number_range (',', &files[0], f0, l0);
97 lin i, f0, l0, f1, l1;
100 enum changes changes = analyze_hunk (hunk, &f0, &l0, &f1, &l1);
107 print_number_range (' ', files, f0, l0);
140 lin i, f0, l0, f1, l1;
144 enum changes changes = analyze_hunk (hunk, &f0, &l0, &f1, &l1);
150 translate_range (&files[0], f0, l0, &tf0, &tl0);
42 lin f0, l0, f1, l1; local
95 lin i, f0, l0, f1, l1; local
137 lin i, f0, l0, f1, l1; local
H A Dcmp.c574 word const *l0, *l1; /* Pointers into each buffer. */
587 for (l0 = p0, l1 = p1; (l = *l0) == *l1; l0++, l1++)
600 for (c0 = (char const *) l0, c1 = (char const *) l1;
619 word const *l0, *l1;
625 for (l0 = p0, l1 = p1; *l0 == *l1; l0++, l1++)
630 for (c0 = (char const *) l0, c
569 word const *l0, *l1; /* Pointers into each buffer. */ local
613 word const *l0, *l1; local
[all...]
H A Dutil.c667 lin l0, l1;
688 l0 = next->line0 + next->deleted - 1;
693 for (i = next->line0; i <= l0 && trivial; i++)
725 *last0 = l0;
658 lin l0, l1; local
/freebsd-10.0-release/libexec/rtld-elf/sparc64/
H A Drtld_start.S53 mov %o0, %l0
67 mov %l0, %o0
129 sub %o0, %o1, %l0 /* x - y */
130 sub %l0, %l1, %l0 /* i = x - y - HIPLTOFFS */
132 sdivx %l0, %l7, %l1 /* Calculate i / 5120 */
134 sub %l0, %l3, %l2 /* And i % 5120 */
/freebsd-10.0-release/sys/crypto/des/
H A Ddes_ecb.c120 register DES_LONG l0,l1; local
125 c2l(in,l0);
127 ll[0]=l0;
135 l0=ll[0];
137 l2c(l0,out);
/freebsd-10.0-release/lib/libc/sparc64/fpu/
H A Dfpu_explode.c265 u_int64_t l0, l1; local
269 l0 = __fpu_getreg64(reg & ~1);
270 fp->fp_sign = l0 >> 63;
278 s = __fpu_xtof(fp, l0);
290 s = __fpu_dtof(fp, l0 >> 32, l0 & 0xffffffff);
295 s = __fpu_qtof(fp, l0 >> 32, l0 & 0xffffffff, l1 >> 32,
/freebsd-10.0-release/sbin/sunlabel/
H A Druntest.sh12 ./sunlabel $MD > ${TMP}l0
20 ' ${TMP}l0 > ${TMP}l1
47 ' ${TMP}l0 > ${TMP}l2
/freebsd-10.0-release/crypto/heimdal/lib/hx509/
H A Dtest_name.c318 int l0, l1, l2, l3; local
331 ret = compare_subject(c1, c1, &l0);
340 if (l0 != 0) return 1;
/freebsd-10.0-release/crypto/openssl/crypto/aes/asm/
H A Daes-sparcv9.pl39 $acc0="%l0";
540 ldub [%i0+0],%l0
544 sll %l0,24,%l0
549 or %l1,%l0,%l0
555 or %l0,%l2,%o0
560 ldub [%i0+8],%l0
566 sll %l0,24,%l0
[all...]
/freebsd-10.0-release/contrib/opie/libopie/
H A Dgenerator.c214 goto l0;
223 goto l0;
233 goto l0;
237 l0:
/freebsd-10.0-release/contrib/sendmail/libmilter/
H A Dsmfi.c179 size_t len, l0, l1, offset;
188 l0 = strlen(arg0) + 1;
189 len = l0;
201 (void) memcpy(buf, arg0, l0);
202 offset = l0;
244 size_t len, l0, l1, offset; local
253 l0 = strlen(arg0) + 1;
254 len = l0;
265 (void) memcpy(buf, arg0, l0);
266 offset = l0;
[all...]
/freebsd-10.0-release/contrib/gcc/config/sparc/
H A Dsol2-c1.asm62 ldn [%sp + (16 * CPTRSIZE) + STACK_BIAS], %l0 ! argc
93 mov %l0, %o0 ! argc
100 sll %l0, CPTRSHIFT, %o2
/freebsd-10.0-release/crypto/openssl/crypto/bn/
H A Dbn_div.c319 BN_ULONG q,l0; local
408 l0=bn_mul_words(tmp->d,sdiv->d,div_n,q);
409 tmp->d[div_n]=l0;
/freebsd-10.0-release/crypto/openssl/crypto/sha/asm/
H A Dsha512-sparcv9.pl20 # bits of %l0-%l7. The latter is done to achieve 32-/64-bit ABI
97 $A="%l0";
166 ld [$inp+0],%l0
189 ld [$inp+128],%l0
206 ld [%sp+`$bias+$frame+(($i+1+0)%16)*$SZ+0`],%l0
372 sllx %l0,32,$tmp2
374 ld [%sp+`$bias+$frame+(($i+1+0)%16)*$SZ+0`],%l0
526 ld [$ctx+`0*$SZ+0`],%l0
534 sllx %l0,32,$tmp0
552 ld [$ctx+`4*$SZ+0`],%l0
[all...]
/freebsd-10.0-release/sbin/setkey/
H A Dparse.y779 int l, l0;
799 l0 = l;
806 l = l0;
876 int l, l0, len;
919 l0 = l;
926 l = l0;
993 int l, l0, len;
1098 l0 = l;
1105 l = l0;
/freebsd-10.0-release/contrib/dtc/
H A Ddtc.h161 #define for_each_label(l0, l) \
162 for ((l) = (l0); (l); (l) = (l)->next)

Completed in 251 milliseconds

12