Searched defs:ROTR (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/Support/ |
H A D | SHA256.cpp | 32 #define ROTR(x, n) (((x) >> n) | ((x) << (32 - (n)))) macro
|
/llvm-project/llvm/unittests/CodeGen/GlobalISel/ |
H A D | LegalizerHelperTest.cpp | 40 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 D | ISDOpcodes.h | 723 ROTR, global() enumerator
|