Searched refs:ThirdReg (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp4344 unsigned ThirdReg = Inst.getOperand(2).getReg(); local
4350 TOut.emitRR(Mips::CFC1, ThirdReg, Mips::RA, IDLoc, STI);
4351 TOut.emitRR(Mips::CFC1, ThirdReg, Mips::RA, IDLoc, STI);
4353 TOut.emitRRI(Mips::ORi, ATReg, ThirdReg, 0x3, IDLoc, STI);
4360 TOut.emitRR(Mips::CTC1, Mips::RA, ThirdReg, IDLoc, STI);

Completed in 160 milliseconds