Searched refs:QCMP_INV (Results 1 – 1 of 1) sorted by relevance
1554 QCMP_INV = 1, /* Raise FP_INVALID on SNaN as a side effect. */ in ia64_expand_compare() enumerator1575 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()