Searched refs:REVERSIBLE_CC_MODE (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Ddefaults.h869 #ifndef REVERSIBLE_CC_MODE
870 #define REVERSIBLE_CC_MODE(MODE) 0 macro
H A Djump.c371 description should define REVERSIBLE_CC_MODE and REVERSE_CONDITION macros
391 && REVERSIBLE_CC_MODE (mode))
434 will be never used, since REVERSIBLE_CC_MODE will return true
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.h2136 #define REVERSIBLE_CC_MODE(MODE) ((MODE) != CCFPEmode && (MODE) != CCFPmode)
2116 #define REVERSIBLE_CC_MODE macro
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.h2154 #define REVERSIBLE_CC_MODE(MODE) 1
2141 #define REVERSIBLE_CC_MODE macro
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.h1950 #define REVERSIBLE_CC_MODE(MODE) 1
1939 #define REVERSIBLE_CC_MODE macro
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.h1893 #define REVERSIBLE_CC_MODE(MODE) 1
1879 #define REVERSIBLE_CC_MODE macro

Completed in 87 milliseconds