Searched refs:rotl64 (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | xxhash.cpp | 47 static uint64_t rotl64(uint64_t X, size_t R) { in rotl64() function 59 Acc = rotl64(Acc, 31); in round() 96 H64 = rotl64(V1, 1) + rotl64(V2, 7) + rotl64(V3, 12) + rotl64(V4, 18); in xxHash64() 111 H64 = rotl64(H64, 27) * PRIME64_1 + PRIME64_4; in xxHash64() 117 H64 = rotl64(H64, 23) * PRIME64_2 + PRIME64_3; in xxHash64() 123 H64 = rotl64(H64, 11) * PRIME64_1; in xxHash64()
|
/external/llvm-project/llvm/lib/Support/ |
D | xxhash.cpp | 47 static uint64_t rotl64(uint64_t X, size_t R) { in rotl64() function 59 Acc = rotl64(Acc, 31); in round() 96 H64 = rotl64(V1, 1) + rotl64(V2, 7) + rotl64(V3, 12) + rotl64(V4, 18); in xxHash64() 111 H64 = rotl64(H64, 27) * PRIME64_1 + PRIME64_4; in xxHash64() 117 H64 = rotl64(H64, 23) * PRIME64_2 + PRIME64_3; in xxHash64() 123 H64 = rotl64(H64, 11) * PRIME64_1; in xxHash64()
|
/external/llvm-project/clang/test/CodeGen/ |
D | builtins.cpp | 41 extern uint64_t rotl64; 42 decltype(__builtin_rotateleft64(0,0)) rotl64 = 42; variable
|
D | builtin-rotate.c | 27 unsigned long long rotl64(unsigned long long x, long long y) { in rotl64() function
|
/external/python/cpython3/Modules/_blake2/impl/ |
D | blake2-impl.h | 123 static inline uint64_t rotl64( const uint64_t w, const unsigned c ) in rotl64() function
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | rotate.ll | 5 define i64 @rotl64(i64 %A, i8 %Amt) nounwind { 6 ; X86-LABEL: rotl64: 43 ; X64-LABEL: rotl64:
|