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

References

lib/Target/Mips/AsmParser/MipsAsmParser.cpp
 3598   const MCOperand &DstRegOp = Inst.getOperand(0);
 3600   const MCOperand &BaseRegOp = Inst.getOperand(1);
 3608   const MCInstrDesc &Desc = getInstDesc(Inst.getOpcode());
 3623   if (Inst.getNumOperands() > 3) {
 3624     const MCOperand &BaseRegOp = Inst.getOperand(2);
 3626     const MCOperand &ExprOp = Inst.getOperand(3);
 3636     TOut.emitSCWithSymOffset(Inst.getOpcode(), DstReg, BaseReg, HiOperand,
 3641   const MCOperand &OffsetOp = Inst.getOperand(2);
 3664     TOut.emitRRI(Inst.getOpcode(), DstReg, TmpReg, LoOffset, IDLoc, STI);
 3688       TOut.emitRRI(Inst.getOpcode(), DstReg, TmpReg, Res.getConstant(), IDLoc,
 3707       TOut.emitRRX(Inst.getOpcode(), DstReg, TmpReg, LoOperand, IDLoc, STI);