Searched refs:rotr64 (Results 1 – 3 of 3) sorted by relevance
249 d = rotr64(d ^ a, 32); \ in blake2b_compress()251 b = rotr64(b ^ c, 24); \ in blake2b_compress()253 d = rotr64(d ^ a, 16); \ in blake2b_compress()255 b = rotr64(b ^ c, 63); \ in blake2b_compress()
126 BLAKE2_LOCAL_INLINE(uint64_t) rotr64( const uint64_t w, const unsigned c ) in rotr64() function
58 define i64 @rotr64(i64 %A, i8 %Amt) nounwind {59 ; X86-LABEL: rotr64:96 ; X64-LABEL: rotr64: