Searched refs:QCMP_GT (Results 1 – 1 of 1) sorted by relevance
1825 QCMP_GT = 16 in ia64_expand_compare() enumerator1845 case GT: magic = QCMP_GT |QCMP_INV; ncode = NE; break; in ia64_expand_compare()1846 case GE: magic = QCMP_GT|QCMP_EQ|QCMP_INV; ncode = NE; break; in ia64_expand_compare()1851 case UNGT: magic = QCMP_GT |QCMP_UNORD; ncode = NE; break; in ia64_expand_compare()1852 case UNGE: magic = QCMP_GT|QCMP_EQ|QCMP_UNORD; ncode = NE; break; in ia64_expand_compare()