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

Declarations

lib/Target/Mips/MipsTargetStreamer.h
  119   void emitR(unsigned Opcode, unsigned Reg0, SMLoc IDLoc,

References

lib/Target/Mips/AsmParser/MipsAsmParser.cpp
 4095       TOut.emitR(isDiv ? Mips::MFLO : Mips::MFHI, RdReg, IDLoc, STI);
 4144     TOut.emitR(isDiv ? Mips::MFLO : Mips::MFHI, RdReg, IDLoc, STI);
 4182   TOut.emitR(isDiv ? Mips::MFLO : Mips::MFHI, RdReg, IDLoc, STI);
 4943   TOut.emitR(Mips::MFLO, DstReg, IDLoc, STI);
 4963   TOut.emitR(Mips::MFLO, DstReg, IDLoc, STI);
 4968   TOut.emitR(Mips::MFHI, ATReg, IDLoc, STI);
 4985   TOut.emitR(Mips::MFLO, DstReg, IDLoc, STI);
 5005   TOut.emitR(Mips::MFHI, ATReg, IDLoc, STI);
 5006   TOut.emitR(Mips::MFLO, DstReg, IDLoc, STI);
 5034   TOut.emitR(Mips::MFLO, DstReg, IDLoc, STI);