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

/freebsd-10.2-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2535 static const uint16_t GPR_32[] = { // 32-bit registers. local
2551 const unsigned Num_GPR_Regs = array_lengthof(GPR_32);
2557 const uint16_t *GPR = isPPC64 ? GPR_64 : GPR_32;
4240 static const uint16_t GPR_32[] = { // 32-bit registers. local
4254 const unsigned NumGPRs = array_lengthof(GPR_32);
4258 const uint16_t *GPR = isPPC64 ? GPR_64 : GPR_32;

Completed in 59 milliseconds