Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDsimplify-rtx.c3816 HOST_WIDE_INT l0s, h0s, l1s, h1s; in simplify_const_relational_operation() local
3822 l0u = l0s = CONST_DOUBLE_LOW (trueop0); in simplify_const_relational_operation()
3827 l0u = l0s = INTVAL (trueop0); in simplify_const_relational_operation()
3828 h0u = h0s = HWI_SIGN_EXTEND (l0s); in simplify_const_relational_operation()
3849 if (l0s & ((HOST_WIDE_INT) 1 << (width - 1))) in simplify_const_relational_operation()
3850 l0s |= ((HOST_WIDE_INT) (-1) << width); in simplify_const_relational_operation()
3856 h0u = h1u = 0, h0s = HWI_SIGN_EXTEND (l0s), h1s = HWI_SIGN_EXTEND (l1s); in simplify_const_relational_operation()