Home
last modified time | relevance | path

Searched defs:FUNCTION_VALUE_REGNO_P (Results 1 – 25 of 81) sorted by relevance

1234

/openbsd-src/gnu/gcc/gcc/config/m68k/
H A Dm68kemb.h33 #define FUNCTION_VALUE_REGNO_P(N) ((N) == 0 || (TARGET_68881 && (N) == 16)) macro
H A Dlinux.h211 #define FUNCTION_VALUE_REGNO_P(N) \ macro
H A Dnetbsd-elf.h290 #define FUNCTION_VALUE_REGNO_P(N) \ macro
/openbsd-src/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dm68kemb.h39 #define FUNCTION_VALUE_REGNO_P(N) ((N) == 0 || (TARGET_68881 && (N) == 16)) macro
H A Dm68kv4.h135 #define FUNCTION_VALUE_REGNO_P(N) \ macro
H A Dlinux.h261 #define FUNCTION_VALUE_REGNO_P(N) \ macro
H A Dopenbsdelf.h266 #define FUNCTION_VALUE_REGNO_P(N) \ macro
H A Dnetbsd-elf.h321 #define FUNCTION_VALUE_REGNO_P(N) \ macro
H A Dmot3300.h262 #define FUNCTION_VALUE_REGNO_P(N) \ macro
/openbsd-src/gnu/gcc/gcc/config/fr30/
H A Dfr30.h721 #define FUNCTION_VALUE_REGNO_P(REGNO) ((REGNO) == RETURN_VALUE_REGNUM) macro
/openbsd-src/gnu/gcc/gcc/config/crx/
H A Dcrx.h344 #define FUNCTION_VALUE_REGNO_P(N) ((N) == 0) macro
/openbsd-src/gnu/gcc/gcc/config/vax/
H A Dvax.h379 #define FUNCTION_VALUE_REGNO_P(N) ((N) == 0) macro
/openbsd-src/gnu/gcc/gcc/config/pdp11/
H A Dpdp11.h487 #define FUNCTION_VALUE_REGNO_P(N) (((N) == 0) || (TARGET_AC0 && (N) == 8)) macro
/openbsd-src/gnu/usr.bin/gcc/gcc/config/fr30/
H A Dfr30.h829 #define FUNCTION_VALUE_REGNO_P(REGNO) ((REGNO) == RETURN_VALUE_REGNUM) macro
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mn10200/
H A Dmn10200.h520 #define FUNCTION_VALUE_REGNO_P(N) ((N) == 0 || (N) == 4) macro
/openbsd-src/gnu/usr.bin/gcc/gcc/config/pdp11/
H A Dpdp11.h558 #define FUNCTION_VALUE_REGNO_P(N) (((N) == 0) || (TARGET_AC0 && (N) == 8)) macro
/openbsd-src/gnu/gcc/gcc/config/arc/
H A Darc.h646 #define FUNCTION_VALUE_REGNO_P(N) ((N) == 0) macro
/openbsd-src/gnu/usr.bin/gcc/gcc/config/vax/
H A Dvax.h407 #define FUNCTION_VALUE_REGNO_P(N) ((N) == 0) macro
/openbsd-src/gnu/gcc/gcc/config/stormy16/
H A Dstormy16.h439 #define FUNCTION_VALUE_REGNO_P(REGNO) ((REGNO) == RETURN_VALUE_REGNUM) macro
/openbsd-src/gnu/usr.bin/gcc/gcc/config/ns32k/
H A Dns32k.h652 #define FUNCTION_VALUE_REGNO_P(N) (((N) & ~8) == 0) macro
/openbsd-src/gnu/gcc/gcc/config/mcore/
H A Dmcore.h576 #define FUNCTION_VALUE_REGNO_P(REGNO) ((REGNO) == FIRST_RET_REG) macro
/openbsd-src/gnu/usr.bin/gcc/gcc/config/romp/
H A Dromp.h536 #define FUNCTION_VALUE_REGNO_P(N) ((N) == 2 || ((N) == 18 && TARGET_FP_REGS)) macro
/openbsd-src/gnu/usr.bin/gcc/gcc/config/stormy16/
H A Dstormy16.h1454 #define FUNCTION_VALUE_REGNO_P(REGNO) ((REGNO) == RETURN_VALUE_REGNUM) macro
/openbsd-src/gnu/gcc/gcc/config/m88k/
H A Dm88k.h706 #define FUNCTION_VALUE_REGNO_P(N) ((N) == 2) macro
/openbsd-src/gnu/gcc/gcc/config/mt/
H A Dmt.h580 #define FUNCTION_VALUE_REGNO_P(REGNO) ((REGNO) == RETURN_VALUE_REGNUM) macro

1234