HomeSort by: relevance | last modified time | path
    Searched defs:coeff0 (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
simplify-rtx.cc 2930 wide_int coeff0 = wi::one (GET_MODE_PRECISION (int_mode));
2935 coeff0 = wi::minus_one (GET_MODE_PRECISION (int_mode));
2941 coeff0 = rtx_mode_t (XEXP (lhs, 1), int_mode);
2949 coeff0 = wi::set_bit_in_zero (INTVAL (XEXP (lhs, 1)),
2981 coeff = immed_wide_int_const (coeff0 + coeff1, int_mode);
3134 wide_int coeff0 = wi::one (GET_MODE_PRECISION (int_mode));
3139 coeff0 = wi::minus_one (GET_MODE_PRECISION (int_mode));
3145 coeff0 = rtx_mode_t (XEXP (lhs, 1), int_mode);
3153 coeff0 = wi::set_bit_in_zero (INTVAL (XEXP (lhs, 1)),
3186 coeff = immed_wide_int_const (coeff0 + negcoeff1, int_mode)
2921 wide_int coeff0 = wi::one (GET_MODE_PRECISION (int_mode)); local
3125 wide_int coeff0 = wi::one (GET_MODE_PRECISION (int_mode)); local
    [all...]
tree.h 4268 unsigned HOST_WIDE_INT coeff0 = subparts.coeffs[0]; local
4269 int index = exact_log2 (coeff0);
4289 gcc_assert (coeff1 == 0 || coeff1 == coeff0);
4303 unsigned HOST_WIDE_INT coeff0 = subparts.coeffs[0]; local
4304 if (!pow2p_hwi (coeff0))
4309 if (coeff1 != 0 && coeff1 != coeff0)
  /src/external/gpl3/gcc.old/dist/gcc/
simplify-rtx.cc 2753 wide_int coeff0 = wi::one (GET_MODE_PRECISION (int_mode));
2758 coeff0 = wi::minus_one (GET_MODE_PRECISION (int_mode));
2764 coeff0 = rtx_mode_t (XEXP (lhs, 1), int_mode);
2772 coeff0 = wi::set_bit_in_zero (INTVAL (XEXP (lhs, 1)),
2804 coeff = immed_wide_int_const (coeff0 + coeff1, int_mode);
2972 wide_int coeff0 = wi::one (GET_MODE_PRECISION (int_mode));
2977 coeff0 = wi::minus_one (GET_MODE_PRECISION (int_mode));
2983 coeff0 = rtx_mode_t (XEXP (lhs, 1), int_mode);
2991 coeff0 = wi::set_bit_in_zero (INTVAL (XEXP (lhs, 1)),
3024 coeff = immed_wide_int_const (coeff0 + negcoeff1, int_mode)
2744 wide_int coeff0 = wi::one (GET_MODE_PRECISION (int_mode)); local
2963 wide_int coeff0 = wi::one (GET_MODE_PRECISION (int_mode)); local
    [all...]
tree.h 4037 unsigned HOST_WIDE_INT coeff0 = subparts.coeffs[0]; local
4038 int index = exact_log2 (coeff0);
4058 gcc_assert (coeff1 == 0 || coeff1 == coeff0);
4072 unsigned HOST_WIDE_INT coeff0 = subparts.coeffs[0]; local
4073 if (!pow2p_hwi (coeff0))
4078 if (coeff1 != 0 && coeff1 != coeff0)

Completed in 80 milliseconds