|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/Target/Mips/AsmParser/MipsAsmParser.cpp 4200 unsigned ATReg = getATReg(IDLoc);
4203 TOut.emitRR(Mips::CFC1, ThirdReg, Mips::RA, IDLoc, STI);
4204 TOut.emitRR(Mips::CFC1, ThirdReg, Mips::RA, IDLoc, STI);
4205 TOut.emitNop(IDLoc, STI);
4206 TOut.emitRRI(Mips::ORi, ATReg, ThirdReg, 0x3, IDLoc, STI);
4207 TOut.emitRRI(Mips::XORi, ATReg, ATReg, 0x2, IDLoc, STI);
4208 TOut.emitRR(Mips::CTC1, Mips::RA, ATReg, IDLoc, STI);
4209 TOut.emitNop(IDLoc, STI);
4212 FirstReg, SecondReg, IDLoc, STI);
4213 TOut.emitRR(Mips::CTC1, Mips::RA, ThirdReg, IDLoc, STI);
4214 TOut.emitNop(IDLoc, STI);
4220 FirstReg, SecondReg, IDLoc, STI);