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

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.h1303 #define FP_ARG_V4_MAX_REG 40
1306 ? FP_ARG_AIX_MAX_REG : FP_ARG_V4_MAX_REG)
1300 #define FP_ARG_V4_MAX_REG macro
H A Drs6000.c4807 if (cum->fregno + (mode == TFmode ? 1 : 0) <= FP_ARG_V4_MAX_REG)
4811 cum->fregno = FP_ARG_V4_MAX_REG + 1;
5340 if (cum->fregno + (mode == TFmode ? 1 : 0) <= FP_ARG_V4_MAX_REG)
5673 && next_cum.fregno <= FP_ARG_V4_MAX_REG
5680 < FP_ARG_V4_MAX_REG + 1 - next_cum.fregno)
5683 fpr_size += (FP_ARG_V4_MAX_REG + 1 - next_cum.fregno)
5766 && next_cum.fregno <= FP_ARG_V4_MAX_REG
5785 fregno <= FP_ARG_V4_MAX_REG && nregs < cfun->va_list_fpr_size;
5920 && n_fpr < FP_ARG_V4_MAX_REG)

Completed in 563 milliseconds