Searched refs:op0ltu (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;
3809 op0lt = op0ltu = REAL_VALUES_LESS (d0, d1);
3866 op0ltu = (h0u < h1u || (h0u == h1u && l0u < l1u));
4021 return op0ltu ? const_true_rtx : const0_rtx;
4031 return equal || op0ltu ? const_true_rtx : const0_rtx;
3694 int equal, op0lt, op0ltu, op1lt, op1ltu; local

Completed in 52 milliseconds