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

References

lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
  928   const FeatureBitset &Features = STI.getFeatureBits();
 1177   getStreamer().EmitInstruction(TmpInst, STI);
 1190   getStreamer().EmitInstruction(TmpInst, STI);
 1198   getStreamer().EmitInstruction(TmpInst, STI);
 1245     emitRRR(Mips::OR64, RegOrOffset, GPReg, Mips::ZERO, SMLoc(), &STI);
 1248     emitRRI(Mips::SD, GPReg, Mips::SP, RegOrOffset, SMLoc(), &STI);
 1261     emitRX(Mips::LUi, GPReg, MCOperand::createExpr(HiExpr), SMLoc(), &STI);
 1265             &STI);
 1278   emitRX(Mips::LUi, GPReg, MCOperand::createExpr(HiExpr), SMLoc(), &STI);
 1282           &STI);
 1285   emitRRR(Mips::DADDu, GPReg, GPReg, RegNo, SMLoc(), &STI);
 1307   getStreamer().EmitInstruction(Inst, STI);