Searched refs:ARM_NUM_REGS2 (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/arm/
H A Darm.h772 #define ARM_NUM_REGS2(MODE, TYPE) \
1603 (CUM).nregs += ARM_NUM_REGS2 (MODE, TYPE)
768 #define ARM_NUM_REGS2 macro
H A Darm.c2761 nregs = ARM_NUM_REGS2 (mode, type);
2779 && (NUM_ARG_REGS < nregs + ARM_NUM_REGS2 (mode, type))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.h895 #define ARM_NUM_REGS2(MODE, TYPE) \
891 #define ARM_NUM_REGS2 macro
H A Darm.c4252 nregs = ARM_NUM_REGS2(mode, type);
4426 nregs = ARM_NUM_REGS2 (mode, type);
4450 && (NUM_ARG_REGS < nregs + ARM_NUM_REGS2 (mode, type))
4486 pcum->nregs += ARM_NUM_REGS2 (mode, type);

Completed in 224 milliseconds