Searched refs:GP_ARG_NUM_REG (Results 1 – 5 of 5) sorted by relevance
4958 if (intregs > 0 && intregs > GP_ARG_NUM_REG - this_regno) in rs6000_darwin64_record_arg_flush()4961 intregs = MIN (intregs, GP_ARG_NUM_REG - this_regno); in rs6000_darwin64_record_arg_flush()5104 rtx rvec[GP_ARG_NUM_REG + 1]; in rs6000_mixed_function_arg()5106 if (align_words >= GP_ARG_NUM_REG) in rs6000_mixed_function_arg()5119 if (align_words + n_units > GP_ARG_NUM_REG) in rs6000_mixed_function_arg()5138 while (++align_words < GP_ARG_NUM_REG && --n_units != 0); in rs6000_mixed_function_arg()5220 if (align_words >= GP_ARG_NUM_REG) in function_arg()5264 if (align_words >= GP_ARG_NUM_REG) in function_arg()5274 if (align_words + n_words > GP_ARG_NUM_REG) in function_arg()5326 rtx rvec[GP_ARG_NUM_REG + 1]; in function_arg()[all …]
1295 #define GP_ARG_NUM_REG (GP_ARG_MAX_REG - GP_ARG_MIN_REG + 1) macro1341 ((unsigned) (N) - GP_ARG_MIN_REG < GP_ARG_NUM_REG \
1448 ((GP_ARG_NUM_REG * (TARGET_32BIT ? 4 : 8)) + (FP_ARG_NUM_REG * 8) + 8)1591 #define GP_ARG_NUM_REG (GP_ARG_MAX_REG - GP_ARG_MIN_REG + 1) macro1634 ((unsigned) (N) - GP_ARG_MIN_REG < GP_ARG_NUM_REG \
3224 || (align_words < GP_ARG_NUM_REG))))3230 ((align_words >= GP_ARG_NUM_REG)3234 > GP_ARG_NUM_REG3247 else if (align_words < GP_ARG_NUM_REG)3275 if (cum->words < GP_ARG_NUM_REG3276 && GP_ARG_NUM_REG < (cum->words + RS6000_ARG_SIZE (mode, type)))3278 int ret = GP_ARG_NUM_REG - cum->words;3380 if (! no_rtl && first_reg_offset < GP_ARG_NUM_REG)3390 GP_ARG_NUM_REG - first_reg_offset,3391 (GP_ARG_NUM_REG - first_reg_offset) * UNITS_PER_WORD);[all …]
319 #define GP_ARG_NUM_REG 5 macro6557 && current_function_args_info.gprs < GP_ARG_NUM_REG) in s390_register_info()6561 if (max_gpr > GP_ARG_NUM_REG) in s390_register_info()6562 max_gpr = GP_ARG_NUM_REG; in s390_register_info()7769 if (cum->gprs + n_gprs > GP_ARG_NUM_REG) in s390_function_arg()7951 if (n_gpr + cfun->va_list_gpr_size > GP_ARG_NUM_REG in s390_va_start()7970 if ((cfun->va_list_gpr_size && n_gpr < GP_ARG_NUM_REG) in s390_va_start()8048 max_reg = GP_ARG_NUM_REG - n_reg; in s390_gimplify_va_arg()8088 max_reg = GP_ARG_NUM_REG - n_reg; in s390_gimplify_va_arg()