Searched refs:PROMOTE_FUNCTION_MODE (Results 1 – 9 of 9) sorted by relevance
| /freebsd-11-stable/contrib/gcc/ |
| HD | explow.c | 767 #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()
|
| HD | calls.c | 1272 #if defined(PROMOTE_FUNCTION_MODE) && !defined(PROMOTE_MODE) in precompute_arguments()
|
| HD | ChangeLog-2004 | 36401 * 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.
|
| HD | ChangeLog-2005 | 21878 * config/arm/arm.h (PROMOTE_FUNCTION_MODE): Include complex values.
|
| /freebsd-11-stable/contrib/gcc/config/s390/ |
| HD | s390.h | 171 #define PROMOTE_FUNCTION_MODE(MODE, UNSIGNEDP, TYPE) \ macro
|
| /freebsd-11-stable/contrib/gcc/config/sparc/ |
| HD | sparc.h | 625 #define PROMOTE_FUNCTION_MODE(MODE, UNSIGNEDP, TYPE) \ macro
|
| /freebsd-11-stable/contrib/gcc/config/arm/ |
| HD | arm.h | 411 #define PROMOTE_FUNCTION_MODE(MODE, UNSIGNEDP, TYPE) \ macro
|
| HD | arm.c | 2493 PROMOTE_FUNCTION_MODE (mode, unsignedp, type); in arm_function_value()
|
| /freebsd-11-stable/contrib/gcc/doc/ |
| HD | tm.texi | 998 @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}.
|