Searched refs:shl (Results 26 - 50 of 111) sorted by relevance

12345

/freebsd-11-stable/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-x86_64.pl202 shl \$63, $t0
206 shl \$63, $t1
210 shl \$63, $t2
212 shl \$63, $t4
562 shl \$32, $acc0
609 shl \$32, $acc1
656 shl \$32, $acc2
703 shl \$32, $acc3
880 shl \$32, $acc0
892 shl \
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp337 Known.Zero = Known.Zero.shl(Shift);
338 Known.One = Known.One.shl(Shift);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dbreakpoint.c2982 #define shl BPSTAT_WHAT_CHECK_SHLIBS
3004 kc < clr sgl shl shlr slr sn sr ss ts
3005 sgl < clrs shl shlr slr sn sr ss ts
3006 slr < err shl shlr sn sr ss ts
3007 clr < clrs err shl shlr sn sr ss ts
3008 clrs < err shl shlr sn sr ss ts
3009 ss < shl shlr sn sr ts
3010 sn < shl shlr sr ts
3011 sr < shl shlr ts
3012 shl < shl
2975 #define shl macro
3065 #undef shl macro
[all...]
/freebsd-11-stable/sys/compat/ndis/
H A Dwinx32_wrap.S160 shl $2,%eax # turn arg cnt into offset
/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_minidump.h414 uint8_t shl ; member in struct:ql_minidump_entry_cntrl_s::__anon49::__anon50
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h415 ConstantRange shl(const ConstantRange &Other) const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenExtract.cpp105 // (and (shl (lshr x, #sr), #sl), #m)
112 // (and (shl (ashr x, #sr), #sl), #m)
119 // (and (shl x, #sl), #m)
143 // (shl (lshr x, #sr), #sl)
150 // (shl (ashr x, #sr), #sl)
174 APInt A = APInt(BW, ~0ULL).lshr(SR).shl(SL);
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daes-ia64.S253 shl te00=te00,twenty4};; // 8/0:
256 shl te01=te01,twenty4};; // 9/1:
259 shl te02=te02,twenty4};; // 10/2:
262 shl te12=te12,sixteen};; // 11/1:
265 shl te03=te03,twenty4};; // 12/3:
632 shl te00=te00,twenty4};; // 8/0:
635 shl te01=te01,twenty4};; // 9/1:
638 shl te02=te02,twenty4};; // 10/2:
641 shl te10=te10,sixteen};; // 11/1:
644 shl te0
[all...]
H A Dvpaes-x86.pl277 &shl ($magic,4);
786 &shl ($base,4);
H A Daesni-x86.pl235 &shl ($rounds,4);
266 &shl ($rounds,4);
307 &shl ($rounds,4);
350 &shl ($rounds,4);
679 &shl ($rounds,4);
778 &shl ($rounds_,4);
926 &shl ($rounds,4);
1155 &shl ($rounds,4);
1487 &shl ($rounds_,4);
1510 &shl (
[all...]
H A Daesni-x86_64.pl315 shl \$4,$rounds
351 shl \$4,$rounds
396 shl \$4,$rounds
443 shl \$4,$rounds
504 shl \$4,$rounds
975 shl \$4,$rounds
1073 shl \$4,$rnds_
1290 shl \$4,$rounds
1554 shl \$4,$rounds
1772 shl \
[all...]
/freebsd-11-stable/crypto/openssl/crypto/md5/asm/
H A Dmd5-x86_64.pl144 shl \$6, %rdx # rdx = nbr in bytes
H A Dmd5-586.pl187 &shl($C, 6);
/freebsd-11-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-ia64.pl322 shl $rem[1]=$rem[1],48 } //(p19) rem_8bit[rem]<<48
350 shl $rem[1]=$rem[1],48 } //(p19) rem_8bit[rem]<<48
372 shl $rem[1]=$rem[1],48 } //(p19) rem_8bit[rem]<<48
396 shl $rem[1]=$rem[1],48 };; //(p19) rem_8bit[rem]<<48
/freebsd-11-stable/stand/pc98/boot0.5/
H A Dboot.s101 shl %cl, %ax # %ax = partition number * 32
/freebsd-11-stable/sys/contrib/zlib/contrib/gcc_gvmat64/
H A Dgvmat64.S234 shl ebx, 16
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h204 /// out-of-line slow case for shl
953 APInt operator<<(unsigned Bits) const { return shl(Bits); }
958 APInt operator<<(const APInt &Bits) const { return shl(Bits); }
1009 APInt shl(unsigned shiftAmt) const { function
1048 APInt shl(const APInt &ShiftAmt) const { function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp532 APInt DemandedMaskIn(DemandedMask.shl(ShiftAmt));
571 APInt DemandedMaskIn(DemandedMask.shl(ShiftAmt));
734 APInt DemandedMaskRHS(DemandedMask.shl(BitWidth - ShiftAmt));
739 Known.Zero = LHSKnown.Zero.shl(ShiftAmt) |
741 Known.One = LHSKnown.One.shl(ShiftAmt) |
H A DInstCombineCompares.cpp1209 /// Handle "(icmp eq/ne (shl AP2, A), AP1)" ->
1239 if (Shift > 0 && AP2.shl(Shift) == AP1)
1666 if (!IsAshr || (C2.shl(*C3).lshr(*C3) == C2)) {
1668 (!C2.shl(*C3).isNegative() && !C1.shl(*C3).isNegative()))
1674 APInt NewCst = IsShl ? C1.lshr(*C3) : C1.shl(*C3);
1675 APInt SameAsC1 = IsShl ? NewCst.shl(*C3) : NewCst.lshr(*C3);
1687 APInt NewAndCst = IsShl ? C2.lshr(*C3) : C2.shl(*C3);
1784 // (icmp pred (and A, (or (shl 1, B), 1), 0))
1960 /// Fold icmp (shl
[all...]
/freebsd-11-stable/sys/powerpc/powerpc/
H A Ddb_disasm.c940 u_int sh, shl, shh; local
941 shl = extract_field(instr, 31 - 19, 4);
943 sh = shh << 4 | shl;
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-586.pl354 &shl($A,6);
608 &shl ($D,6); # len*64
1152 &shl ($D,6); # len*64
H A Dsha512-x86_64.pl302 shl \$4,%rdx # num*16
762 shl \$4,%rdx # num*16
1106 shl \$4,%rdx # num*16
1482 shl \$4,%rdx # num*16
1834 shl \$4,%rdx # num*16
/freebsd-11-stable/contrib/llvm-project/lld/lib/Driver/
H A DDarwinLdDriver.cpp130 if (SharedLibraryFile *shl = dyn_cast<SharedLibraryFile>(file.get())) {
131 if (std::error_code ec = shl->parse())
133 ctx.registerDylib(reinterpret_cast<mach_o::MachODylibFile *>(shl),
/freebsd-11-stable/secure/lib/libcrypto/aarch64/
H A Daesv8-armx.S59 shl v1.16b,v1.16b,#1
76 shl v1.16b,v1.16b,#1
121 shl v1.16b,v1.16b,#1
152 shl v1.16b,v1.16b,#1
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_atomic.cpp66 << | shl
942 ATOMIC_CMPXCHG(fixed1, shl, kmp_int8, 8, <<, 1i, 0,
964 ATOMIC_CMPXCHG(fixed2, shl, kmp_int16, 16, <<, 2i, 1,
984 ATOMIC_CMPXCHG(fixed4, shl, kmp_int32, 32, <<, 4i, 3,
1002 ATOMIC_CMPXCHG(fixed8, shl, kmp_int64, 64, <<, 8i, 7,
1436 ATOMIC_CMPXCHG_REV(fixed1, shl, kmp_int8, 8, <<, 1i,
1449 ATOMIC_CMPXCHG_REV(fixed2, shl, kmp_int16, 16, <<, 2i,
1462 ATOMIC_CMPXCHG_REV(fixed4, shl, kmp_int32, 32, <<, 4i,
1475 ATOMIC_CMPXCHG_REV(fixed8, shl, kmp_int64, 64, <<, 8i,

Completed in 322 milliseconds

12345