Searched refs:rotl32 (Results 1 – 8 of 8) sorted by relevance
/external/fio/crc/ |
D | murmur3.c | 3 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/ |
D | bitrotate.h | 55 rotl32 (uint32_t x, int n) in rotl32() function
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/ |
D | ARMAddressingModes.h | 92 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/ |
D | rotl-2.ll | 5 define i32 @rotl32(i32 %A, i8 %Amt) nounwind {
|
/external/llvm/test/CodeGen/PowerPC/ |
D | rotl-2.ll | 6 define i32 @rotl32(i32 %A, i8 %Amt) nounwind {
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMAddressingModes.h | 93 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/ |
D | rotate.ll | 4 define i32 @rotl32(i32 %A, i8 %Amt) {
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | rotate.ll | 4 define i32 @rotl32(i32 %A, i8 %Amt) {
|