Searched refs:negcoeff1h (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dsimplify-rtx.c1738 HOST_WIDE_INT coeff0h = 0, negcoeff1h = -1;
1768 negcoeff1h = 0;
1775 negcoeff1h = INTVAL (XEXP (rhs, 1)) <= 0 ? 0 : -1;
1784 negcoeff1h = -1;
1795 add_double (coeff0l, coeff0h, negcoeff1l, negcoeff1h, &l, &h);
1731 HOST_WIDE_INT coeff0h = 0, negcoeff1h = -1; local

Completed in 49 milliseconds