Searched refs:GPR_32 (Results 1 – 3 of 3) sorted by relevance
721 def SELEQZ : SELEQZ_ENC, SELEQZ_DESC, ISA_MIPS32R6, GPR_32;724 def SELNEZ : SELNEZ_ENC, SELNEZ_DESC, ISA_MIPS32R6, GPR_32;
208 class GPR_32 { list<Predicate> GPRPredicates = [IsGP32bit]; }1543 GPR_32 {
3269 static const MCPhysReg GPR_32[] = { // 32-bit registers. in LowerFormalArguments_Darwin() local3282 const unsigned Num_GPR_Regs = array_lengthof(GPR_32); in LowerFormalArguments_Darwin()3288 const MCPhysReg *GPR = isPPC64 ? GPR_64 : GPR_32; in LowerFormalArguments_Darwin()5252 static const MCPhysReg GPR_32[] = { // 32-bit registers. in LowerCall_Darwin() local5264 const unsigned NumGPRs = array_lengthof(GPR_32); in LowerCall_Darwin()5268 const MCPhysReg *GPR = isPPC64 ? GPR_64 : GPR_32; in LowerCall_Darwin()