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

/freebsd-10.2-release/contrib/gcc/config/arm/
H A Darm.h778 #define NUM_ARG_REGS 4
787 #define LAST_ARG_REGNUM ARG_REGISTER (NUM_ARG_REGS)
774 #define NUM_ARG_REGS macro
H A Darm.c2783 if (!named || pcum->nregs + nregs > NUM_ARG_REGS)
2798 if (NUM_ARG_REGS > nregs
2799 && (NUM_ARG_REGS < nregs + ARM_NUM_REGS2 (mode, type))
2801 return (NUM_ARG_REGS - nregs) * UNITS_PER_WORD;
15052 if (cum->nregs < NUM_ARG_REGS)
15053 *pretend_size = (NUM_ARG_REGS - cum->nregs) * UNITS_PER_WORD;

Completed in 50 milliseconds