Home
last modified time | relevance | path

Searched refs:PROMOTE_FUNCTION_MODE (Results 1 – 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/gcc/
HDexplow.c767 #if defined(PROMOTE_MODE) && !defined(PROMOTE_FUNCTION_MODE)
768 #define PROMOTE_FUNCTION_MODE PROMOTE_MODE macro
785 #ifdef PROMOTE_FUNCTION_MODE in promote_mode()
792 PROMOTE_FUNCTION_MODE (mode, unsignedp, type); in promote_mode()
HDcalls.c1272 #if defined(PROMOTE_FUNCTION_MODE) && !defined(PROMOTE_MODE) in precompute_arguments()
HDChangeLog-200436401 * explow.c: Fix typo defining default of PROMOTE_FUNCTION_MODE.
36423 * explow.c (promote_mode): Use PROMOTE_FUNCTION_MODE instead of
36429 * config/arm/arm.h (PROMOTE_FUNCTION_MODE): Define.
36432 (PROMOTE_FUNCTION_MODE): ... to this.
36438 * doc/tm.texi (PROMOTE_FUNCTION_MODE): Document.
HDChangeLog-200521878 * config/arm/arm.h (PROMOTE_FUNCTION_MODE): Include complex values.
/freebsd-11-stable/contrib/gcc/config/s390/
HDs390.h171 #define PROMOTE_FUNCTION_MODE(MODE, UNSIGNEDP, TYPE) \ macro
/freebsd-11-stable/contrib/gcc/config/sparc/
HDsparc.h625 #define PROMOTE_FUNCTION_MODE(MODE, UNSIGNEDP, TYPE) \ macro
/freebsd-11-stable/contrib/gcc/config/arm/
HDarm.h411 #define PROMOTE_FUNCTION_MODE(MODE, UNSIGNEDP, TYPE) \ macro
HDarm.c2493 PROMOTE_FUNCTION_MODE (mode, unsignedp, type); in arm_function_value()
/freebsd-11-stable/contrib/gcc/doc/
HDtm.texi998 @defmac PROMOTE_FUNCTION_MODE
1008 @code{PROMOTE_FUNCTION_MODE} should be done for outgoing function
1014 @code{PROMOTE_FUNCTION_MODE} should be done for the return value of
1018 must perform the same promotions done by @code{PROMOTE_FUNCTION_MODE}.