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

References

lib/Target/Mips/AsmParser/MipsAsmParser.cpp
 4228     return Error(IDLoc, "instruction not supported on mips32r6 or mips64r6");
 4245   warnIfNoMacro(IDLoc);
 4246   unsigned ATReg = getATReg(IDLoc);
 4253                       IDLoc, Out, STI))
 4269                FirstOffset, IDLoc, STI);
 4270   TOut.emitRRI(Mips::LBu, SecondLbuDstReg, LbuSrcReg, SecondOffset, IDLoc, STI);
 4271   TOut.emitRRI(Mips::SLL, SllReg, SllReg, 8, IDLoc, STI);
 4272   TOut.emitRRR(Mips::OR, DstReg, DstReg, ATReg, IDLoc, STI);