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

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c4324 && (CUM)->fregno <= FP_ARG_MAX_REG \
4368 valcum.fregno = FP_ARG_MIN_REG;
4425 cum->fregno = FP_ARG_MIN_REG;
4686 cum->fregno += (GET_MODE_SIZE (mode) + 7) >> 3;
4807 if (cum->fregno + (mode == TFmode ? 1 : 0) <= FP_ARG_V4_MAX_REG)
4808 cum->fregno += (GET_MODE_SIZE (mode) + 7) >> 3;
4811 cum->fregno = FP_ARG_V4_MAX_REG + 1;
4847 fprintf (stderr, "function_adv: words = %2d, fregno = %2d, ",
4848 cum->words, cum->fregno);
4866 cum->fregno
5753 int fregno = next_cum.fregno, nregs; local
[all...]
H A Drs6000.h1363 the next available GP register, `fregno' is the next available FP
1372 int fregno; /* next available FP register */
1368 int fregno; /* next available FP register */ member in struct:rs6000_args

Completed in 177 milliseconds