Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:MatchRegisterName

768 static unsigned MatchRegisterName(StringRef Name);
851 RegNo = MatchRegisterName(Tok.getString());
855 RegNo = MatchRegisterName(Tok.getString().lower());
2010 Op.Mem.BaseReg == MatchRegisterName("dx") && Op.Mem.IndexReg == 0) {
2022 Op.Mem.BaseReg == MatchRegisterName("dx") && Op.Mem.IndexReg == 0) {