Home
last modified time | relevance | path

Searched refs:REVERSIBLE_CC_MODE (Results 1 – 13 of 13) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Ddefaults.h869 #ifndef REVERSIBLE_CC_MODE
870 #define REVERSIBLE_CC_MODE(MODE) 0 macro
Djump.c385 && REVERSIBLE_CC_MODE (mode)) in reversed_comparison_code_parts()
DFSFChangeLog15 (can_reverse_comparison_p): Check REVERSIBLE_CC_MODE.
DChangeLog-200024588 * config/sparc/sparc.h (REVERSIBLE_CC_MODE): Revert Jan, 25 change
29947 * sparc.h (REVERSIBLE_CC_MODE): Always true. Update docs.
30035 (REVERSIBLE_CC_MODE): Also exclude CCFPmode.
DChangeLog-20041779 (REVERSIBLE_CC_MODE): Include CC_NZmode.
16266 (REVERSIBLE_CC_MODE): All comparisons are now reversible.
38193 * defaults.h (REVERSIBLE_CC_MODE): Define.
38195 REVERSIBLE_CC_MODE is defined.
DFSFChangeLog.101112 (*condbranch_reversed): No longer needs to check REVERSIBLE_CC_MODE.
DChangeLog-200131785 * i386.h (REVERSE_CONDITION, REVERSIBLE_CC_MODE): New macro.
31989 * combine.c (REVERSIBLE_CC_MODE): Remove.
DChangeLog-200324087 * config/rs6000/rs6000.h (REVERSIBLE_CC_MODE): Define.
/freebsd-12-stable/contrib/gcc/config/sparc/
Dsparc.h2116 #define REVERSIBLE_CC_MODE(MODE) ((MODE) != CCFPEmode && (MODE) != CCFPmode) macro
/freebsd-12-stable/contrib/gcc/config/i386/
Di386.h1939 #define REVERSIBLE_CC_MODE(MODE) 1 macro
/freebsd-12-stable/contrib/gcc/config/rs6000/
Drs6000.h1879 #define REVERSIBLE_CC_MODE(MODE) 1 macro
/freebsd-12-stable/contrib/gcc/config/arm/
Darm.h2141 #define REVERSIBLE_CC_MODE(MODE) 1 macro
/freebsd-12-stable/contrib/gcc/doc/
Dtm.texi5485 @defmac REVERSIBLE_CC_MODE (@var{mode})
5489 then @code{REVERSIBLE_CC_MODE (@var{mode})} must be zero.
5497 #define REVERSIBLE_CC_MODE(MODE) ((MODE) != CCFPEmode)
5504 @code{REVERSIBLE_CC_MODE (@var{mode})} is nonzero. Define this macro in case