Searched refs:op1lt (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);
3865 op1lt = (h1s < h0s || (h1s == h0s && l1u < l0u));
4019 return op1lt ? const_true_rtx : const0_rtx;
4029 return equal || op1lt ? const_true_rtx : const0_rtx;
3694 int equal, op0lt, op0ltu, op1lt, op1ltu; local

Completed in 109 milliseconds