Searched refs:GPR_32 (Results 1 – 3 of 3) sorted by relevance
719 def SELEQZ : SELEQZ_ENC, SELEQZ_DESC, ISA_MIPS32R6, GPR_32;722 def SELNEZ : SELNEZ_ENC, SELNEZ_DESC, ISA_MIPS32R6, GPR_32;
210 class GPR_32 { list<Predicate> GPRPredicates = [IsGP32bit]; }1431 GPR_32 {
2731 static const MCPhysReg GPR_32[] = { // 32-bit registers. in LowerFormalArguments_Darwin() local2747 const unsigned Num_GPR_Regs = array_lengthof(GPR_32); in LowerFormalArguments_Darwin()2753 const MCPhysReg *GPR = isPPC64 ? GPR_64 : GPR_32; in LowerFormalArguments_Darwin()4470 static const MCPhysReg GPR_32[] = { // 32-bit registers. in LowerCall_Darwin() local4484 const unsigned NumGPRs = array_lengthof(GPR_32); in LowerCall_Darwin()4488 const MCPhysReg *GPR = isPPC64 ? GPR_64 : GPR_32; in LowerCall_Darwin()