Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp990 MCRegister PICR = TmpInst.getOperand(0).getReg(); in emitInstruction() local
1004 MCInstBuilder(PPC::ADDIS).addReg(PICR).addReg(PICR).addExpr(DeltaHi)); in emitInstruction()
1010 MCInstBuilder(PPC::ADDI).addReg(PICR).addReg(PICR).addExpr(DeltaLo)); in emitInstruction()
1021 const MCOperand PICR = TmpInst.getOperand(0); in emitInstruction() local
1027 TmpInst.getOperand(2) = PICR; in emitInstruction()
1031 TmpInst.getOperand(0) = PICR; in emitInstruction()
1033 TmpInst.getOperand(2) = PICR; in emitInstruction()