Searched refs:matchRegister (Results 1 – 1 of 1) sorted by relevance
148 unsigned matchRegister(StringRef Name);997 if (!matchRegister(String.lower())) in isLabel()1006 if (!matchRegister(DotSplit.first.lower())) in isLabel()1057 unsigned DotReg = matchRegister(DotSplit.first.lower()); in tryParseRegister()1077 unsigned ColonReg = matchRegister(ColonSplit.first.lower()); in tryParseRegister()1359 return std::make_pair(matchRegister(R1), matchRegister(R2)); in processInstruction()1812 Rss.setReg(matchRegister(Reg1)); in processInstruction()1819 TmpInst.addOperand(MCOperand::createReg(matchRegister(Reg2))); in processInstruction()1838 Rs.setReg(matchRegister(RegPair)); in processInstruction()1843 Rs.setReg(matchRegister(RegPair)); in processInstruction()[all …]