Searched refs:rotr64 (Results 1 – 5 of 5) sorted by relevance
50 extern uint64_t rotr64;51 decltype(__builtin_rotateright64(0,0)) rotr64 = 42; variable
59 long long rotr64(long long x, unsigned long long y) { in rotr64() function
253 d = rotr64(d ^ a, 32); \ in blake2b_compress()255 b = rotr64(b ^ c, 24); \ in blake2b_compress()257 d = rotr64(d ^ a, 16); \ in blake2b_compress()259 b = rotr64(b ^ c, 63); \ in blake2b_compress()
133 static inline uint64_t rotr64( const uint64_t w, const unsigned c ) in rotr64() function
59 define i64 @rotr64(i64 %A, i8 %Amt) nounwind {60 ; X86-LABEL: rotr64:97 ; X64-LABEL: rotr64: