Searched refs:rotl (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.0-release/crypto/openssl/crypto/rc5/asm/
H A Drc5-586.pl58 &rotl($A, &LB("ecx"));
64 &rotl($B, &LB("ecx"));
/freebsd-10.0-release/crypto/openssl/crypto/des/asm/
H A Dcrypt586.pl144 &rotl( $a, $shift ) if ($shift != 0);
175 else { &rotl($tt, $lr-3); }
181 else { &rotl($r, $lr-2); }
192 { &rotl($r, 2-$lr); }
198 { &rotl($l, 3-$lr); }
H A Ddes-586.pl152 &rotl($R,3);
154 &rotl($L,3);
247 &rotl( $a, $shift ) if ($shift != 0);
280 else { &rotl($tt, $lr-3); }
286 else { &rotl($r, $lr-2); }
297 { &rotl($r, 2-$lr); }
303 { &rotl($l, 3-$lr); }
/freebsd-10.0-release/crypto/openssl/crypto/ripemd/asm/
H A Drmd-586.pl89 &rotl($c, 10);
93 &rotl($a, $s);
105 &rotl($c, 10);
110 &rotl($a, $s);
134 &rotl($c, 10);
138 &rotl($a, $s);
154 &rotl($c, 10);
161 &rotl($c, 10);
165 &rotl($a, $s);
185 &rotl(
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/md5/asm/
H A Dmd5-586.pl64 &rotl($a,$s);
89 &rotl($a,$s);
112 &rotl($a,$s);
135 &rotl($a,$s);
161 &rotl($a,$s);
/freebsd-10.0-release/crypto/openssl/crypto/sha/asm/
H A Dsha1-586.pl145 &rotl($tmp1,5); # tmp1=ROTATE(a,5)
175 &rotl($f,1); # f=ROTATE(f,1)
181 &rotl($a,5); # ROTATE(a,5)
192 &rotl($f,1); # f=ROTATE(f,1)
198 &rotl($tmp1,5); # ROTATE(a,5)
219 &rotl($f,1); # f=ROTATE(f,1)
223 &rotl($a,5); # ROTATE(a,5)
237 &rotl($f,1); # f=ROTATE(f,1)
241 &rotl($tmp1,5); # ROTATE(a,5)
262 &rotl(
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/perlasm/
H A Dx86asm.pl64 sub ::rotl { &rol(@_); }
/freebsd-10.0-release/crypto/openssl/crypto/camellia/asm/
H A Dcmll-x86.pl260 &rotl ($idx,1);
272 &rotl (@T[2],1);
435 &rotl ($idx,1);
447 &rotl (@T[2],1);
/freebsd-10.0-release/crypto/openssl/crypto/cast/asm/
H A Dcast-586.pl140 &rotl( $tmp4, &LB($tmp1));
/freebsd-10.0-release/sys/net80211/
H A Dieee80211_crypto_tkip.c711 static __inline u32 rotl(u32 val, int bits) function
731 r ^= rotl(l, 17); \
735 r ^= rotl(l, 3); \
/freebsd-10.0-release/crypto/openssl/crypto/aes/asm/
H A Daes-586.pl491 &rotl ($s[$i],24);
1303 &rotl ($s[$i],8); # = ROTATE(tp1,8)
1308 &rotl ($tp2,24);
1311 &rotl ($tp4,16);
1313 &rotl ($tp8,8);
2898 &rotl ($tp1,8); # = ROTATE(tp1,8)
2906 &rotl ($tp2,24);
2909 &rotl ($tp4,16);
2911 &rotl ($tp8,8);
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DAPInt.h782 APInt rotl(unsigned rotateAmt) const;
800 APInt rotl(const APInt &rotateAmt) const;
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DAPInt.cpp1240 APInt APInt::rotl(const APInt &rotateAmt) const {
1241 return rotl((unsigned)rotateAmt.getLimitedValue(BitWidth));
1244 APInt APInt::rotl(unsigned rotateAmt) const {
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp1292 Res |= EltAsInt.zextOrTrunc(VecSize).rotl(i*EltSize);
4355 Elt = SValInt.rotl(i*EltSize+FloatEltSize).trunc(FloatEltSize);
4364 Elt = SValInt.rotl(i*EltSize+EltSize).zextOrTrunc(EltSize);
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2226 // number that are left. This handles rotl(sext(x), 1) for example.
2777 Outputs.push_back(getConstant(C1.rotl(C2), SVT));

Completed in 160 milliseconds