Home
last modified time | relevance | path

Searched defs:rotl32 (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/
H A Dbuiltins.cpp39 decltype(__builtin_rotateleft32(0,0)) rotl32 = 42; variable
H A Dbuiltin-rotate.c19 int rotl32(int x, unsigned int y) { in rotl32() function
/llvm-project-15.0.7/llvm/test/MC/CSKY/
H A Dcompressed-inst.s114 rotl32 a0, a0, a1 label
H A Dbasic.s141 rotl32 a3, l0, l1 label
/llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h93 inline unsigned rotl32(unsigned Val, unsigned Amt) { in rotl32() function