Home
last modified time | relevance | path

Searched refs:PROMOTE_MODE (Results 1 – 10 of 10) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dexplow.c811 #ifdef PROMOTE_MODE in promote_mode()
825 #ifdef PROMOTE_MODE in promote_mode()
833 PROMOTE_MODE (mode, unsignedp, type); in promote_mode()
H A Dfunction.c973 #ifdef PROMOTE_MODE in assign_temp()
983 #ifdef PROMOTE_MODE in assign_temp()
1018 #ifdef PROMOTE_MODE in assign_temp()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dexplow.c801 #ifdef PROMOTE_MODE in promote_mode()
816 #ifdef PROMOTE_MODE in promote_mode()
826 PROMOTE_MODE (smode, unsignedp, type); in promote_mode()
H A Dfunction.c961 #ifdef PROMOTE_MODE in assign_temp()
971 #ifdef PROMOTE_MODE in assign_temp()
1010 #ifdef PROMOTE_MODE in assign_temp()
H A Dtarget.def4354 "Like @code{PROMOTE_MODE}, but it is applied to outgoing function arguments or\n\
4372 if you would like to apply the same rules given by @code{PROMOTE_MODE}.",
4891 the same promotion rules specified in @code{PROMOTE_MODE} if\n\
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.h1773 #define PROMOTE_MODE(MODE, UNSIGNEDP, TYPE) \ macro
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Dx86-tune.def547 arithmetic to 32bit via PROMOTE_MODE macro. This code generation scheme
H A Di386.h1936 #define PROMOTE_MODE(MODE, UNSIGNEDP, TYPE) \ macro
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dtm.texi931 @defmac PROMOTE_MODE (@var{m}, @var{unsignedp}, @var{type})
955 Like @code{PROMOTE_MODE}, but it is applied to outgoing function arguments or
973 if you would like to apply the same rules given by @code{PROMOTE_MODE}.
4439 the same promotion rules specified in @code{PROMOTE_MODE} if
H A Dtm.texi.in915 @defmac PROMOTE_MODE (@var{m}, @var{unsignedp}, @var{type})
939 Like @code{PROMOTE_MODE}, but it is applied to outgoing function arguments or
957 if you would like to apply the same rules given by @code{PROMOTE_MODE}.
4380 the same promotion rules specified in @code{PROMOTE_MODE} if