Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Dsimplify-rtx.c1540 HOST_WIDE_INT coeff0h = 0, coeff1h = 0; in simplify_binary_operation_1() local
1570 coeff1h = -1; in simplify_binary_operation_1()
1577 coeff1h = INTVAL (XEXP (rhs, 1)) < 0 ? -1 : 0; in simplify_binary_operation_1()
1586 coeff1h = 0; in simplify_binary_operation_1()
1597 add_double (coeff0l, coeff0h, coeff1l, coeff1h, &l, &h); in simplify_binary_operation_1()