Home
last modified time | relevance | path

Searched refs:L3 (Results 1 – 25 of 30) sorted by relevance

12

/freebsd-11-stable/lib/libc/i386/string/
HDstrcmp.S63 je L3
65 jne L3
70 je L3
72 jne L3
77 je L3
79 jne L3
84 je L3
86 jne L3
91 je L3
93 jne L3
[all …]
HDstrncmp.S71 jz L3
73 jne L3
93 jz L3
95 jne L3
103 jz L3
105 jne L3
113 jz L3
115 jne L3
123 jz L3
125 jne L3
[all …]
HDswab.S70 L3: lodsw label
95 jnz L3
/freebsd-11-stable/crypto/openssl/crypto/whrlpool/
HDwp_block.c513 u64 L0, L1, L2, L3, L4, L5, L6, L7; in whirlpool_block()
548 L3 = C0(K, 3) ^ C1(K, 2) ^ C2(K, 1) ^ C3(K, 0) ^ in whirlpool_block()
562 K.q[3] = L3; in whirlpool_block()
574 L3 ^= C0(S, 3) ^ C1(S, 2) ^ C2(S, 1) ^ C3(S, 0) ^ in whirlpool_block()
588 S.q[3] = L3; in whirlpool_block()
597 L3 = C3(K, 0); in whirlpool_block()
606 L3 ^= C2(K, 1); in whirlpool_block()
614 L3 ^= C1(K, 2); in whirlpool_block()
622 L3 ^= C0(K, 3); in whirlpool_block()
638 L3 ^= C7(K, 4); in whirlpool_block()
[all …]
/freebsd-11-stable/contrib/gcc/config/sparc/
HDsync.md114 output_asm_insn ("srl\t%L3, 0, %L3", operands);
116 output_asm_insn ("or\t%L3, %H3, %L3", operands);
121 output_asm_insn ("casx\t%1, %H3, %L3", operands);
122 return "srlx\t%L3, 32, %H3";
HDlb1spc.asm262 bl L3.19
281 L3.19:
302 bl L3.17
320 L3.17:
346 bl L3.15
364 L3.15:
385 bl L3.13
403 L3.13:
609 bl L3.19
626 L3.19:
[all …]
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
HDar5212_rfgain.c126 uint32_t L1, L2, L3, L4; in ar5212InvalidGainReadback() local
132 L3 = 0; in ar5212InvalidGainReadback()
144 L3 = (gStep != 0x3f) ? 0x40 : L1; in ar5212InvalidGainReadback()
145 L4 = L3 + 50; in ar5212InvalidGainReadback()
153 return !((g >= L1 && g<= L2) || (g >= L3 && g <= L4)); in ar5212InvalidGainReadback()
/freebsd-11-stable/sys/powerpc/powerpc/
HDswtch32.S153 beq .L3
157 .L3: label
HDswtch64.S181 beq .L3
186 .L3: label
/freebsd-11-stable/tools/tools/netmap/
HDREADME11 lb an L3/L4 load balancer
/freebsd-11-stable/lib/msun/src/
HDe_powf.c38 L3 = 3.3333334327e-01, /* 0x3eaaaaab */ variable
180 r = s2*s2*(L1+s2*(L2+s2*(L3+s2*(L4+s2*(L5+s2*L6))))); in __ieee754_powf()
HDe_pow.c80 L3 = 3.33333329818377432918e-01, /* 0x3FD55555, 0x518F264D */ variable
238 r = s2*s2*(L1+s2*(L2+s2*(L3+s2*(L4+s2*(L5+s2*L6))))); in __ieee754_pow()
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
HDmutex169 template <class L1, class L2, class... L3>
170 int try_lock(L1&, L2&, L3&...);
171 template <class L1, class L2, class... L3>
172 void lock(L1&, L2&, L3&...);
/freebsd-11-stable/sys/gnu/dts/arm/
HDomap4.dtsi588 <0x49032000 0x7f>; /* L3 Interconnect */
601 <0x4902e000 0x7f>; /* L3 Interconnect */
613 <0x49022000 0xff>; /* L3 Interconnect */
628 <0x49024000 0xff>; /* L3 Interconnect */
643 <0x49026000 0xff>; /* L3 Interconnect */
HDomap5.dtsi640 <0x49032000 0x7f>; /* L3 Interconnect */
653 <0x4902e000 0x7f>; /* L3 Interconnect */
665 <0x49022000 0xff>; /* L3 Interconnect */
680 <0x49024000 0xff>; /* L3 Interconnect */
695 <0x49026000 0xff>; /* L3 Interconnect */
HDomap3-n900.dts16 * Default secure signed bootloader (Nokia X-Loader) does not enable L3 firewall
21 * There is "unofficial" version of bootloader which enables AES in L3 firewall
23 * There is also no runtime detection code if AES is disabled in L3 firewall...
/freebsd-11-stable/contrib/file/magic/Magdir/
HDanimation262 >>4 byte 3 \b, simple @ L3
269 >>4 byte 51 \b, main @ L3
283 >>4 byte 147 \b, advanced RT simple @ L3
287 >>4 byte 163 \b, core scalable @ L3
290 >>4 byte 179 \b, advanced coding efficiency @ L3
296 >>4 byte 211 \b, advanced scalable texture @ L3
299 >>4 byte 227 \b, simple studio @ L3
303 >>4 byte 231 \b, core studio @ L3
308 >>4 byte 243 \b, advanced simple @ L3
315 >>4 byte 251 \b, FGS @ L3
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
HDar5211_reset.c1927 uint32_t L1, L2, L3, L4; in ar5211InvalidGainReadback() local
1933 L3 = 0x40; in ar5211InvalidGainReadback()
1934 L4 = L3 + 50; in ar5211InvalidGainReadback()
1942 L3 = L1; in ar5211InvalidGainReadback()
1943 L4 = L3 + 50; in ar5211InvalidGainReadback()
1950 return !((g >= L1 && g<= L2) || (g >= L3 && g <= L4)); in ar5211InvalidGainReadback()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
HDSparcRegisterInfo.td146 def L3 : Ri<19, "L3">, DwarfRegNum<[19]>;
293 def L2_L3 : Rdi<18, "L2", [L2, L3]>;
HDSparcISelLowering.cpp1026 .Case("l0", SP::L0).Case("l1", SP::L1).Case("l2", SP::L2).Case("l3", SP::L3) in getRegisterByName()
/freebsd-11-stable/contrib/gdb/gdb/
HDsparc-stub.c112 L0, L1, L2, L3, L4, L5, L6, L7, enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/Disassembler/
HDSparcDisassembler.cpp65 SP::L0, SP::L1, SP::L2, SP::L3,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
HDSparcAsmParser.cpp133 Sparc::L0, Sparc::L1, Sparc::L2, Sparc::L3,
/freebsd-11-stable/contrib/ncurses/misc/
HDemx.src731 # The <kf13>...<kf20> keys are L3-L10. We don't set <kf16=\E[197z>
/freebsd-11-stable/sys/dev/usb/
HDusbdevs2665 product KYOCERA FINECAM_L3 0x0105 Finecam L3

12