Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/
Dsimplify-rtx.c3813 HOST_WIDE_INT l0s, h0s, l1s, h1s; in simplify_const_relational_operation() local
3820 h0u = h0s = CONST_DOUBLE_HIGH (trueop0); in simplify_const_relational_operation()
3825 h0u = h0s = HWI_SIGN_EXTEND (l0s); in simplify_const_relational_operation()
3853 h0u = h1u = 0, h0s = HWI_SIGN_EXTEND (l0s), h1s = HWI_SIGN_EXTEND (l1s); in simplify_const_relational_operation()
3856 op0lt = (h0s < h1s || (h0s == h1s && l0u < l1u)); in simplify_const_relational_operation()
3857 op1lt = (h1s < h0s || (h1s == h0s && l1u < l0u)); in simplify_const_relational_operation()
DChangeLog-19972602 * cse.c (simplify_relational_operation): Set h0u just like h0s.
DFSFChangeLog.112110 * cse.c (simplify_relational_operation): Set h0u just like h0s.