Home
last modified time | relevance | path

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

/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dsimplify-rtx.c2388 double_int coeff0, negcoeff1; in simplify_binary_operation_1() local
2392 negcoeff1 = double_int_minus_one; in simplify_binary_operation_1()
2416 negcoeff1 = double_int_one; in simplify_binary_operation_1()
2422 negcoeff1 = double_int::from_shwi (-INTVAL (XEXP (rhs, 1))); in simplify_binary_operation_1()
2430 negcoeff1 = double_int_zero.set_bit (INTVAL (XEXP (rhs, 1))); in simplify_binary_operation_1()
2431 negcoeff1 = -negcoeff1; in simplify_binary_operation_1()
2442 val = coeff0 + negcoeff1; in simplify_binary_operation_1()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dsimplify-rtx.c2383 double_int coeff0, negcoeff1; in simplify_binary_operation_1() local
2387 negcoeff1 = double_int_minus_one; in simplify_binary_operation_1()
2411 negcoeff1 = double_int_one; in simplify_binary_operation_1()
2417 negcoeff1 = double_int::from_shwi (-INTVAL (XEXP (rhs, 1))); in simplify_binary_operation_1()
2425 negcoeff1 = double_int_zero.set_bit (INTVAL (XEXP (rhs, 1))); in simplify_binary_operation_1()
2426 negcoeff1 = -negcoeff1; in simplify_binary_operation_1()
2437 val = coeff0 + negcoeff1; in simplify_binary_operation_1()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dsimplify-rtx.c2443 double_int coeff0, negcoeff1; in simplify_binary_operation_1() local
2447 negcoeff1 = double_int_minus_one; in simplify_binary_operation_1()
2471 negcoeff1 = double_int_one; in simplify_binary_operation_1()
2477 negcoeff1 = double_int::from_shwi (-INTVAL (XEXP (rhs, 1))); in simplify_binary_operation_1()
2485 negcoeff1 = double_int_zero.set_bit (INTVAL (XEXP (rhs, 1))); in simplify_binary_operation_1()
2486 negcoeff1 = -negcoeff1; in simplify_binary_operation_1()
2497 val = coeff0 + negcoeff1; in simplify_binary_operation_1()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dsimplify-rtx.c2326 wide_int negcoeff1 = wi::minus_one (GET_MODE_PRECISION (mode)); in simplify_binary_operation_1() local
2351 negcoeff1 = wi::one (GET_MODE_PRECISION (mode)); in simplify_binary_operation_1()
2357 negcoeff1 = wi::neg (std::make_pair (XEXP (rhs, 1), mode)); in simplify_binary_operation_1()
2365 negcoeff1 = wi::set_bit_in_zero (INTVAL (XEXP (rhs, 1)), in simplify_binary_operation_1()
2367 negcoeff1 = -negcoeff1; in simplify_binary_operation_1()
2377 coeff = immed_wide_int_const (coeff0 + negcoeff1, mode); in simplify_binary_operation_1()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dsimplify-rtx.c2326 wide_int negcoeff1 = wi::minus_one (GET_MODE_PRECISION (mode)); in simplify_binary_operation_1() local
2351 negcoeff1 = wi::one (GET_MODE_PRECISION (mode)); in simplify_binary_operation_1()
2357 negcoeff1 = wi::neg (std::make_pair (XEXP (rhs, 1), mode)); in simplify_binary_operation_1()
2365 negcoeff1 = wi::set_bit_in_zero (INTVAL (XEXP (rhs, 1)), in simplify_binary_operation_1()
2367 negcoeff1 = -negcoeff1; in simplify_binary_operation_1()
2377 coeff = immed_wide_int_const (coeff0 + negcoeff1, mode); in simplify_binary_operation_1()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dsimplify-rtx.c2479 wide_int negcoeff1 = wi::minus_one (GET_MODE_PRECISION (int_mode)); in simplify_binary_operation_1() local
2504 negcoeff1 = wi::one (GET_MODE_PRECISION (int_mode)); in simplify_binary_operation_1()
2510 negcoeff1 = wi::neg (rtx_mode_t (XEXP (rhs, 1), int_mode)); in simplify_binary_operation_1()
2518 negcoeff1 = wi::set_bit_in_zero (INTVAL (XEXP (rhs, 1)), in simplify_binary_operation_1()
2520 negcoeff1 = -negcoeff1; in simplify_binary_operation_1()
2530 coeff = immed_wide_int_const (coeff0 + negcoeff1, int_mode); in simplify_binary_operation_1()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dsimplify-rtx.c2479 wide_int negcoeff1 = wi::minus_one (GET_MODE_PRECISION (int_mode)); in simplify_binary_operation_1() local
2504 negcoeff1 = wi::one (GET_MODE_PRECISION (int_mode)); in simplify_binary_operation_1()
2510 negcoeff1 = wi::neg (rtx_mode_t (XEXP (rhs, 1), int_mode)); in simplify_binary_operation_1()
2518 negcoeff1 = wi::set_bit_in_zero (INTVAL (XEXP (rhs, 1)), in simplify_binary_operation_1()
2520 negcoeff1 = -negcoeff1; in simplify_binary_operation_1()
2530 coeff = immed_wide_int_const (coeff0 + negcoeff1, int_mode); in simplify_binary_operation_1()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dsimplify-rtx.c2479 wide_int negcoeff1 = wi::minus_one (GET_MODE_PRECISION (int_mode)); in simplify_binary_operation_1() local
2504 negcoeff1 = wi::one (GET_MODE_PRECISION (int_mode)); in simplify_binary_operation_1()
2510 negcoeff1 = wi::neg (rtx_mode_t (XEXP (rhs, 1), int_mode)); in simplify_binary_operation_1()
2518 negcoeff1 = wi::set_bit_in_zero (INTVAL (XEXP (rhs, 1)), in simplify_binary_operation_1()
2520 negcoeff1 = -negcoeff1; in simplify_binary_operation_1()
2530 coeff = immed_wide_int_const (coeff0 + negcoeff1, int_mode); in simplify_binary_operation_1()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dsimplify-rtx.c2479 wide_int negcoeff1 = wi::minus_one (GET_MODE_PRECISION (int_mode)); in simplify_binary_operation_1() local
2504 negcoeff1 = wi::one (GET_MODE_PRECISION (int_mode)); in simplify_binary_operation_1()
2510 negcoeff1 = wi::neg (rtx_mode_t (XEXP (rhs, 1), int_mode)); in simplify_binary_operation_1()
2518 negcoeff1 = wi::set_bit_in_zero (INTVAL (XEXP (rhs, 1)), in simplify_binary_operation_1()
2520 negcoeff1 = -negcoeff1; in simplify_binary_operation_1()
2530 coeff = immed_wide_int_const (coeff0 + negcoeff1, int_mode); in simplify_binary_operation_1()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dsimplify-rtx.c2479 wide_int negcoeff1 = wi::minus_one (GET_MODE_PRECISION (int_mode)); in simplify_binary_operation_1() local
2504 negcoeff1 = wi::one (GET_MODE_PRECISION (int_mode)); in simplify_binary_operation_1()
2510 negcoeff1 = wi::neg (rtx_mode_t (XEXP (rhs, 1), int_mode)); in simplify_binary_operation_1()
2518 negcoeff1 = wi::set_bit_in_zero (INTVAL (XEXP (rhs, 1)), in simplify_binary_operation_1()
2520 negcoeff1 = -negcoeff1; in simplify_binary_operation_1()
2530 coeff = immed_wide_int_const (coeff0 + negcoeff1, int_mode); in simplify_binary_operation_1()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dsimplify-rtx.c2479 wide_int negcoeff1 = wi::minus_one (GET_MODE_PRECISION (int_mode)); in simplify_binary_operation_1() local
2504 negcoeff1 = wi::one (GET_MODE_PRECISION (int_mode)); in simplify_binary_operation_1()
2510 negcoeff1 = wi::neg (rtx_mode_t (XEXP (rhs, 1), int_mode)); in simplify_binary_operation_1()
2518 negcoeff1 = wi::set_bit_in_zero (INTVAL (XEXP (rhs, 1)), in simplify_binary_operation_1()
2520 negcoeff1 = -negcoeff1; in simplify_binary_operation_1()
2530 coeff = immed_wide_int_const (coeff0 + negcoeff1, int_mode); in simplify_binary_operation_1()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dsimplify-rtx.c2473 wide_int negcoeff1 = wi::minus_one (GET_MODE_PRECISION (int_mode)); in simplify_binary_operation_1() local
2498 negcoeff1 = wi::one (GET_MODE_PRECISION (int_mode)); in simplify_binary_operation_1()
2504 negcoeff1 = wi::neg (rtx_mode_t (XEXP (rhs, 1), int_mode)); in simplify_binary_operation_1()
2512 negcoeff1 = wi::set_bit_in_zero (INTVAL (XEXP (rhs, 1)), in simplify_binary_operation_1()
2514 negcoeff1 = -negcoeff1; in simplify_binary_operation_1()
2524 coeff = immed_wide_int_const (coeff0 + negcoeff1, int_mode); in simplify_binary_operation_1()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dsimplify-rtx.c2473 wide_int negcoeff1 = wi::minus_one (GET_MODE_PRECISION (int_mode)); in simplify_binary_operation_1() local
2498 negcoeff1 = wi::one (GET_MODE_PRECISION (int_mode)); in simplify_binary_operation_1()
2504 negcoeff1 = wi::neg (rtx_mode_t (XEXP (rhs, 1), int_mode)); in simplify_binary_operation_1()
2512 negcoeff1 = wi::set_bit_in_zero (INTVAL (XEXP (rhs, 1)), in simplify_binary_operation_1()
2514 negcoeff1 = -negcoeff1; in simplify_binary_operation_1()
2524 coeff = immed_wide_int_const (coeff0 + negcoeff1, int_mode); in simplify_binary_operation_1()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dsimplify-rtx.c2473 wide_int negcoeff1 = wi::minus_one (GET_MODE_PRECISION (int_mode)); in simplify_binary_operation_1() local
2498 negcoeff1 = wi::one (GET_MODE_PRECISION (int_mode)); in simplify_binary_operation_1()
2504 negcoeff1 = wi::neg (rtx_mode_t (XEXP (rhs, 1), int_mode)); in simplify_binary_operation_1()
2512 negcoeff1 = wi::set_bit_in_zero (INTVAL (XEXP (rhs, 1)), in simplify_binary_operation_1()
2514 negcoeff1 = -negcoeff1; in simplify_binary_operation_1()
2524 coeff = immed_wide_int_const (coeff0 + negcoeff1, int_mode); in simplify_binary_operation_1()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dsimplify-rtx.c2648 wide_int negcoeff1 = wi::minus_one (GET_MODE_PRECISION (int_mode)); in simplify_binary_operation_1() local
2673 negcoeff1 = wi::one (GET_MODE_PRECISION (int_mode)); in simplify_binary_operation_1()
2679 negcoeff1 = wi::neg (rtx_mode_t (XEXP (rhs, 1), int_mode)); in simplify_binary_operation_1()
2687 negcoeff1 = wi::set_bit_in_zero (INTVAL (XEXP (rhs, 1)), in simplify_binary_operation_1()
2689 negcoeff1 = -negcoeff1; in simplify_binary_operation_1()
2699 coeff = immed_wide_int_const (coeff0 + negcoeff1, int_mode); in simplify_binary_operation_1()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dsimplify-rtx.c2648 wide_int negcoeff1 = wi::minus_one (GET_MODE_PRECISION (int_mode)); in simplify_binary_operation_1() local
2673 negcoeff1 = wi::one (GET_MODE_PRECISION (int_mode)); in simplify_binary_operation_1()
2679 negcoeff1 = wi::neg (rtx_mode_t (XEXP (rhs, 1), int_mode)); in simplify_binary_operation_1()
2687 negcoeff1 = wi::set_bit_in_zero (INTVAL (XEXP (rhs, 1)), in simplify_binary_operation_1()
2689 negcoeff1 = -negcoeff1; in simplify_binary_operation_1()
2699 coeff = immed_wide_int_const (coeff0 + negcoeff1, int_mode); in simplify_binary_operation_1()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dsimplify-rtx.c2648 wide_int negcoeff1 = wi::minus_one (GET_MODE_PRECISION (int_mode)); in simplify_binary_operation_1() local
2673 negcoeff1 = wi::one (GET_MODE_PRECISION (int_mode)); in simplify_binary_operation_1()
2679 negcoeff1 = wi::neg (rtx_mode_t (XEXP (rhs, 1), int_mode)); in simplify_binary_operation_1()
2687 negcoeff1 = wi::set_bit_in_zero (INTVAL (XEXP (rhs, 1)), in simplify_binary_operation_1()
2689 negcoeff1 = -negcoeff1; in simplify_binary_operation_1()
2699 coeff = immed_wide_int_const (coeff0 + negcoeff1, int_mode); in simplify_binary_operation_1()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dsimplify-rtx.c2818 wide_int negcoeff1 = wi::minus_one (GET_MODE_PRECISION (int_mode)); in simplify_binary_operation_1() local
2843 negcoeff1 = wi::one (GET_MODE_PRECISION (int_mode)); in simplify_binary_operation_1()
2849 negcoeff1 = wi::neg (rtx_mode_t (XEXP (rhs, 1), int_mode)); in simplify_binary_operation_1()
2857 negcoeff1 = wi::set_bit_in_zero (INTVAL (XEXP (rhs, 1)), in simplify_binary_operation_1()
2859 negcoeff1 = -negcoeff1; in simplify_binary_operation_1()
2869 coeff = immed_wide_int_const (coeff0 + negcoeff1, int_mode); in simplify_binary_operation_1()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dsimplify-rtx.c2818 wide_int negcoeff1 = wi::minus_one (GET_MODE_PRECISION (int_mode)); in simplify_binary_operation_1() local
2843 negcoeff1 = wi::one (GET_MODE_PRECISION (int_mode)); in simplify_binary_operation_1()
2849 negcoeff1 = wi::neg (rtx_mode_t (XEXP (rhs, 1), int_mode)); in simplify_binary_operation_1()
2857 negcoeff1 = wi::set_bit_in_zero (INTVAL (XEXP (rhs, 1)), in simplify_binary_operation_1()
2859 negcoeff1 = -negcoeff1; in simplify_binary_operation_1()
2869 coeff = immed_wide_int_const (coeff0 + negcoeff1, int_mode); in simplify_binary_operation_1()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dsimplify-rtx.c2818 wide_int negcoeff1 = wi::minus_one (GET_MODE_PRECISION (int_mode));
2843 negcoeff1 = wi::one (GET_MODE_PRECISION (int_mode));
2849 negcoeff1 = wi::neg (rtx_mode_t (XEXP (rhs, 1), int_mode));
2857 negcoeff1 = wi::set_bit_in_zero (INTVAL (XEXP (rhs, 1)),
2859 negcoeff1 = -negcoeff1;
2869 coeff = immed_wide_int_const (coeff0 + negcoeff1, int_mode);
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dsimplify-rtx.c2964 wide_int negcoeff1 = wi::minus_one (GET_MODE_PRECISION (int_mode)); in simplify_binary_operation_1() local
2989 negcoeff1 = wi::one (GET_MODE_PRECISION (int_mode)); in simplify_binary_operation_1()
2995 negcoeff1 = wi::neg (rtx_mode_t (XEXP (rhs, 1), int_mode)); in simplify_binary_operation_1()
3003 negcoeff1 = wi::set_bit_in_zero (INTVAL (XEXP (rhs, 1)), in simplify_binary_operation_1()
3005 negcoeff1 = -negcoeff1; in simplify_binary_operation_1()
3015 coeff = immed_wide_int_const (coeff0 + negcoeff1, int_mode); in simplify_binary_operation_1()