Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCTLSDynamicCall.cpp74 unsigned GPR3 = Is64Bit ? PPC::X3 : PPC::R3; in processBlock() local
76 const unsigned OrigRegs[] = {OutReg, InReg, GPR3}; in processBlock()
105 MachineInstr *Addi = BuildMI(MBB, I, DL, TII->get(Opc1), GPR3) in processBlock()
114 MachineInstr *Call = (BuildMI(MBB, I, DL, TII->get(Opc2), GPR3) in processBlock()
115 .addReg(GPR3)); in processBlock()
121 .addReg(GPR3); in processBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCTLSDynamicCall.cpp85 unsigned GPR3 = Is64Bit ? PPC::X3 : PPC::R3; in processBlock() local
87 const unsigned OrigRegs[] = {OutReg, InReg, GPR3}; in processBlock()
121 MachineInstr *Addi = BuildMI(MBB, I, DL, TII->get(Opc1), GPR3) in processBlock()
130 MachineInstr *Call = (BuildMI(MBB, I, DL, TII->get(Opc2), GPR3) in processBlock()
131 .addReg(GPR3)); in processBlock()
138 .addReg(GPR3); in processBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Demptystruct.ll8 ; hidden parameter in GPR3. In this example, GPR3 contains the return value
Dppc64-align-long-double.ll6 ; argument comes in GPR3; GPR4 is skipped; GPRs 5 and 6 contain
/external/llvm/test/CodeGen/PowerPC/
Demptystruct.ll8 ; hidden parameter in GPR3. In this example, GPR3 contains the return value
Dppc64-align-long-double.ll5 ; argument comes in in GPR3; GPR4 is skipped; GPRs 5 and 6 contain
/external/u-boot/include/
Dppc_defs.h35 #define GPR3 28 macro