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

References

lib/Target/Mips/AsmParser/MipsAsmParser.cpp
 3427     TmpReg = getATReg(IDLoc);
 3436           loadImmediate(ImmOp64, TmpReg, Mips::NoRegister, false, false, IDLoc,
 3439       TOut.emitRR(Mips::DMTC1, FirstReg, TmpReg, IDLoc, STI);
 3445                       IDLoc, Out, STI))
 3449       TOut.emitRR(Mips::MTC1, FirstReg, Mips::ZERO, IDLoc, STI);
 3450       TOut.emitRRR(Mips::MTHC1_D32, FirstReg, FirstReg, TmpReg, IDLoc, STI);
 3452       TOut.emitRR(Mips::MTC1, nextReg(FirstReg), TmpReg, IDLoc, STI);
 3453       TOut.emitRR(Mips::MTC1, FirstReg, Mips::ZERO, IDLoc, STI);
 3471   getStreamer().EmitLabel(Sym, IDLoc);
 3476   if (emitPartialAddress(TOut, IDLoc, Sym))
 3480                MCOperand::createExpr(LoExpr), IDLoc, STI);