Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/config/ia64/
H A Dia64.c1557 QCMP_LT = 8, 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()