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

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/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;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/idea/
H A Di_ecb.c76 unsigned long l0, l1, d[2]; local
78 n2l(in, l0);
79 d[0] = l0;
83 l0 = d[0];
84 l2n(l0, out);
87 l0 = l1 = d[0] = d[1] = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/idea/
H A Di_ecb.c76 unsigned long l0, l1, d[2]; local
78 n2l(in, l0);
79 d[0] = l0;
83 l0 = d[0];
84 l2n(l0, out);
87 l0 = l1 = d[0] = d[1] = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/des/
H A Decb3_enc.c65 register DES_LONG l0, l1; local
70 c2l(in, l0);
72 ll[0] = l0;
78 l0 = ll[0];
80 l2c(l0, out);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/des/
H A Decb3_enc.c65 register DES_LONG l0, l1; local
70 c2l(in, l0);
72 ll[0] = l0;
78 l0 = ll[0];
80 l2c(l0, out);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dhead_32.h19 rd %psr, %l0; b label; rd %wim, %l3; nop;
22 #define SPARC_TFAULT rd %psr, %l0; rd %wim, %l3; b sun4c_fault; mov 1, %l7;
23 #define SPARC_DFAULT rd %psr, %l0; rd %wim, %l3; b sun4c_fault; mov 0, %l7;
24 #define SRMMU_TFAULT rd %psr, %l0; rd %wim, %l3; b srmmu_fault; mov 1, %l7;
25 #define SRMMU_DFAULT rd %psr, %l0; rd %wim, %l3; b srmmu_fault; mov 0, %l7;
29 rd %psr, %l0; mov num, %l7; b bad_trap_handler; rd %wim, %l3;
46 rd %psr, %l0;
50 rd %psr,%l0; \
57 rd %psr,%l0; \
67 b getcc_trap_handler; mov %psr, %l0; no
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_btree_trace.c127 __uint64_t l0, l1; local
130 cur->bc_ops->trace_key(cur, key, &l0, &l1);
133 l0 >> 32, (int)l0,
151 __uint64_t l0, l1, l2; local
154 cur->bc_ops->trace_record(cur, rec, &l0, &l1, &l2);
158 l0 >> 32, (int)l0,
175 __uint64_t l0, l1; local
177 cur->bc_ops->trace_key(cur, key, &l0,
195 __uint64_t l0, l1, l2; local
217 __uint64_t l0, l1; local
[all...]
H A Dxfs_bmap_btree.c98 __uint64_t l0,
105 ext_flag = (int)(l0 >> (64 - BMBT_EXNTFLAG_BITLEN));
106 s->br_startoff = ((xfs_fileoff_t)l0 &
109 s->br_startblock = (((xfs_fsblock_t)l0 & xfs_mask64lo(9)) << 43) |
116 b = (((xfs_dfsbno_t)l0 & xfs_mask64lo(9)) << 43) |
140 __xfs_bmbt_get_all(r->l0, r->l1, s);
161 return (((xfs_fsblock_t)r->l0 & xfs_mask64lo(9)) << 43) |
167 b = (((xfs_dfsbno_t)r->l0 & xfs_mask64lo(9)) << 43) |
184 return ((xfs_fileoff_t)r->l0 &
194 ext_flag = (int)((r->l0) >> (6
97 __xfs_bmbt_get_all( __uint64_t l0, __uint64_t l1, xfs_bmbt_irec_t *s) argument
769 xfs_bmbt_trace_cursor( struct xfs_btree_cur *cur, __uint32_t *s0, __uint64_t *l0, __uint64_t *l1) argument
787 xfs_bmbt_trace_key( struct xfs_btree_cur *cur, union xfs_btree_key *key, __uint64_t *l0, __uint64_t *l1) argument
808 xfs_bmbt_trace_record( struct xfs_btree_cur *cur, union xfs_btree_rec *rec, __uint64_t *l0, __uint64_t *l1, __uint64_t *l2) argument
[all...]
H A Dxfs_ialloc_btree.c273 __uint64_t *l0,
277 *l0 = cur->bc_rec.i.ir_startino;
285 __uint64_t *l0,
288 *l0 = be32_to_cpu(key->inobt.ir_startino);
296 __uint64_t *l0,
300 *l0 = be32_to_cpu(rec->inobt.ir_startino);
270 xfs_inobt_trace_cursor( struct xfs_btree_cur *cur, __uint32_t *s0, __uint64_t *l0, __uint64_t *l1) argument
282 xfs_inobt_trace_key( struct xfs_btree_cur *cur, union xfs_btree_key *key, __uint64_t *l0, __uint64_t *l1) argument
293 xfs_inobt_trace_record( struct xfs_btree_cur *cur, union xfs_btree_rec *rec, __uint64_t *l0, __uint64_t *l1, __uint64_t *l2) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/ppc/
H A Dfloat_dsp_altivec.c101 vector float d, s0, s1, h0, l0, local
108 l0 = vec_mergel(s1, s1); // [c,c,d,d]
112 s1 = vec_mergeh(vec_mergel(l0, h0), // [d,b,d,b]
113 vec_mergeh(l0, h0)); // [c,a,c,a]
115 l0 = vec_mergel(s3, s3);
119 s3 = vec_mergeh(vec_mergel(l0, h0),
120 vec_mergeh(l0, h0));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dhvtramp.S48 mov %o0, %l0
50 lduw [%l0 + HVTRAMP_DESCR_CPU], %g1
54 ldx [%l0 + HVTRAMP_DESCR_FAULT_INFO_VA], %g2
58 lduw [%l0 + HVTRAMP_DESCR_NUM_MAPPINGS], %l2
59 add %l0, HVTRAMP_DESCR_MAPS, %l3
76 ldx [%l0 + HVTRAMP_DESCR_FAULT_INFO_PA], %o0
85 ldx [%l0 + HVTRAMP_DESCR_THREAD_REG], %l6
H A Drtrap_64.S39 ldx [%g6 + TI_FLAGS], %l0
40 andcc %l0, _TIF_NEED_RESCHED, %g0
47 ldx [%g6 + TI_FLAGS], %l0
49 1: andcc %l0, _TIF_DO_NOTIFY_RESUME_MASK, %g0
54 mov %l0, %o2
79 mov %l0, %o2
110 sethi %hi(__cpu_data), %l0
111 lduw [%l0 + %lo(__cpu_data)], %l1
113 sethi %hi(__cpu_data), %l0
114 or %l0,
[all...]
H A Dwuf.S20 #define t_psr l0
37 * rd %psr, %l0
40 * andcc %l0, PSR_PS, %g0
251 and %sp, 0xfff, %l0 ! delay slot
257 add %l0, 0x38, %l0
262 andncc %l0, 0xff8, %g0
270 add %sp, 0x38, %l0
271 sra %l0, 29, %l5
275 lda [%l0] ASI_PT
[all...]
H A Dhead_64.S158 rd %pc, %l0
161 sub %l0, %l1, %l1
176 sub %l0, %l1, %l1
182 sub %l0, %l1, %l1
183 sub %l0, %l2, %l2
184 sub %l0, %l5, %l5
206 sub %l0, %l1, %l1
207 sub %l0, %l2, %l2
208 sub %l0, %l3, %l3
209 stw %l0, [
[all...]
H A Dentry.S62 * This code cannot touch registers %l0 %l1 and %l2
169 wr %l0, 0x0, %psr
190 or %l0, PSR_PIL, %l4
210 wr %l0, PSR_ET, %psr
239 or %l0, PSR_PIL, %g2
248 or %l0, PSR_PIL, %g2 ! restore PIL after handler_irq
258 or %l0, PSR_PIL, %g2
265 wr %l0, PSR_ET, %psr
288 or %l0, PSR_PIL, %l4
315 or %l0, PSR_PI
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/ppc/
H A Dfloat_altivec.c45 vector float d, s0, s1, h0, l0, local
51 l0 = vec_mergel(s1, s1); // [c,c,d,d]
55 s1 = vec_mergeh(vec_mergel(l0,h0), // [d,b,d,b]
56 vec_mergeh(l0,h0)); // [c,a,c,a]
58 l0 = vec_mergel(s3, s3);
62 s3 = vec_mergeh(vec_mergel(l0,h0),
63 vec_mergeh(l0,h0));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dqpel_template.c85 uint32_t a, b, c, d, l0, l1, h0, h1; \
90 l0 = (a & 0x03030303UL) + \
100 h0 + h1 + (((l0 + l1) >> 2) & 0x0F0F0F0FUL)); \
105 l0 = (a & 0x03030303UL) + \
115 h0 + h1 + (((l0 + l1) >> 2) & 0x0F0F0F0FUL)); \
135 uint32_t a, b, c, d, l0, l1, h0, h1; \
140 l0 = (a & 0x03030303UL) + \
150 h0 + h1 + (((l0 + l1) >> 2) & 0x0F0F0F0FUL)); \
155 l0 = (a & 0x03030303UL) + \
165 h0 + h1 + (((l0
[all...]
H A Dhpeldsp.c179 uint32_t l0 = (a & 0x03030303UL) + \
195 (((l0 + l1) >> 2) & 0x0F0F0F0FUL)); \
200 l0 = (a & 0x03030303UL) + \
206 (((l0 + l1) >> 2) & 0x0F0F0F0FUL)); \
224 uint32_t l0 = (a & 0x03030303UL) + \
240 (((l0 + l1) >> 2) & 0x0F0F0F0FUL)); \
245 l0 = (a & 0x03030303UL) + \
251 (((l0 + l1) >> 2) & 0x0F0F0F0FUL)); \
272 uint32_t l0 = (a & 0x03030303UL) + \
288 (((l0
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/lib/
H A Dmuldi3.S68 mov %o0, %l0
72 add %l0, %o0, %l0
74 add %l2, %l0, %i0
H A Dxor.S374 ldda [%i1 + 0x30] %asi, %l0 /* %l0/%l1 = src + 0x30 */
393 xor %l2, %l0, %l2
423 ldda [%l7 + 0x10] %asi, %l0 /* %l0/%l1 = src2 + 0x10 */
435 xor %l0, %i4, %l0
437 xor %o2, %l0, %o2
442 ldda [%l7 + 0x30] %asi, %l0 /* %l0/
[all...]
H A Dmcount.S60 mov %g2, %l0
90 mov %g2, %l0
114 mov %l0, %o0
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/prom/
H A Dcif.S19 mov %g4, %l0
24 mov %l0, %g4
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dcontext.S37 [--sp] = l0;
84 l0 = r0; define
109 [--sp] = l0;
144 l0 = r0; define
168 [--sp] = l0;
219 l0 = r0; define
259 l0 = [sp++]; define
329 l0 = [sp++]; define
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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...]

Completed in 246 milliseconds

1234