Home
last modified time | relevance | path

Searched defs:ROTL (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/Support/
H A DSipHash.cpp32 #define ROTL(x, b) (uint64_t)(((x) << (b)) | ((x) >> (64 - (b)))) macro
/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h722 ROTL, global() enumerator
/llvm-project/llvm/unittests/CodeGen/GlobalISel/
H A DLegalizerHelperTest.cpp41 auto ROTL = B.buildInstr(TargetOpcode::G_ROTL, {S32}, {Src, Amt}); in TEST_F() local
94 auto ROTL = B.buildInstr(TargetOpcode::G_ROTL, {S24}, {Src, Amt}); in TEST_F() local