HomeSort by relevance Sort by last modified time
    Searched full:rotl32 (Results 1 - 5 of 5) sorted by null

  /external/llvm/test/CodeGen/PowerPC/
rotl-2.ll 5 define i32 @rotl32(i32 %A, i8 %Amt) nounwind {
  /external/llvm/test/CodeGen/X86/
rotate.ll 4 define i32 @rotl32(i32 %A, i8 %Amt) {
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 91 /// rotl32 - Rotate a 32-bit unsigned value left by a specified # bits.
93 static inline unsigned rotl32(unsigned Val, unsigned Amt) { function in namespace:llvm::ARM_AM
183 return rotl32(Arg, RotAmt) | ((RotAmt>>1) << 8);
  /external/chromium/crypto/third_party/nss/
sha512.cc 147 #define ROTL32(x,n) _lrotl(x,n)
150 #define ROTL32(x,n) ((x << n) | (x >> ((8 * sizeof x) - n)))
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/lib/
libmipsel-linux-gnu-sim.a     [all...]

Completed in 619 milliseconds