Home
last modified time | relevance | path

Searched defs:FUNCTION_ARG_REGNO_P (Results 1 – 25 of 107) sorted by relevance

12345

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pa/
H A Dpa64-regs.h251 #define FUNCTION_ARG_REGNO_P(N) \ macro
H A Dpa32-regs.h320 #define FUNCTION_ARG_REGNO_P(N) \ macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/pa/
H A Dpa64-regs.h251 #define FUNCTION_ARG_REGNO_P(N) \ macro
H A Dpa32-regs.h320 #define FUNCTION_ARG_REGNO_P(N) \ macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/moxie/
H A Dmoxie.h369 #define FUNCTION_ARG_REGNO_P(r) (r >= MOXIE_R0 && r <= MOXIE_R5) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/moxie/
H A Dmoxie.h369 #define FUNCTION_ARG_REGNO_P(r) (r >= MOXIE_R0 && r <= MOXIE_R5) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/or1k/
H A Dor1k.h326 #define FUNCTION_ARG_REGNO_P(r) (r >= 3 && r <= 8) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/fr30/
H A Dfr30.h480 #define FUNCTION_ARG_REGNO_P(REGNO) \ macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/fr30/
H A Dfr30.h480 #define FUNCTION_ARG_REGNO_P(REGNO) \ macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pru/
H A Dpru.h333 #define FUNCTION_ARG_REGNO_P(REGNO) \ macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/stormy16/
H A Dstormy16.h279 #define FUNCTION_ARG_REGNO_P(REGNO) \ macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vax/
H A Dvax.h278 #define FUNCTION_ARG_REGNO_P(N) ((void) (N), 0) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/pru/
H A Dpru.h343 #define FUNCTION_ARG_REGNO_P(REGNO) \ macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/stormy16/
H A Dstormy16.h279 #define FUNCTION_ARG_REGNO_P(REGNO) \ macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nios2/
H A Dnios2.h296 #define FUNCTION_ARG_REGNO_P(REGNO) \ macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/bpf/
H A Dbpf.h317 #define FUNCTION_ARG_REGNO_P(N) ((N) >= 1 && (N) <= 5) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nios2/
H A Dnios2.h296 #define FUNCTION_ARG_REGNO_P(REGNO) \ macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pdp11/
H A Dpdp11.h349 #define FUNCTION_ARG_REGNO_P(N) 0 macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ft32/
H A Dft32.h410 #define FUNCTION_ARG_REGNO_P(r) (r >= FT32_R0 && r <= FT32_R5) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/bpf/
H A Dbpf.h306 #define FUNCTION_ARG_REGNO_P(N) ((N) >= 1 && (N) <= 5) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/vax/
H A Dvax.h275 #define FUNCTION_ARG_REGNO_P(N) ((void) (N), 0) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ft32/
H A Dft32.h410 #define FUNCTION_ARG_REGNO_P(r) (r >= FT32_R0 && r <= FT32_R5) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/msp430/
H A Dmsp430.h359 #define FUNCTION_ARG_REGNO_P(N) ((N) >= 8 && (N) < ARG_POINTER_REGNUM) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/msp430/
H A Dmsp430.h370 #define FUNCTION_ARG_REGNO_P(N) ((N) >= 8 && (N) < ARG_POINTER_REGNUM) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/pdp11/
H A Dpdp11.h352 #define FUNCTION_ARG_REGNO_P(N) 0 macro

12345