Home
last modified time | relevance | path

Searched refs:rotr64 (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/test/CodeGen/
Dbuiltins.cpp50 extern uint64_t rotr64;
51 decltype(__builtin_rotateright64(0,0)) rotr64 = 42; variable
Dbuiltin-rotate.c59 long long rotr64(long long x, unsigned long long y) { in rotr64() function
/external/python/cpython3/Modules/_blake2/impl/
Dblake2b-ref.c253 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()
Dblake2-impl.h133 static inline uint64_t rotr64( const uint64_t w, const unsigned c ) in rotr64() function
/external/llvm-project/llvm/test/CodeGen/X86/
Drotate.ll59 define i64 @rotr64(i64 %A, i8 %Amt) nounwind {
60 ; X86-LABEL: rotr64:
97 ; X64-LABEL: rotr64: