Searched refs:L1 (Results 151 - 175 of 295) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_rfgain.c126 uint32_t L1, L2, L3, L4; local
130 L1 = 0;
142 L1 = 0;
144 L3 = (gStep != 0x3f) ? 0x40 : L1;
147 gv->loTrig = L1 + (gStep == 0x3f ? DYN_ADJ_LO_MARGIN : 0);
153 return !((g >= L1 && g<= L2) || (g >= L3 && g <= L4));
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/alpha/ev6/nails/
H A Daddmul_3.asm90 L(top): ldq rlimb, 0(rp) C L1
95 lda rp, 8(rp) C L1
101 addq m0b, acc1, acc0 C L1
105 addq rlimb, r19, r19 C L1
111 addq m1b, acc2, acc1 C L1
115 bis r31, r31, r31 C L1 nop
121 bis r31, m2b, acc2 C L1
H A Daddmul_1.asm268 stq r28, -24(rp) C L1
273 ldq rl2, 0(rp) C L1
278 ldq ul2, 0(up) C L1
283 stq r28, -16(rp) C L1
288 ldq rl3, 8(rp) C L1
290 lda n, -4(n) C L1
293 ldq ul3, 8(up) C L1
298 stq r28, -8(rp) C L1
303 ldq rl0, 16(rp) C L1
308 ldq ul0, 16(up) C L1
[all...]
H A Dsubmul_1.asm268 stq r28, -24(rp) C L1
273 ldq rl2, 0(rp) C L1
278 ldq ul2, 0(up) C L1
283 stq r28, -16(rp) C L1
288 ldq rl3, 8(rp) C L1
290 lda n, -4(n) C L1
293 ldq ul3, 8(up) C L1
298 stq r28, -8(rp) C L1
303 ldq rl0, 16(rp) C L1
308 ldq ul0, 16(up) C L1
[all...]
H A Daddmul_4.asm108 ldq ulimb, 0(up) C L1
113 bis r31, r31, r31 C L1 nop
118 lda up, 8(up) C L1
124 bis r31, r31, r31 C L1 nop
128 bis r31, r31, r31 C L1 nop
134 and r19,numb_mask, r28 C L1 extract numb part
138 lda n, -1(n) C L1
141 addq r8, acc1, acc1 C L1
148 stq r28, -8(rp) C L1
152 bis r31, m3b, acc3 C L1
[all...]
H A Dmul_1.asm246 stq r28, -24(rp) C L1
251 unop C L1
256 ldq ul2, 0(up) C L1
261 stq r28, -16(rp) C L1
266 lda n, -4(n) C L1
271 ldq ul3, 8(up) C L1
276 stq r28, -8(rp) C L1
281 unop C L1
286 ldq ul0, 16(up) C L1
291 stq r28, 0(rp) C L1
[all...]
H A Daddmul_2.asm85 ldq ulimb, 0(up) C L1
87 lda rp, 8(rp) C L1
93 addq m0b, acc1, acc0 C L1
97 addq rlimb, r19, r19 C L1 FINAL PROD-SUM
103 bis r31, m1b, acc1 C L1
109 stq r28, -8(rp) C L1
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/m68hc11/
H A Dindexed12.s10 ldab L1-_main,x ; Offset/const of these 2 insns must be
11 ldaa #L1-_main ; identical (likewise for 2nd global check)
13 ldaa L2-L1,x ; -> ldaa 2,x (5-bit offset), text seg
14 adda L1-L2,y ; -> adda -2,y (5-bit offset), text seg
67 ldab L1-_main,x
68 ldaa #L1-_main
73 L1: label
/netbsd-6-1-5-RELEASE/lib/libc/gdtoa/test/
H A Dmakefile30 L1 = -lm macro
31 #use "L1=-lm" when compiled with -DHonor_FLTP_ROUNDS or -DUSE_LOCALE
45 $(CC) -o dItest $(dItest) $(L1)
60 $(CC) -o ftest $(ftest) $(L1)
65 $(CC) -o Qtest $(Qtest) $(L1)
70 $(CC) -o xtest $(xtest) $(L1)
75 $(CC) -o xLtest $(xLtest) $(L1)
85 $(CC) -o dItestsi $(dItestsi) $(L1)
/netbsd-6-1-5-RELEASE/lib/libcrypt/
H A Dcrypt.c676 int32_t L0, L1, R0, R1, k; local
694 LOAD(L,L0,L1,B);
696 LOAD(L,L0,L1,*(const C_block *)in);
698 LOADREG(R,R0,R1,L,L0,L1);
700 L1 &= 0x55555555L;
701 L0 = (L0 << 1) | L1; /* L0 is the even-numbered input bits */
704 L1 = R0 | R1; /* L1 is the odd-numbered input bits */
705 STORE(L,L0,L1,B);
706 PERM3264(L,L0,L1,
[all...]
/netbsd-6-1-5-RELEASE/lib/libm/arch/vax/
H A Dn_atan2.S129 L1: label
130 .word L20-L1
131 .word L20-L1
132 .word L30-L1
133 .word L40-L1
134 .word L40-L1
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/bfin/
H A Dstack2.s24 [--SP ] = L1;
81 L1= [ SP ++ ] ;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/dlx/
H A Dbranch.d9 00000000 <L1>:
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mn10300/
H A Drelax.d9 0+8005 R_MN10300_PCREL32 .L1\+0x00000001
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/tic54x/
H A Dasg.d8 0+000 <L1>:
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Darm-disp-step.S112 ldr r0, .L1
121 .L1:
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/testsuite/sim/h8300/
H A Dmovmd.s91 beq .L1
93 .L1:
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/testsuite/sim/sh/
H A Dfabs.s18 bt .L1
20 .L1:
H A Dfcmpeq.s22 bf .L1
24 .L1:
H A Dfcmpgt.s22 bt .L1
24 .L1:
H A Dfmac.s35 bt .L1
37 .L1:
H A Dfneg.s26 bt .L1
28 .L1:
H A Dfsqrt.s24 bt .L1
26 .L1:
/netbsd-6-1-5-RELEASE/lib/libc/arch/i386/string/
H A Dstrncmp.S27 L1: incl %eax label
105 je L1
/netbsd-6-1-5-RELEASE/lib/libc/arch/x86_64/string/
H A Dstrncmp.S22 L1: incq %rdi label
100 je L1

Completed in 207 milliseconds

1234567891011>>