Home
last modified time | relevance | path

Searched defs:IsGPR32 (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/unittests/tools/llvm-exegesis/Mips/
H A DTargetTest.cpp45 Matcher<MCInst> IsLoadLow16BitImm(unsigned Reg, int64_t Value, bool IsGPR32) { in IsLoadLow16BitImm()
52 Matcher<MCInst> IsLoadHigh16BitImm(unsigned Reg, int64_t Value, bool IsGPR32) { in IsLoadHigh16BitImm()
57 Matcher<MCInst> IsShift(unsigned Reg, uint16_t Amount, bool IsGPR32) { in IsShift()
/llvm-project/llvm/tools/llvm-exegesis/lib/Mips/
H A DTarget.cpp76 static std::vector<MCInst> loadImmediate(MCRegister Reg, bool IsGPR32, in loadImmediate() argument