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

References

lib/Target/Mips/AsmParser/MipsAsmParser.cpp
 4961               SrcReg, TmpReg, IDLoc, STI);
 4963   TOut.emitR(Mips::MFLO, DstReg, IDLoc, STI);
 4966                DstReg, DstReg, 0x1F, IDLoc, STI);
 4968   TOut.emitR(Mips::MFHI, ATReg, IDLoc, STI);
 4971     TOut.emitRRI(Mips::TNE, DstReg, ATReg, 6, IDLoc, STI);
 4978     TOut.emitRRX(Mips::BEQ, DstReg, ATReg, LabelOp, IDLoc, STI);
 4980       TOut.emitNop(IDLoc, STI);
 4981     TOut.emitII(Mips::BREAK, 6, 0, IDLoc, STI);
 4985   TOut.emitR(Mips::MFLO, DstReg, IDLoc, STI);