reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/Mips/AsmParser/MipsAsmParser.cpp
 4331     return Error(IDLoc, "instruction not supported on mips32r6 or mips64r6");
 4357     warnIfNoMacro(IDLoc);
 4358     TmpReg = getATReg(IDLoc);
 4365                       IDLoc, Out, STI))
 4374   TOut.emitRRI(XWL, DstReg, TmpReg, LxlOffset, IDLoc, STI);
 4375   TOut.emitRRI(XWR, DstReg, TmpReg, LxrOffset, IDLoc, STI);
 4378     TOut.emitRRR(Mips::OR, TmpReg, DstReg, Mips::ZERO, IDLoc, STI);