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

/freebsd-9.3-release/contrib/gcc/
H A Dsimplify-rtx.c3702 int equal, op0lt, op0ltu, op1lt, op1ltu;
3771 equal = 1, op0lt = 0, op0ltu = 0, op1lt = 0, op1ltu = 0;
3810 op1lt = op1ltu = REAL_VALUES_LESS (d1, d0);
3867 op1ltu = (h1u < h0u || (h1u == h0u && l1u < l0u));
4023 return op1ltu ? const_true_rtx : const0_rtx;
4033 return equal || op1ltu ? const_true_rtx : const0_rtx;
3694 int equal, op0lt, op0ltu, op1lt, op1ltu; local

Completed in 85 milliseconds