Home
last modified time | relevance | path

Searched refs:FUNCTION_VALUE (Results 1 – 20 of 20) sorted by relevance

/freebsd-11-stable/contrib/gcc/
HDtarghooks.c486 #ifdef FUNCTION_VALUE in default_function_value()
487 return FUNCTION_VALUE (ret_type, fn_decl_or_type); in default_function_value()
HDFSFChangeLog.102335 (FUNCTION_VALUE, LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Likewise.
4456 * atari.h (FUNCTION_VALUE): Deleted; incorrect.
8148 (FUNCTION_VALUE): Simplify.
9871 (FUNCTION_VALUE): R16 is return reg only if !-msoft-float.
HDChangeLog-20061725 (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE): Deprecate.
1726 Replace mentions of FUNCTION_VALUE and FUNCTION_OUTGOING_VALUE
12228 * config/sh/sh.h (FUNCTION_VALUE): Don't handle CHAR_TYPE.
14240 * config/m68k/linux.h (FUNCTION_VALUE): Use m68k_function_value.
14258 * config/m68k/netbsd-elf.h (FUNCTION_VALUE): Use m68k_function_value.
HDFSFChangeLog2045 * m68k/a-ux.h (FUNCTION_VALUE): Likewise.
HDChangeLog-19981292 * ns32k.h (FUNCTION_VALUE, LIBCALL_VALUE): Use f0 for complex
1778 (FUNCTION_VALUE): Change mode like PROMOTE_MODE does.
9185 (FUNCTION_VALUE): Promote to word_mode if smaller.
13036 (FUNCTION_VALUE): Call function_value.
HDChangeLog-20021928 * pa.h (FUNCTION_VALUE): Use function_value.
7336 (FUNCTION_VALUE): Return TFmode in general registers.
12378 (FUNCTION_VALUE): Same.
20792 * config/rs6000/rs6000.h (FUNCTION_VALUE): Only return vectors in
27533 (FUNCTION_VALUE): Likewise.
27534 * config/mips/abi64.h (FUNCTION_VALUE): Remove.
32161 (FUNCTION_VALUE): Use DImode for promoted types on SHmedia.
HDFSFChangeLog.111044 * alpha.h (FUNCTION_VALUE): Take into account promotion of pointers.
1595 * alpha.h (FUNCTION_VALUE): Use word_mode only for integral types,
6354 * mn10300.h (FUNCTION_VALUE): Return addresses in $a0.
HDChangeLog-20016140 (FUNCTION_VALUE): Handle VECTOR_TYPE.
9888 * config/rs6000/rs6000.h (FUNCTION_VALUE): Change hardcoded 33 and 3
10394 (FUNCTION_VALUE, LIBCALL_VALUE): Likewise.
26523 as FUNCTION_VALUE macro may evaluate its args multiple times.
27425 FUNCTION_OUTGOING_VALUE resp. FUNCTION_VALUE.
HDChangeLog-20051371 FUNCTION_ARG_ADVANCE, FUNCTION_ARG_BOUNDARY, FUNCTION_VALUE,
6862 * config/mn10300/mn10300.h (FUNCTION_VALUE): Call the above.
11572 * config/i386/i386.h (FUNCTION_VALUE): No longer define.
25451 * config/i386/i386.h (FUNCTION_VALUE): Pass both arguments.
HDChangeLog-20032203 * config/h8300/h8300.h (FUNCTION_VALUE): Use R0_REG.
3273 * config/s390/s390.h (FUNCTION_VALUE): Call s390_function_value.
17107 (FUNCTION_VALUE, LIBCALL_VALUE): Use function_value.
22668 * config/rs6000/rs6000.h (FUNCTION_VALUE): Call function.
HDChangeLog-200435048 * config/sh/sh.h (FUNCTION_VALUE): Add sh_promote_prototypes call.
36430 (FUNCTION_VALUE): Call arm_function_value.
43295 * config/fr30/fr30.h (FUNCTION_VALUE): Remove the
43819 * config/c4x/c4x.h (FUNCTION_VALUE): Use gen_rtx_REG instead
46759 * doc/tm.texi (FUNCTION_VALUE): Fix a typo.
HDChangeLog-200020442 (FUNCTION_VALUE, LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P,
22188 (STACK_DYNAMIC_OFFSET, FUNCTION_VALUE): Likewise.
29727 FUNCTION_VALUE result to DECL_RESULT's mode.
HDChangeLog-199915281 * alpha.h (FUNCTION_VALUE): Use gen_rtx_REG not gen_rtx.
/freebsd-11-stable/contrib/gcc/config/s390/
HDs390.h629 #define FUNCTION_VALUE(VALTYPE, FUNC) \ macro
/freebsd-11-stable/contrib/gcc/config/ia64/
HDia64.h1206 #define FUNCTION_VALUE(VALTYPE, FUNC) \ macro
/freebsd-11-stable/contrib/gcc/config/sparc/
HDsparc.h1484 #define FUNCTION_VALUE(VALTYPE, FUNC) \ macro
/freebsd-11-stable/contrib/gcc/config/mips/
HDmips.h1874 #define FUNCTION_VALUE(VALTYPE, FUNC) \ macro
/freebsd-11-stable/contrib/gcc/config/rs6000/
HDrs6000.h1271 #define FUNCTION_VALUE(VALTYPE, FUNC) rs6000_function_value ((VALTYPE), (FUNC)) macro
/freebsd-11-stable/contrib/gcc/config/arm/
HDarm.h1309 #define FUNCTION_VALUE(VALTYPE, FUNC) \ macro
/freebsd-11-stable/contrib/gcc/doc/
HDtm.texi4104 @defmac FUNCTION_VALUE (@var{valtype}, @var{func})