Searched defs:IsGPR32 (Results 1 – 2 of 2) sorted by relevance
45 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()
76 static std::vector<MCInst> loadImmediate(MCRegister Reg, bool IsGPR32, in loadImmediate() argument