Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:RegIndex

545   /// Warn if RegIndex is the same as the current AT.
546 void warnIfRegIndexIsAT(unsigned RegIndex, SMLoc Loc);
3918 void MipsAsmParser::warnIfRegIndexIsAT(unsigned RegIndex, SMLoc Loc) {
3919 if (RegIndex != 0 && AssemblerOptions.back()->getATRegIndex() == RegIndex)
3920 Warning(Loc, "used $at (currently $" + Twine(RegIndex) +