Searched refs:l0 (Results 51 - 75 of 89) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/sha/asm/
H A Dsha512-sparcv9.pl22 # bits of %l0-%l7. The latter is done to achieve 32-/64-bit ABI
99 $A="%l0";
168 ld [$inp+0],%l0
192 ld [$inp+128],%l0
209 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+0)%16)*$SZ+0`],%l0
375 sllx %l0,32,$tmp2
377 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+0)%16)*$SZ+0`],%l0
726 ld [$ctx+`0*$SZ+0`],%l0
734 sllx %l0,32,$tmp0
752 ld [$ctx+`4*$SZ+0`],%l0
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/easycap/
H A Deasycap_sound.c655 long int kount1, more, rc, l0, lm; local
793 p0 = (unsigned char *)pdata_buffer->pgo; l0 = 0; lm = more/2;
794 while (l0 < lm) {
796 &peasycap->audio_square); l0++; p0 += 2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dspeed.c1391 long l0,l1; local
1393 l0=(long)lengths[i-1];
1395 c[D_RC4][i]=c[D_RC4][i-1]*l0/l1;
1396 c[D_CBC_DES][i]=c[D_CBC_DES][i-1]*l0/l1;
1397 c[D_EDE3_DES][i]=c[D_EDE3_DES][i-1]*l0/l1;
1398 c[D_CBC_IDEA][i]=c[D_CBC_IDEA][i-1]*l0/l1;
1399 c[D_CBC_RC2][i]=c[D_CBC_RC2][i-1]*l0/l1;
1400 c[D_CBC_RC5][i]=c[D_CBC_RC5][i-1]*l0/l1;
1401 c[D_CBC_BF][i]=c[D_CBC_BF][i-1]*l0/l1;
1402 c[D_CBC_CAST][i]=c[D_CBC_CAST][i-1]*l0/l
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dpseudodbg.c61 val = &fp->l0;
H A Dkgdb.c43 gdb_regs[BFIN_L0] = regs->l0;
119 regs->l0 = gdb_regs[BFIN_L0];
H A Dsignal.c75 RESTORE(l0); RESTORE(l1); RESTORE(l2); RESTORE(l3);
140 SETUP(l0); SETUP(l1); SETUP(l2); SETUP(l3);
H A Dasm-offsets.c74 DEFINE(PT_L0, offsetof(struct pt_regs, l0));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/modes/asm/
H A Dghash-sparcv9.pl64 $nhi="%l0"; # small values and pointers
379 sethi %hi(0x20C0E000),%l0
381 or %l0,%lo(0x20C0E000),%l0
383 or %l0,$V,$V ! (0xE0��i)&0xff=0xA040608020C0E000
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/modes/asm/
H A Dghash-sparcv9.pl64 $nhi="%l0"; # small values and pointers
379 sethi %hi(0x20C0E000),%l0
381 or %l0,%lo(0x20C0E000),%l0
383 or %l0,$V,$V ! (0xE0��i)&0xff=0xA040608020C0E000
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dtrampoline_64.S99 mov %o0, %l0
311 ldx [%l0], %o0
394 ldx [%l0], %g6
H A Detrap_32.S19 #define t_psr l0 /* Set by caller */
47 * rd %psr, %l0
70 * %l0 contains trap time %psr, %l1 and %l2 contain the
H A Drtrap_32.S17 #define t_psr l0
H A Dwof.S33 #define t_psr l0 /* %psr at trap time T */
59 * rd %psr, %l0
62 * andcc %l0, PSR_PS, %g0
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp9dsp.c616 l0 = left[3], l1 = left[2], l2 = left[1], l3 = left[0]; local
619 DST(0,2) = DST(1,3) = (l0 + l1 * 2 + l2 + 2) >> 2;
620 DST(0,1) = DST(1,2) = DST(2,3) = (tl + l0 * 2 + l1 + 2) >> 2;
621 DST(0,0) = DST(1,1) = DST(2,2) = DST(3,3) = (l0 + tl * 2 + a0 + 2) >> 2;
654 l0 = left[3], l1 = left[2], l2 = left[1]; local
656 DST(0,3) = (l0 + l1 * 2 + l2 + 2) >> 2;
657 DST(0,2) = (tl + l0 * 2 + l1 + 2) >> 2;
659 DST(0,1) = DST(1,3) = (l0 + tl * 2 + a0 + 2) >> 2;
702 int l0 = left[3], l1 = left[2], l2 = left[1], l3 = left[0], local
707 DST(0,0) = DST(2,1) = (tl + l0
789 int l0 = left[3], l1 = left[2], l2 = left[1], l3 = left[0]; local
[all...]
H A Drv40dsp.c223 uint32_t l0 = (a & 0x03030303UL) + \
239 h0 + h1 + (((l0 + l1) >> 2) & 0x0F0F0F0FUL)); \
244 l0 = (a & 0x03030303UL) + \
250 h0 + h1 + (((l0 + l1) >> 2) & 0x0F0F0F0FUL)); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/video4linux/
H A Dextract_xc3028.pl78 my $l0 = $val & 0xff;
80 syswrite(OUTFILE, chr($l0).chr($l1).chr($l2).chr($l3));
95 my $l0 = $lsb_val & 0xff;
98 chr($l0).chr($l1).chr($l2).chr($l3).
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/lib/
H A Ddivdi3.S281 mov %o2,%l0
282 mov %l0,%i0
H A Dudivdi3.S254 mov %o2,%l0
255 mov %l0,%i0
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dh264_intrapred_10bit.asm144 punpcklwd m2, m3 ; l0 l1
145 punpckhdq m1, m2 ; l0 l1 l2 l3
146 punpckhqdq m1, m0 ; t2 t1 t0 lt l0 l1 l2 l3
147 psrldq m0, m1, 4 ; .. .. t2 t1 t0 lt l0 l1
148 psrldq m3, m1, 2 ; .. t2 t1 t0 lt l0 l1 l2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dh264_intrapred_10bit.asm147 punpcklwd m2, m3 ; l0 l1
148 punpckhdq m1, m2 ; l0 l1 l2 l3
149 punpckhqdq m1, m0 ; t2 t1 t0 lt l0 l1 l2 l3
150 psrldq m0, m1, 4 ; .. .. t2 t1 t0 lt l0 l1
151 psrldq m3, m1, 2 ; .. t2 t1 t0 lt l0 l1 l2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dsparccpuid.S84 clr %l0
155 clr %l0
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dsparccpuid.S84 clr %l0
155 clr %l0
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-common/
H A Ddpmc_modes.S511 [--sp] = l0;
593 l0 = [sp++]; define
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DClassReader.java1486 long l0 = readInt(index + 4) & 0xFFFFFFFFL;
1487 return (l1 << 32) | l0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_inode.c82 rec.l0 = get_unaligned(&ep->l0);
572 ep->l0 = get_unaligned_be64(&dp->l0);
2488 put_unaligned(cpu_to_be64(ep->l0), &dp->l0);

Completed in 186 milliseconds

1234