Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:SRegLoc

8996   SMLoc SRegLoc, ERegLoc;
8997 if (ParseRegister(Reg, SRegLoc, ERegLoc)) {
8999 Error(SRegLoc, "register name expected");
9013 Error(SRegLoc, "redefinition of '" + Name + "' does not match original.");