Home
last modified time | relevance | path

Searched defs:rotr32 (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/CodeGen/
H A Dbuiltins.cpp48 decltype(__builtin_rotateright32(0,0)) rotr32 = 42; variable
H A Dbuiltin-rotate.c51 unsigned int rotr32(unsigned int x, int y) { in rotr32() function
/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3_portable.c4 INLINE uint32_t rotr32(uint32_t w, uint32_t c) { in rotr32() function
/llvm-project/lld/ELF/Arch/
H A DARM.cpp512 static uint32_t rotr32(uint32_t val, uint32_t amt) { rotr32() function