Y) ix86_cc_mode ((OP), (X), (Y)) /* Return nonzero if MODE implies a floating point inequality can be reversed. */ #define REVERSIBLE_CC_MODE(MODE) 1 /* A C expression whose value is reversed condition code of the CODE for comparison done in CC_MODE mode. */ #define REVERSE_CONDITION(CODE, MODE) ix86_reverse_condition ((CODE), (MODE))