Searched refs:CMP_EQ (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dsimplify-rtx.c4733 CMP_EQ = 1,
4743 For KNOWN_RESULT to make sense it should be either CMP_EQ, or the
4754 return (known_results & CMP_EQ) ? const_true_rtx : const0_rtx;
4757 return (known_results & CMP_EQ) ? const0_rtx : const_true_rtx;
4876 return comparison_result (code, CMP_EQ);
4914 (REAL_VALUES_EQUAL (d0, d1) ? CMP_EQ :
4930 return comparison_result (code, CMP_EQ);
4723 CMP_EQ = 1, enumerator in enum:__anon824
/haiku-buildtools/gcc/gcc/fortran/
H A Dresolve.c3854 { CMP_LT, CMP_EQ, CMP_GT, CMP_UNKNOWN } enumerator in enum:__anon157
3880 return CMP_EQ;
3903 return CMP_EQ;
3926 return CMP_EQ;
3949 if (stride == NULL || compare_bound_int (stride, 1) == CMP_EQ)
4051 if (compare_bound_int (ar->stride[i], 0) == CMP_EQ)
4062 if (compare_bound (AR_START, AR_END) == CMP_EQ
4483 && (compare_bound (ref->u.ss.end, ref->u.ss.start) == CMP_EQ
4513 && (compare_bound (ref->u.ss.end, ref->u.ss.start) == CMP_EQ
4523 && (compare_bound (ref->u.ss.end, ref->u.ss.start) == CMP_EQ
[all...]

Completed in 139 milliseconds