Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp3141 unsigned ThirdReg = Inst.getOperand(2).getReg(); in expandTrunc() local
3147 TOut.emitRR(Mips::CFC1, ThirdReg, Mips::RA, IDLoc, STI); in expandTrunc()
3148 TOut.emitRR(Mips::CFC1, ThirdReg, Mips::RA, IDLoc, STI); in expandTrunc()
3150 TOut.emitRRI(Mips::ORi, ATReg, ThirdReg, 0x3, IDLoc, STI); in expandTrunc()
3157 TOut.emitRR(Mips::CTC1, Mips::RA, ThirdReg, IDLoc, STI); in expandTrunc()