Home
last modified time | relevance | path

Searched refs:FUNCTION_ARG_REGNO_P (Results 1 – 25 of 65) sorted by relevance

123

/netbsd/src/external/gpl3/gcc/dist/gcc/config/pa/
Dpa64-regs.h251 #define FUNCTION_ARG_REGNO_P(N) \ macro
Dpa32-regs.h320 #define FUNCTION_ARG_REGNO_P(N) \ macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/moxie/
Dmoxie.h369 #define FUNCTION_ARG_REGNO_P(r) (r >= MOXIE_R0 && r <= MOXIE_R5) macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/stormy16/
Dstormy16.h279 #define FUNCTION_ARG_REGNO_P(REGNO) \ macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/pdp11/
Dpdp11.h352 #define FUNCTION_ARG_REGNO_P(N) 0 macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/vax/
Dvax.h275 #define FUNCTION_ARG_REGNO_P(N) ((void) (N), 0) macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/fr30/
Dfr30.h480 #define FUNCTION_ARG_REGNO_P(REGNO) \ macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/m32c/
Dm32c.h495 #define FUNCTION_ARG_REGNO_P(r) m32c_function_arg_regno_p (r) macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/mn10300/
Dmn10300.h418 #define FUNCTION_ARG_REGNO_P(N) ((N) <= 1) macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/mmix/
Dmmix.h522 #define FUNCTION_ARG_REGNO_P(REGNO) \ macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/avr/
Davr.h340 #define FUNCTION_ARG_REGNO_P(r) avr_function_arg_regno_p(r) macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/h8300/
Dh8300.h385 #define FUNCTION_ARG_REGNO_P(N) (TARGET_QUICKCALL ? N < 3 : 0) macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/lm32/
Dlm32.h252 #define FUNCTION_ARG_REGNO_P(r) \ macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/mcore/
Dmcore.h422 #define FUNCTION_ARG_REGNO_P(REGNO) \ macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/alpha/
Dalpha.h546 #define FUNCTION_ARG_REGNO_P(N) \ macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/v850/
Dv850.h517 #define FUNCTION_ARG_REGNO_P(N) (N >= 6 && N <= 9) macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/m32r/
Dm32r.h598 #define FUNCTION_ARG_REGNO_P(N) \ macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rx/
Drx.h250 #define FUNCTION_ARG_REGNO_P(N) (((N) >= 1) && ((N) <= 4)) macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/cris/
Dcris.h641 #define FUNCTION_ARG_REGNO_P(REGNO) \ macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/xtensa/
Dxtensa.h501 #define FUNCTION_ARG_REGNO_P(N) \ macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/iq2000/
Diq2000.h300 #define FUNCTION_ARG_REGNO_P(N) \ macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/m68k/
Dm68k.h491 #define FUNCTION_ARG_REGNO_P(N) 0 macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/bfin/
Dbfin.h712 #define FUNCTION_ARG_REGNO_P(REGNO) function_arg_regno_p (REGNO) macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/sparc/
Dsparc.h1105 #define FUNCTION_ARG_REGNO_P(N) \ macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/s390/
Ds390.h766 #define FUNCTION_ARG_REGNO_P(N) \ macro

123