Searched refs:CC_Z_IN_N (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dconditions.h98 #define CC_Z_IN_N 040 macro
H A Dfinal.c2753 if (cc_status.flags & (CC_Z_IN_NOT_N | CC_Z_IN_N))
2760 PUT_CODE (cond, cc_status.flags & CC_Z_IN_N ? GE : LT);
2765 PUT_CODE (cond, cc_status.flags & CC_Z_IN_N ? LT : GE);

Completed in 55 milliseconds