Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Support/
H A DSHA256.cpp32 #define ROTR(x, n) (((x) >> n) | ((x) << (32 - (n)))) macro
/llvm-project/llvm/unittests/CodeGen/GlobalISel/
H A DLegalizerHelperTest.cpp40 auto ROTR = B.buildInstr(TargetOpcode::G_ROTR, {S32}, {Src, Amt}); in TEST_F() local
93 auto ROTR = B.buildInstr(TargetOpcode::G_ROTR, {S24}, {Src, Amt}); in TEST_F() local
153 auto ROTR = B.buildInstr(TargetOpcode::G_ROTR, {V4S32}, {Src, Amt}); in TEST_F() local
/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h723 ROTR, global() enumerator