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

References

lib/Target/Mips/AsmParser/MipsAsmParser.cpp
 3618     TmpReg = getATReg(IDLoc);
 3637                              LoOperand, TmpReg, IDLoc, STI);
 3657                         IDLoc, Out, STI))
 3663                    BaseReg, IDLoc, STI);
 3664     TOut.emitRRI(Inst.getOpcode(), DstReg, TmpReg, LoOffset, IDLoc, STI);
 3678         Error(IDLoc, "expected relocatable expression");
 3682         Error(IDLoc, "expected relocatable expression with only one symbol");
 3687                               !ABI.ArePtrs64bit(), IDLoc, Out, STI);
 3688       TOut.emitRRI(Inst.getOpcode(), DstReg, TmpReg, Res.getConstant(), IDLoc,
 3703       TOut.emitRX(Mips::LUi, TmpReg, HiOperand, IDLoc, STI);
 3705         TOut.emitRRR(Mips::ADDu, TmpReg, TmpReg, BaseReg, IDLoc, STI);
 3707       TOut.emitRRX(Inst.getOpcode(), DstReg, TmpReg, LoOperand, IDLoc, STI);