Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gcc/config/ia64/
HDia64.c1558 QCMP_GT = 16 in ia64_expand_compare() enumerator
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()