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

/freebsd-10.0-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.c2773 if (!named || pcum->nregs + nregs > NUM_ARG_REGS)
2788 if (NUM_ARG_REGS > nregs
2789 && (NUM_ARG_REGS < nregs + ARM_NUM_REGS2 (mode, type))
2791 return (NUM_ARG_REGS - nregs) * UNITS_PER_WORD;
14943 if (cum->nregs < NUM_ARG_REGS)
14944 *pretend_size = (NUM_ARG_REGS - cum->nregs) * UNITS_PER_WORD;

Completed in 86 milliseconds