Searched refs:ARM_NUM_REGS2 (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/arm/ |
| D | arm.h | 881 #define ARM_NUM_REGS2(MODE, TYPE) \ macro 1490 && (NUM_ARG_REGS < ((CUM).nregs + ARM_NUM_REGS2 (MODE, TYPE))) \ 1512 (CUM).nregs += ARM_NUM_REGS2 (MODE, TYPE)
|
| /openbsd/src/gnu/gcc/gcc/config/arm/ |
| D | arm.h | 769 #define ARM_NUM_REGS2(MODE, TYPE) \ macro 1491 (CUM).nregs += ARM_NUM_REGS2 (MODE, TYPE)
|
| D | arm.c | 2766 nregs = ARM_NUM_REGS2 (mode, type); in arm_function_arg() 2784 && (NUM_ARG_REGS < nregs + ARM_NUM_REGS2 (mode, type)) in arm_arg_partial_bytes()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | ChangeLog | 18891 * arm.h (ARM_NUM_INTS, ARM_NUM_REGS, ARM_NUM_REGS2): Renamed from 18892 NUM_INTS, NUM_REGS and ARM_NUM_REGS2 respectively. All uses changed.
|