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

12345

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/idea/
H A Di_ecb.c76 IDEA_INT 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;
/netbsd-6-1-5-RELEASE/lib/libc/compat/arch/sparc64/sys/
H A Dcompat___sigtramp1.S103 rd %fprs, %l0
104 btst FPRS_DL|FPRS_DU, %l0 /* All clean? */
106 btst FPRS_DL, %l0 /* test dl */
108 btst FPRS_DU, %l0 /* test du */
112 add %sp, BIAS+CC64FSZ+BLOCK_SIZE, %l0 /* Generate a pointer so */
113 andn %l0, BLOCK_ALIGN, %l0 /* we can do a block store */
114 stda %f0, [%l0] ASI_BLK_P
115 inc BLOCK_SIZE, %l0
116 stda %f16, [%l0] ASI_BLK_
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/sparc/
H A Dsplet.s9 rd %asr0, %l0
10 rd %asr1, %l0
11 rd %asr15, %l0
12 rd %asr17, %l0
13 rd %asr18, %l0
14 rd %asr19, %l0 ! should stop the processor
15 rd %asr20, %l0
16 rd %asr21, %l0
17 rd %asr22, %l0
19 wr %l0,
[all...]
H A Dsplet.d10 0: a1 40 00 00 rd %y, %l0
11 4: a1 40 40 00 rd %asr1, %l0
12 8: a1 43 c0 00 rd %asr15, %l0
13 c: a1 44 40 00 rd %asr17, %l0
14 10: a1 44 80 00 rd %asr18, %l0
15 14: a1 44 c0 00 rd %asr19, %l0
16 18: a1 45 00 00 rd %asr20, %l0
17 1c: a1 45 40 00 rd %asr21, %l0
18 20: a1 45 80 00 rd %asr22, %l0
19 24: 81 84 20 00 mov %l0,
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/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);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/lib/libdes/
H A Doecb3_enc.c65 register DES_LONG l0,l1; local
70 c2l(in,l0);
72 ll[0]=l0;
78 l0=ll[0];
80 l2c(l0,out);
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/sparc64/
H A Dsvr4_sigcode64.s122 rd %fprs, %l0
123 btst FPRS_DL|FPRS_DU, %l0 ! All clean?
125 btst FPRS_DL, %l0 ! test dl
127 btst FPRS_DU, %l0 ! test du
131 add %sp, BIAS+CC64FSZ+BLOCK_SIZE, %l0 ! Generate a pointer so we can
132 andn %l0, BLOCK_ALIGN, %l0 ! do a block store
133 stda %f0, [%l0] ASI_BLK_P
134 inc BLOCK_SIZE, %l0
135 stda %f16, [%l0] ASI_BLK_
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dpr28888.c9 l0:i1 = (int) (i5 << 2);
14 goto l0;
H A Dva-arg-pack-len-1.c100 volatile int l0; variable
112 if (myopen ("d", l0 + 0x43, 0600))
114 if (myopen ("e", l0 + 0x3, 0700))
116 if (myopen ("f", l0 + 0x2))
119 if (myopen ("g", l0 + 0x43) != -6)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dpr28888.c9 l0:i1 = (int) (i5 << 2);
14 goto l0;
/netbsd-6-1-5-RELEASE/libexec/ld.elf_so/arch/sparc64/
H A Drtld_start.S71 ldx [%l7], %l0 /* base-relative &_DYNAMIC */
76 sub %o0, %l0, %l0 /* relocbase */
78 mov %l0, %o1 /* relocbase */
80 mov %l0, %o1 /* relocbase */
130 sub %o1, %o0, %l0 /* i = x - y */
132 sub %l0, %l1, %l0 /* i = x - y + 8 - 32768*32 */
137 sdivx %l0, %l1, %l1 /* Calculate i/5120 */
141 sub %l0,
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/
H A Dsha1-sparcv9a.S77 mov %o0,%l0
93 sll %l0,5,%i3 !! 0
97 srl %l0,27,%i4
111 and %l1,%l0,%g5
117 sll %l0,30,%i5
120 andn %l2,%l0,%i4
123 srl %l0,2,%l0
126 or %i5,%l0,%l0
[all...]
H A Dsha1-sparcv9.S14 ld [%i0+0],%l0
71 sll %l0,5,%i3 !! 0
73 srl %l0,27,%i4
88 and %l1,%l0,%i3
90 sll %l0,30,%i5
91 andn %l2,%l0,%i4
92 srl %l0,2,%l0
94 or %i5,%l0,%l0
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/
H A Dsha1-sparcv9a.S77 mov %o0,%l0
93 sll %l0,5,%i3 !! 0
97 srl %l0,27,%i4
111 and %l1,%l0,%g5
117 sll %l0,30,%i5
120 andn %l2,%l0,%i4
123 srl %l0,2,%l0
126 or %i5,%l0,%l0
[all...]
H A Dsha1-sparcv9.S16 ld [%i0+0],%l0
73 sll %l0,5,%i3 !! 0
75 srl %l0,27,%i4
90 and %l1,%l0,%i3
92 sll %l0,30,%i5
93 andn %l2,%l0,%i4
94 srl %l0,2,%l0
96 or %i5,%l0,%l0
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/alpha/ev5/
H A Ddiveby3.asm53 define(`l0', `r25') define(`x', `r8')
70 C Compute initial l0 value
74 and p6, x5555555555555555, l0
75 cmovne p7, xAAAAAAAAAAAAAAAA, l0
119 addq q1, l0, x C U0
132 and cymask, x5555555555555555, l0 C U1
139 addq t0, l0, l0
141 addq t1, l0, l0
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/diff/
H A Ded.c40 int f0, l0, f1, l1;
51 analyze_hunk (hunk, &f0, &l0, &f1, &l1, &deletes, &inserts);
58 print_number_range (',', &files[0], f0, l0);
117 int f0, l0, f1, l1;
121 analyze_hunk (hunk, &f0, &l0, &f1, &l1, &deletes, &inserts);
128 print_number_range (' ', files, f0, l0);
164 int f0, l0, f1, l1;
169 analyze_hunk (hunk, &f0, &l0, &f1, &l1, &deletes, &inserts);
175 translate_range (&files[0], f0, l0, &tf0, &tl0);
39 int f0, l0, f1, l1; local
115 int f0, l0, f1, l1; local
161 int f0, l0, f1, l1; local
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/src/
H A Ded.c45 lin f0, l0, f1, l1;
53 changes = analyze_hunk (hunk, &f0, &l0, &f1, &l1);
60 print_number_range (',', &files[0], f0, l0);
99 lin i, f0, l0, f1, l1;
102 enum changes changes = analyze_hunk (hunk, &f0, &l0, &f1, &l1);
109 print_number_range (' ', files, f0, l0);
142 lin i, f0, l0, f1, l1;
146 enum changes changes = analyze_hunk (hunk, &f0, &l0, &f1, &l1);
152 translate_range (&files[0], f0, l0, &tf0, &tl0);
44 lin f0, l0, f1, l1; local
97 lin i, f0, l0, f1, l1; local
139 lin i, f0, l0, f1, l1; local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/ext/
H A Dva-arg-pack-len-1.C100 volatile int l0; variable
112 if (myopen ("d", l0 + 0x43, 0600))
114 if (myopen ("e", l0 + 0x3, 0700))
116 if (myopen ("f", l0 + 0x2))
119 if (myopen ("g", l0 + 0x43) != -6)
/netbsd-6-1-5-RELEASE/libexec/ld.elf_so/arch/sparc/
H A Drtld_start.S49 ld [%l7], %l0 /* base-relative &_DYNAMIC */
53 sub %o0, %l0, %l0 /* relocbase */
55 mov %l0, %o1 /* relocbase */
57 mov %l0, %o1 /* relocbase */
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-ccp-1.c25 unsigned int l0 = 3 / 2 + 2; local
26 unsigned int l1 = l0 * 4;
/netbsd-6-1-5-RELEASE/lib/libc/arch/sparc64/gen/
H A Dmodf.S79 * %l0 scratch
105 PICCY_SET(Lmagic, %l0, %o7)
106 ldd [%l0], %f2
108 sethi %hi(Lmagic), %l0
109 ldd [%l0 + %lo(Lmagic)], %f2
179 PICCY_SET(L0, %l0, %o7)
181 ldd [%l0], %f0 ! return 0.0;
183 sethi %hi(L0), %l0
185 ldd [%l0 + %lo(L0)], %f0 ! return 0.0;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-ccp-1.c25 unsigned int l0 = 3 / 2 + 2; local
26 unsigned int l1 = l0 * 4;
/netbsd-6-1-5-RELEASE/lib/libc/arch/sparc/gen/
H A Dmodf.S79 * %l0 scratch
104 andn %i0, %l1, %l0
105 st %l0, [%fp - 16]
107 PICCY_SET(Lmagic, %l0, %o7)
108 ldd [%l0], %f2
110 sethi %hi(Lmagic), %l0
111 ldd [%l0 + %lo(Lmagic)], %f2
188 PICCY_SET(L0, %l0, %o7)
190 ldd [%l0], %f0 ! return 0.0;
192 sethi %hi(L0), %l0
[all...]
/netbsd-6-1-5-RELEASE/sys/crypto/des/
H A Ddes_ecb.c126 register DES_LONG l0,l1; local
131 c2l(in,l0);
133 ll[0]=l0;
141 l0=ll[0];
143 l2c(l0,out);

Completed in 294 milliseconds

12345