Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDsimplify-rtx.c1540 HOST_WIDE_INT coeff0h = 0, coeff1h = 0; in simplify_binary_operation_1() local
1547 coeff0h = -1; in simplify_binary_operation_1()
1554 coeff0h = INTVAL (XEXP (lhs, 1)) < 0 ? -1 : 0; in simplify_binary_operation_1()
1563 coeff0h = 0; in simplify_binary_operation_1()
1597 add_double (coeff0l, coeff0h, coeff1l, coeff1h, &l, &h); in simplify_binary_operation_1()
1734 HOST_WIDE_INT coeff0h = 0, negcoeff1h = -1; in simplify_binary_operation_1() local
1741 coeff0h = -1; in simplify_binary_operation_1()
1748 coeff0h = INTVAL (XEXP (lhs, 1)) < 0 ? -1 : 0; in simplify_binary_operation_1()
1757 coeff0h = 0; in simplify_binary_operation_1()
1791 add_double (coeff0l, coeff0h, negcoeff1l, negcoeff1h, &l, &h); in simplify_binary_operation_1()