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

12345

/freebsd-13-stable/sys/powerpc/powerpc/
H A Ddb_disasm.c926 u_int sh, shl, shh; local
927 shl = extract_field(instr, 31 - 19, 4);
929 sh = shh << 4 | shl;
/freebsd-13-stable/crypto/openssl/crypto/md5/asm/
H A Dmd5-586.pl198 &shl($C, 6);
/freebsd-13-stable/crypto/openssl/engines/asm/
H A De_padlock-x86.pl108 &shl ("ebx",4); # bit#4 denotes Nano
/freebsd-13-stable/sys/crypto/openssl/aarch64/
H A Daesv8-armx.S59 shl v1.16b,v1.16b,#1
76 shl v1.16b,v1.16b,#1
126 shl v1.16b,v1.16b,#1
157 shl v1.16b,v1.16b,#1
H A Dpoly1305-armv8.S644 shl v29.2d,v29.2d,#2
784 shl v29.2d,v29.2d,#2
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1209 /// Handle "(icmp eq/ne (shl AP2, A), AP1)" ->
1239 if (Shift > 0 && AP2.shl(Shift) == AP1)
1679 AnyCmpCstBitsShiftedOut = NewCmpCst.shl(*C3) != C1;
1685 NewCmpCst = C1.shl(*C3);
1686 NewAndCst = C2.shl(*C3);
1694 NewCmpCst = C1.shl(*C3);
1695 NewAndCst = C2.shl(*C3);
1804 // (icmp pred (and A, (or (shl 1, B), 1), 0))
1983 /// Fold icmp (shl 1, Y), C.
2045 /// Fold icmp (shl
[all...]
/freebsd-13-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,
/freebsd-13-stable/crypto/openssl/crypto/bn/asm/
H A Dx86_64-mont.pl862 shl \$3,${num}d # convert $num to bytes
863 shl \$3+2,%r10 # 4*$num
1060 shl \$3,${num}d # convert $num to bytes
H A Dia64.S1451 shl H=H,r36
1456 { .mii; shl L=L,r36
1493 shl r8=r33,32
1494 shl L=L,32 };;
H A Dx86_64-mont5.pl500 shl \$3,${num}d # convert $num to bytes
584 shl \$5,$num # $num was in bytes
1129 shl \$3,${num}d # convert $num to bytes
2142 shl \$3,${num}d # convert $num to bytes
2322 shl \$3,${num}d # convert $num to bytes
2419 shl \$5,$num
2808 shl \$3,${num}d # convert $num to bytes
/freebsd-13-stable/crypto/openssl/crypto/chacha/asm/
H A Dchacha-armv8.pl419 shl $ONE,$ONE,#2 // 1 -> 4
744 shl $ONE,$ONE,#2 // 1 -> 4
1074 shl $A0,$ONE,#1 // 4 -> 8
/freebsd-13-stable/crypto/openssl/crypto/rc4/asm/
H A Drc4-md5-x86_64.pl216 shl \$6,$len
/freebsd-13-stable/sys/contrib/openzfs/module/icp/asm-x86_64/aes/
H A Daes_aesni.S521 shl $4, %ROUNDS32
H A Daes_amd64.S724 shl $4, %esi // P2: esi byte key length * 16
829 shl $4, %esi // P2: esi byte key length * 16
/freebsd-13-stable/crypto/openssl/crypto/aes/asm/
H A Daesni-sha1-x86_64.pl241 shl \$6,$len
906 shl \$6,$len
1118 shl \$6,$len
1594 shl \$6,$len
H A Dvpaes-x86_64.pl195 shl \$4, %r11
769 shl \$4,%eax
H A Daesni-sha256-x86_64.pl367 shl \$6,$len
683 shl \$6,$len
998 shl \$6,$len
/freebsd-13-stable/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-armv8.pl707 shl $T0.2d,$T0.2d,#2
847 shl $T0.2d,$T0.2d,#2
/freebsd-13-stable/contrib/byacc/
H A Dconfig.sub1233 | sh | shl \
/freebsd-13-stable/contrib/file/
H A Dconfig.sub1234 | sh | shl \
/freebsd-13-stable/contrib/ncurses/
H A Dconfig.sub1233 | sh | shl \
/freebsd-13-stable/crypto/openssl/crypto/sha/asm/
H A Dsha512-x86_64.pl321 shl \$4,%rdx # num*16
801 shl \$4,%rdx # num*16
1163 shl \$4,%rdx # num*16
1557 shl \$4,%rdx # num*16
1927 shl \$4,%rdx # num*16
H A Dsha1-x86_64.pl537 shl \$6,$num
1012 shl \$6,$num
1391 shl \$6,$num
/freebsd-13-stable/contrib/unbound/
H A Dconfig.sub1237 | sh | shl \
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp796 return shl(Other);
1237 ConstantRange::shl(const ConstantRange &Other) const {

Completed in 406 milliseconds

12345