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

/freebsd-9.3-release/contrib/gcc/
H A Dsimplify-rtx.c1739 unsigned HOST_WIDE_INT coeff0l = 1, negcoeff1l = -1;
1767 negcoeff1l = 1;
1774 negcoeff1l = -INTVAL (XEXP (rhs, 1));
1783 negcoeff1l = -(((HOST_WIDE_INT) 1) << INTVAL (XEXP (rhs, 1)));
1795 add_double (coeff0l, coeff0h, negcoeff1l, negcoeff1h, &l, &h);
1732 unsigned HOST_WIDE_INT coeff0l = 1, negcoeff1l = -1; local

Completed in 52 milliseconds