Searched refs:shl (Results 76 - 100 of 122) sorted by relevance

12345

/freebsd-13-stable/crypto/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl517 shl => 0x24, shr => 0x25,
/freebsd-13-stable/sys/contrib/openzfs/module/icp/algs/edonr/
H A Dedonr.c45 #define shl(x, n) ((x) << n) macro
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp857 INSTKEYWORD(shl, Shl); INSTKEYWORD(lshr, LShr); INSTKEYWORD(ashr, AShr);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp1076 return shl(rotateAmt) | lshr(BitWidth - rotateAmt);
1087 return lshr(rotateAmt) | shl(BitWidth - rotateAmt);
1139 for (;; i += 2, testy = testy.shl(2))
1141 x_old = x_old.shl(i / 2);
/freebsd-13-stable/sys/dev/qlxgbe/
H A Dql_misc.c1077 value <<= hdr->shl;
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp210 BitsThisChar = BitsThisChar.shl(-Shift);
212 BitsThisChar = BitsThisChar.shl(OffsetWithinChar);
/freebsd-13-stable/contrib/openbsm/config/
H A Dconfig.guess159 sh3el) machine=shl-unknown ;;
/freebsd-13-stable/crypto/openssl/crypto/bn/asm/
H A Drsaz-avx2.pl1508 $code.=" shl \$`29*($j-$k)`,@T[-$k]\n";
1513 shl \$`29*($j-1)`, @T[-1]
1583 shl \$4,$power
/freebsd-13-stable/crypto/heimdal/
H A Dconfig.guess162 sh3el) machine=shl-unknown ;;
/freebsd-13-stable/crypto/openssl/crypto/sha/asm/
H A Dsha256-586.pl211 &shl ("eax",6);
/freebsd-13-stable/contrib/byacc/
H A Dconfig.guess189 sh3el) machine=shl-unknown ;;
/freebsd-13-stable/contrib/libevent/
H A Dconfig.guess176 sh3el) machine=shl-unknown ;;
/freebsd-13-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dconfig.guess176 sh3el) machine=shl-unknown ;;
/freebsd-13-stable/contrib/ncurses/
H A Dconfig.guess189 sh3el) machine=shl-unknown ;;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1200 Result.IntVal = valueToShift.shl(getShiftAmount(shiftAmount, valueToShift));
1207 Dest.IntVal = valueToShift.shl(getShiftAmount(shiftAmount, valueToShift));
2085 Dest.IntVal = Op0.IntVal.shl(Op1.IntVal.getZExtValue());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp487 // %aa = shl i8 %a, C5
488 // %bb = shl i8 %b, C6
1324 // (shl X, C1) & C2 == 0 iff (X & C2 >>u C1) == 0
1704 Known2.Zero.shl(ShiftAmt) | Known3.Zero.lshr(BitWidth - ShiftAmt);
1706 Known2.One.shl(ShiftAmt) | Known3.One.lshr(BitWidth - ShiftAmt);
2423 // shl X, Y != 0 if X is odd. Note that the value of the shift is undefined
2426 // shl nuw can't remove any non-zero bits.
2817 // shl destroys sign bits.
3633 // %b = shl i16 %a, 8
6184 // 'shl nu
[all...]
/freebsd-13-stable/sys/crypto/openssl/aarch64/
H A Dchacha-armv8.S353 shl v31.4s,v31.4s,#2 // 1 -> 4
852 shl v31.4s,v31.4s,#2 // 1 -> 4
1926 shl v0.4s,v31.4s,#1 // 4 -> 8
/freebsd-13-stable/contrib/sqlite3/
H A Dconfig.guess185 sh3el) machine=shl-unknown ;;
/freebsd-13-stable/contrib/tcpdump/
H A Dconfig.guess185 sh3el) machine=shl-unknown ;;
/freebsd-13-stable/contrib/unbound/
H A Dconfig.guess199 sh3el) machine=shl-unknown ;;
/freebsd-13-stable/contrib/dialog/
H A Dconfig.guess185 sh3el) machine=shl-unknown ;;
/freebsd-13-stable/contrib/ldns/
H A Dconfig.guess178 sh3el) machine=shl-unknown ;;
/freebsd-13-stable/contrib/libpcap/
H A Dconfig.guess185 sh3el) machine=shl-unknown ;;
/freebsd-13-stable/contrib/file/
H A Dconfig.guess187 sh3el) machine=shl-unknown ;;
/freebsd-13-stable/crypto/openssh/
H A Dconfig.guess178 sh3el) machine=shl-unknown ;;

Completed in 473 milliseconds

12345