Home
last modified time | relevance | path

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

12345

/openbsd/gnu/usr.bin/gcc/gcc/config/pa/
H A Dpa64-regs.h275 #define FUNCTION_ARG_REGNO_P(N) \ macro
H A Dpa32-regs.h283 #define FUNCTION_ARG_REGNO_P(N) \ macro
/openbsd/gnu/gcc/gcc/config/pa/
H A Dpa64-regs.h288 #define FUNCTION_ARG_REGNO_P(N) \ macro
H A Dpa32-regs.h324 #define FUNCTION_ARG_REGNO_P(N) \ macro
/openbsd/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dmot3300.h662 #undef FUNCTION_ARG_REGNO_P
663 #define FUNCTION_ARG_REGNO_P(N) (TARGET_68020 ? 0 : (N) == 0) macro
/openbsd/gnu/gcc/gcc/config/crx/
H A Dcrx.h331 #define FUNCTION_ARG_REGNO_P(REGNO) crx_function_arg_regno_p(REGNO) macro
/openbsd/gnu/gcc/gcc/config/stormy16/
H A Dstormy16.h423 #define FUNCTION_ARG_REGNO_P(REGNO) \ macro
/openbsd/gnu/gcc/gcc/config/fr30/
H A Dfr30.h695 #define FUNCTION_ARG_REGNO_P(REGNO) \ macro
/openbsd/gnu/gcc/gcc/config/m32c/
H A Dm32c.h508 #define FUNCTION_ARG_REGNO_P(r) m32c_function_arg_regno_p (r) macro
/openbsd/gnu/gcc/gcc/config/vax/
H A Dvax.h384 #define FUNCTION_ARG_REGNO_P(N) 0 macro
/openbsd/gnu/gcc/gcc/config/mt/
H A Dmt.h569 #define FUNCTION_ARG_REGNO_P(REGNO) \ macro
/openbsd/gnu/usr.bin/gcc/gcc/config/fr30/
H A Dfr30.h785 #define FUNCTION_ARG_REGNO_P(REGNO) \ macro
/openbsd/gnu/gcc/gcc/config/score/
H A Dscore.h596 #define FUNCTION_ARG_REGNO_P(REGNO) \ macro
/openbsd/gnu/usr.bin/gcc/gcc/config/stormy16/
H A Dstormy16.h1382 #define FUNCTION_ARG_REGNO_P(REGNO) \ macro
/openbsd/gnu/gcc/gcc/config/arc/
H A Darc.h565 #define FUNCTION_ARG_REGNO_P(N) \ macro
/openbsd/gnu/gcc/gcc/config/mmix/
H A Dmmix.h645 #define FUNCTION_ARG_REGNO_P(REGNO) \ macro
/openbsd/gnu/usr.bin/gcc/gcc/config/mn10200/
H A Dmn10200.h446 #define FUNCTION_ARG_REGNO_P(N) ((N) <= 1) macro
/openbsd/gnu/gcc/gcc/config/s390/
H A Ds390.h623 #define FUNCTION_ARG_REGNO_P(N) (((N) >=2 && (N) <7) || \ macro
/openbsd/gnu/gcc/gcc/config/mcore/
H A Dmcore.h579 #define FUNCTION_ARG_REGNO_P(REGNO) \ macro
/openbsd/gnu/gcc/gcc/config/pdp11/
H A Dpdp11.h492 #define FUNCTION_ARG_REGNO_P(N) 0 macro
/openbsd/gnu/gcc/gcc/config/v850/
H A Dv850.h633 #define FUNCTION_ARG_REGNO_P(N) (N >= 6 && N <= 9) macro
/openbsd/gnu/gcc/gcc/config/avr/
H A Davr.h326 #define FUNCTION_ARG_REGNO_P(r) function_arg_regno_p(r) macro
/openbsd/gnu/usr.bin/gcc/gcc/config/arc/
H A Darc.h643 #define FUNCTION_ARG_REGNO_P(N) \ macro
/openbsd/gnu/usr.bin/gcc/gcc/config/mmix/
H A Dmmix.h759 #define FUNCTION_ARG_REGNO_P(REGNO) \ macro
/openbsd/gnu/gcc/gcc/config/mn10300/
H A Dmn10300.h542 #define FUNCTION_ARG_REGNO_P(N) ((N) <= 1) macro

12345