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

References

lib/Target/Mips/AsmParser/MipsAsmParser.cpp
 3363                         IDLoc, Out, STI))
 3367                         IDLoc, Out, STI))
 3371                         IDLoc, Out, STI))
 3388   getStreamer().EmitLabel(Sym, IDLoc);
 3393   unsigned TmpReg = getATReg(IDLoc);
 3397   if (emitPartialAddress(TOut, IDLoc, Sym))
 3401                MCOperand::createExpr(LoExpr), IDLoc, STI);
 3404     TOut.emitRRI(Mips::LD, FirstReg, TmpReg, 0, IDLoc, STI);
 3406     TOut.emitRRI(Mips::LW, FirstReg, TmpReg, 0, IDLoc, STI);
 3407     TOut.emitRRI(Mips::LW, nextReg(FirstReg), TmpReg, 4, IDLoc, STI);