Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/config/ia64/
HDia64.c1554 QCMP_INV = 1, /* Raise FP_INVALID on SNaN as a side effect. */ in ia64_expand_compare() enumerator
1575 case LT: magic = QCMP_LT |QCMP_INV; ncode = NE; break; in ia64_expand_compare()
1576 case LE: magic = QCMP_LT|QCMP_EQ|QCMP_INV; ncode = NE; break; in ia64_expand_compare()
1577 case GT: magic = QCMP_GT |QCMP_INV; ncode = NE; break; in ia64_expand_compare()
1578 case GE: magic = QCMP_GT|QCMP_EQ|QCMP_INV; ncode = NE; break; in ia64_expand_compare()