|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/Target/Mips/AsmParser/MipsAsmParser.cpp 4280 return Error(IDLoc, "instruction not supported on mips32r6 or mips64r6");
4295 warnIfNoMacro(IDLoc);
4296 unsigned ATReg = getATReg(IDLoc);
4303 IDLoc, Out, STI))
4313 TOut.emitRRI(Mips::SB, DstReg, ATReg, FirstOffset, IDLoc, STI);
4314 TOut.emitRRI(Mips::SRL, DstReg, DstReg, 8, IDLoc, STI);
4315 TOut.emitRRI(Mips::SB, DstReg, ATReg, SecondOffset, IDLoc, STI);
4316 TOut.emitRRI(Mips::LBu, ATReg, ATReg, 0, IDLoc, STI);
4317 TOut.emitRRI(Mips::SLL, DstReg, DstReg, 8, IDLoc, STI);
4318 TOut.emitRRR(Mips::OR, DstReg, DstReg, ATReg, IDLoc, STI);
4320 TOut.emitRRI(Mips::SB, DstReg, SrcReg, FirstOffset, IDLoc, STI);
4321 TOut.emitRRI(Mips::SRL, ATReg, DstReg, 8, IDLoc, STI);
4322 TOut.emitRRI(Mips::SB, ATReg, SrcReg, SecondOffset, IDLoc, STI);