Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/config/ia64/
Dia64.cc1825 QCMP_GT = 16 in ia64_expand_compare() enumerator
1845 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()