Home
last modified time | relevance | path

Searched refs:rotl32 (Results 1 – 8 of 8) sorted by relevance

/external/fio/crc/
Dmurmur3.c3 static inline uint32_t rotl32(uint32_t x, int8_t r) in rotl32() function
37 k1 = rotl32(k1, 15); in murmur3_tail()
59 k1 = rotl32(k1, 15); in murmurhash3()
63 h1 = rotl32(h1, 13); in murmurhash3()
/external/bison/lib/
Dbitrotate.h55 rotl32 (uint32_t x, int n) in rotl32() function
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h92 static inline unsigned rotl32(unsigned Val, unsigned Amt) { in rotl32() function
182 return rotl32(Arg, RotAmt) | ((RotAmt>>1) << 8); in getSOImmVal()
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/
Drotl-2.ll5 define i32 @rotl32(i32 %A, i8 %Amt) nounwind {
/external/llvm/test/CodeGen/PowerPC/
Drotl-2.ll6 define i32 @rotl32(i32 %A, i8 %Amt) nounwind {
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h93 static inline unsigned rotl32(unsigned Val, unsigned Amt) { in rotl32() function
183 return rotl32(Arg, RotAmt) | ((RotAmt>>1) << 8); in getSOImmVal()
/external/llvm/test/CodeGen/X86/
Drotate.ll4 define i32 @rotl32(i32 %A, i8 %Amt) {
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Drotate.ll4 define i32 @rotl32(i32 %A, i8 %Amt) {