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

/macosx-10.9.5/text_cmds-87/ed/
H A Dsub.c48 *flagp = GPR;
53 *flagp = GPR;
160 } else if ((gflag & (GPR | GLS | GNP)) &&
H A Ded.h55 #define GPR 002 /* print after command */ macro
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1994 const uint16_t *GPR = isPPC64 ? GPR_64 : GPR_32; local
2100 VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::G8RCRegClass);
2102 VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::GPRCRegClass);
2125 VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::G8RCRegClass);
2127 VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::GPRCRegClass);
2159 unsigned VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::GPRCRegClass);
2173 unsigned VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::G8RCRegClass);
2309 VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::G8RCRegClass);
2311 VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::GPRCRegClass);
2379 // The prolog code of the callee may store up to 8 GPR argumen
3306 const uint16_t *GPR = isPPC64 ? GPR_64 : GPR_32; local
[all...]

Completed in 79 milliseconds