Searched refs:shl (Results 51 - 75 of 111) sorted by relevance

12345

/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Dbsaes-x86_64.pl1194 shl \$7,%rax # 128 bytes per inner round key
1395 shl \$7,%rax # 128 bytes per inner round key
1611 shl \$7, %rax # 128 bytes per inner round key
1890 shl \$7, %rax # 128 bytes per inner round key
2135 shl \$7, %rax # 128 bytes per inner round key
2516 shl \$7, %rax # 128 bytes per inner round key
2532 shl \$4, %rax
H A Daesni-sha256-x86_64.pl346 shl \$6,$len
644 shl \$6,$len
941 shl \$6,$len
H A Daesni-sha1-x86_64.pl217 shl \$6,$len
863 shl \$6,$len
1058 shl \$6,$len
1517 shl \$6,$len
H A Dvpaes-x86_64.pl184 shl \$4, %r11
744 shl \$4,%eax
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dx86_64-mont5.pl465 shl \$3,${num}d # convert $num to bytes
538 shl \$5,$num # $num was in bytes
1074 shl \$3,${num}d # convert $num to bytes
2063 shl \$3,${num}d # convert $num to bytes
2226 shl \$3,${num}d # convert $num to bytes
2312 shl \$5,$num
2692 shl \$3,${num}d # convert $num to bytes
H A Dx86_64-mont.pl809 shl \$3,${num}d # convert $num to bytes
810 shl \$3+2,%r10 # 4*$num
989 shl \$3,${num}d # convert $num to bytes
H A Dia64.S1440 shl H=H,r36
1445 { .mii; shl L=L,r36
1482 shl r8=r33,32
1483 shl L=L,32 };;
H A Drsaz-avx2.pl1500 $code.=" shl \$`29*($j-$k)`,@T[-$k]\n";
1505 shl \$`29*($j-1)`, @T[-1]
1571 shl \$4,$power
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-x86_64.pl500 shl \$6,$num
963 shl \$6,$num
1330 shl \$6,$num
/freebsd-11-stable/crypto/openssl/crypto/rc4/asm/
H A Drc4-md5-x86_64.pl195 shl \$6,$len
/freebsd-11-stable/contrib/file/
H A Dconfig.sub1234 | sh | shl \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp796 return shl(Other);
1215 ConstantRange::shl(const ConstantRange &Other) const {
/freebsd-11-stable/contrib/unbound/
H A Dconfig.sub1237 | sh | shl \
/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_misc.c1084 value <<= hdr->shl;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp848 INSTKEYWORD(shl, Shl); INSTKEYWORD(lshr, LShr); INSTKEYWORD(ashr, AShr);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp1078 return shl(rotateAmt) | lshr(BitWidth - rotateAmt);
1089 return lshr(rotateAmt) | shl(BitWidth - rotateAmt);
1141 for (;; i += 2, testy = testy.shl(2))
1143 x_old = x_old.shl(i / 2);
/freebsd-11-stable/contrib/openbsm/config/
H A Dconfig.guess159 sh3el) machine=shl-unknown ;;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp721 // Fold (and 0xffffffff00000000, (shl x, 32)) -> shl.
2366 return ConstantInt::get(Ty, C0->shl(ShlAmt));
2367 return ConstantInt::get(Ty, C0->shl(ShlAmt) | C1->lshr(LshrAmt));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp509 // trunc (or (lshr ShVal, ShAmt0), (shl ShVal, ShAmt1))
528 // (shl ShVal, L) | (lshr ShVal, Width - L)
533 // (shl ShVal, (X & (Width - 1))) | (lshr ShVal, ((-X) & (Width - 1)))
565 // trunc (or (lshr ShVal, ShAmt), (shl ShVal, BitWidth - ShAmt))
742 APInt MaskC = APInt(SrcTy->getScalarSizeInBits(), 1).shl(*C);
749 APInt MaskC = APInt(SrcTy->getScalarSizeInBits(), 1).shl(*C) | 1;
824 // Transform "trunc (shl X, cst)" -> "shl (trunc X), cst" so long as the
1032 // We can promote shl(x, cst) if we can promote x. Since shl overwrite
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp210 BitsThisChar = BitsThisChar.shl(-Shift);
212 BitsThisChar = BitsThisChar.shl(OffsetWithinChar);
/freebsd-11-stable/contrib/ncurses/
H A Dconfig.guess176 sh3el) machine=shl-unknown ;;
/freebsd-11-stable/contrib/binutils/
H A Dconfig.guess162 sh3el) machine=shl-unknown ;;
/freebsd-11-stable/contrib/libreadline/support/
H A Dconfig.guess157 sh3el) machine=shl-unknown ;;
/freebsd-11-stable/contrib/dialog/
H A Dconfig.guess176 sh3el) machine=shl-unknown ;;
/freebsd-11-stable/contrib/ldns/
H A Dconfig.guess161 sh3el) machine=shl-unknown ;;

Completed in 293 milliseconds

12345