Searched refs:GPR3 (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCTLSDynamicCall.cpp | 74 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/ |
D | PPCTLSDynamicCall.cpp | 85 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/ |
D | emptystruct.ll | 8 ; hidden parameter in GPR3. In this example, GPR3 contains the return value
|
D | ppc64-align-long-double.ll | 6 ; argument comes in GPR3; GPR4 is skipped; GPRs 5 and 6 contain
|
/external/llvm/test/CodeGen/PowerPC/ |
D | emptystruct.ll | 8 ; hidden parameter in GPR3. In this example, GPR3 contains the return value
|
D | ppc64-align-long-double.ll | 5 ; argument comes in in GPR3; GPR4 is skipped; GPRs 5 and 6 contain
|
/external/u-boot/include/ |
D | ppc_defs.h | 35 #define GPR3 28 macro
|