Home
last modified time | relevance | path

Searched refs:warg1 (Results 1 – 25 of 37) sorted by relevance

12

/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dgimple-fold.c2960 widest2_int warg1 = widest2_int_cst (arg1); in arith_overflowed_p() local
2964 case PLUS_EXPR: wres = wi::add (warg0, warg1); break; in arith_overflowed_p()
2965 case MINUS_EXPR: wres = wi::sub (warg0, warg1); break; in arith_overflowed_p()
2966 case MULT_EXPR: wres = wi::mul (warg0, warg1); break; in arith_overflowed_p()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dgimple-fold.c2960 widest2_int warg1 = widest2_int_cst (arg1); in arith_overflowed_p() local
2964 case PLUS_EXPR: wres = wi::add (warg0, warg1); break; in arith_overflowed_p()
2965 case MINUS_EXPR: wres = wi::sub (warg0, warg1); break; in arith_overflowed_p()
2966 case MULT_EXPR: wres = wi::mul (warg0, warg1); break; in arith_overflowed_p()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgimple-fold.c3997 widest2_int warg1 = widest2_int_cst (arg1); in arith_overflowed_p() local
4001 case PLUS_EXPR: wres = wi::add (warg0, warg1); break; in arith_overflowed_p()
4002 case MINUS_EXPR: wres = wi::sub (warg0, warg1); break; in arith_overflowed_p()
4003 case MULT_EXPR: wres = wi::mul (warg0, warg1); break; in arith_overflowed_p()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dgimple-fold.c3997 widest2_int warg1 = widest2_int_cst (arg1); in arith_overflowed_p() local
4001 case PLUS_EXPR: wres = wi::add (warg0, warg1); break; in arith_overflowed_p()
4002 case MINUS_EXPR: wres = wi::sub (warg0, warg1); break; in arith_overflowed_p()
4003 case MULT_EXPR: wres = wi::mul (warg0, warg1); break; in arith_overflowed_p()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dgimple-fold.c3998 widest2_int warg1 = widest2_int_cst (arg1); in arith_overflowed_p() local
4002 case PLUS_EXPR: wres = wi::add (warg0, warg1); break; in arith_overflowed_p()
4003 case MINUS_EXPR: wres = wi::sub (warg0, warg1); break; in arith_overflowed_p()
4004 case MULT_EXPR: wres = wi::mul (warg0, warg1); break; in arith_overflowed_p()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dgimple-fold.c3997 widest2_int warg1 = widest2_int_cst (arg1); in arith_overflowed_p() local
4001 case PLUS_EXPR: wres = wi::add (warg0, warg1); break; in arith_overflowed_p()
4002 case MINUS_EXPR: wres = wi::sub (warg0, warg1); break; in arith_overflowed_p()
4003 case MULT_EXPR: wres = wi::mul (warg0, warg1); break; in arith_overflowed_p()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgimple-fold.c3997 widest2_int warg1 = widest2_int_cst (arg1); in arith_overflowed_p() local
4001 case PLUS_EXPR: wres = wi::add (warg0, warg1); break; in arith_overflowed_p()
4002 case MINUS_EXPR: wres = wi::sub (warg0, warg1); break; in arith_overflowed_p()
4003 case MULT_EXPR: wres = wi::mul (warg0, warg1); break; in arith_overflowed_p()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dgimple-fold.c3997 widest2_int warg1 = widest2_int_cst (arg1); in arith_overflowed_p() local
4001 case PLUS_EXPR: wres = wi::add (warg0, warg1); break; in arith_overflowed_p()
4002 case MINUS_EXPR: wres = wi::sub (warg0, warg1); break; in arith_overflowed_p()
4003 case MULT_EXPR: wres = wi::mul (warg0, warg1); break; in arith_overflowed_p()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dfold-const.c1183 wide_int warg1 = wi::to_wide (arg1), res; in int_const_binop() local
1185 if (!wide_int_binop (res, code, warg1, warg2, sign, &overflow)) in int_const_binop()
10271 wi::tree_to_wide_ref warg1 = wi::to_wide (arg1); in fold_binary_loc() local
10273 = mask_with_tz (type, warg1, wi::to_wide (TREE_OPERAND (arg0, 1))); in fold_binary_loc()
10278 else if (masked != warg1) in fold_binary_loc()
10282 int pop = wi::popcount (warg1); in fold_binary_loc()
10285 && wi::mask (pop, false, warg1.get_precision ()) == warg1)) in fold_binary_loc()
H A Dgimple-fold.c4196 widest2_int warg1 = widest2_int_cst (arg1); in arith_overflowed_p() local
4200 case PLUS_EXPR: wres = wi::add (warg0, warg1); break; in arith_overflowed_p()
4201 case MINUS_EXPR: wres = wi::sub (warg0, warg1); break; in arith_overflowed_p()
4202 case MULT_EXPR: wres = wi::mul (warg0, warg1); break; in arith_overflowed_p()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dfold-const.c1183 wide_int warg1 = wi::to_wide (arg1), res; in int_const_binop() local
1185 if (!wide_int_binop (res, code, warg1, warg2, sign, &overflow)) in int_const_binop()
10307 wi::tree_to_wide_ref warg1 = wi::to_wide (arg1); in fold_binary_loc() local
10309 = mask_with_tz (type, warg1, wi::to_wide (TREE_OPERAND (arg0, 1))); in fold_binary_loc()
10314 else if (masked != warg1) in fold_binary_loc()
10318 int pop = wi::popcount (warg1); in fold_binary_loc()
10321 && wi::mask (pop, false, warg1.get_precision ()) == warg1)) in fold_binary_loc()
H A Dgimple-fold.c4202 widest2_int warg1 = widest2_int_cst (arg1); in arith_overflowed_p() local
4206 case PLUS_EXPR: wres = wi::add (warg0, warg1); break; in arith_overflowed_p()
4207 case MINUS_EXPR: wres = wi::sub (warg0, warg1); break; in arith_overflowed_p()
4208 case MULT_EXPR: wres = wi::mul (warg0, warg1); break; in arith_overflowed_p()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dfold-const.c1183 wide_int warg1 = wi::to_wide (arg1), res; in int_const_binop() local
1185 if (!wide_int_binop (res, code, warg1, warg2, sign, &overflow)) in int_const_binop()
10307 wi::tree_to_wide_ref warg1 = wi::to_wide (arg1); in fold_binary_loc() local
10309 = mask_with_tz (type, warg1, wi::to_wide (TREE_OPERAND (arg0, 1))); in fold_binary_loc()
10314 else if (masked != warg1) in fold_binary_loc()
10318 int pop = wi::popcount (warg1); in fold_binary_loc()
10321 && wi::mask (pop, false, warg1.get_precision ()) == warg1)) in fold_binary_loc()
H A Dgimple-fold.c4202 widest2_int warg1 = widest2_int_cst (arg1); in arith_overflowed_p() local
4206 case PLUS_EXPR: wres = wi::add (warg0, warg1); break; in arith_overflowed_p()
4207 case MINUS_EXPR: wres = wi::sub (warg0, warg1); break; in arith_overflowed_p()
4208 case MULT_EXPR: wres = wi::mul (warg0, warg1); break; in arith_overflowed_p()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dgimple-fold.c4277 widest2_int warg1 = widest2_int_cst (arg1); in arith_overflowed_p() local
4281 case PLUS_EXPR: wres = wi::add (warg0, warg1); break; in arith_overflowed_p()
4282 case MINUS_EXPR: wres = wi::sub (warg0, warg1); break; in arith_overflowed_p()
4283 case MULT_EXPR: wres = wi::mul (warg0, warg1); break; in arith_overflowed_p()
H A Dfold-const.c1184 wide_int warg1 = wi::to_wide (arg1), res; in int_const_binop() local
1186 if (!wide_int_binop (res, code, warg1, warg2, sign, &overflow)) in int_const_binop()
11072 wi::tree_to_wide_ref warg1 = wi::to_wide (arg1); in fold_binary_loc() local
11074 = mask_with_tz (type, warg1, wi::to_wide (TREE_OPERAND (arg0, 1))); in fold_binary_loc()
11079 else if (masked != warg1) in fold_binary_loc()
11083 int pop = wi::popcount (warg1); in fold_binary_loc()
11086 && wi::mask (pop, false, warg1.get_precision ()) == warg1)) in fold_binary_loc()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dgimple-fold.c4278 widest2_int warg1 = widest2_int_cst (arg1); in arith_overflowed_p() local
4282 case PLUS_EXPR: wres = wi::add (warg0, warg1); break; in arith_overflowed_p()
4283 case MINUS_EXPR: wres = wi::sub (warg0, warg1); break; in arith_overflowed_p()
4284 case MULT_EXPR: wres = wi::mul (warg0, warg1); break; in arith_overflowed_p()
H A Dfold-const.c1184 wide_int warg1 = wi::to_wide (arg1), res; in int_const_binop() local
1186 if (!wide_int_binop (res, code, warg1, warg2, sign, &overflow)) in int_const_binop()
11109 wi::tree_to_wide_ref warg1 = wi::to_wide (arg1); in fold_binary_loc() local
11111 = mask_with_tz (type, warg1, wi::to_wide (TREE_OPERAND (arg0, 1))); in fold_binary_loc()
11116 else if (masked != warg1) in fold_binary_loc()
11120 int pop = wi::popcount (warg1); in fold_binary_loc()
11123 && wi::mask (pop, false, warg1.get_precision ()) == warg1)) in fold_binary_loc()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dgimple-fold.c4277 widest2_int warg1 = widest2_int_cst (arg1); in arith_overflowed_p() local
4281 case PLUS_EXPR: wres = wi::add (warg0, warg1); break; in arith_overflowed_p()
4282 case MINUS_EXPR: wres = wi::sub (warg0, warg1); break; in arith_overflowed_p()
4283 case MULT_EXPR: wres = wi::mul (warg0, warg1); break; in arith_overflowed_p()
H A Dfold-const.c1184 wide_int warg1 = wi::to_wide (arg1), res; in int_const_binop() local
1186 if (!wide_int_binop (res, code, warg1, warg2, sign, &overflow)) in int_const_binop()
11109 wi::tree_to_wide_ref warg1 = wi::to_wide (arg1); in fold_binary_loc() local
11111 = mask_with_tz (type, warg1, wi::to_wide (TREE_OPERAND (arg0, 1))); in fold_binary_loc()
11116 else if (masked != warg1) in fold_binary_loc()
11120 int pop = wi::popcount (warg1); in fold_binary_loc()
11123 && wi::mask (pop, false, warg1.get_precision ()) == warg1)) in fold_binary_loc()
/dports/shells/zsh/zsh-5.8.1/Test/
H A DY03arguments.ztst21 comptest $'tst \t\C-wa\t\C-war\t\C-warg\t\C-warg1\t\C-wr\t\C-wx\t \ty \t'
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dfold-const.c1180 wide_int warg1 = wi::to_wide (arg1), res; in int_const_binop() local
1182 if (!wide_int_binop (res, code, warg1, warg2, sign, &overflow)) in int_const_binop()
11713 wi::tree_to_wide_ref warg1 = wi::to_wide (arg1); in fold_binary_loc() local
11715 = mask_with_tz (type, warg1, wi::to_wide (TREE_OPERAND (arg0, 1))); in fold_binary_loc()
11720 else if (masked != warg1) in fold_binary_loc()
11724 int pop = wi::popcount (warg1); in fold_binary_loc()
11727 && wi::mask (pop, false, warg1.get_precision ()) == warg1)) in fold_binary_loc()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dfold-const.c1178 wide_int warg1 = wi::to_wide (arg1), res; in int_const_binop() local
1180 if (!wide_int_binop (res, code, warg1, warg2, sign, &overflow)) in int_const_binop()
11671 wi::tree_to_wide_ref warg1 = wi::to_wide (arg1); in fold_binary_loc() local
11673 = mask_with_tz (type, warg1, wi::to_wide (TREE_OPERAND (arg0, 1))); in fold_binary_loc()
11678 else if (masked != warg1) in fold_binary_loc()
11682 int pop = wi::popcount (warg1); in fold_binary_loc()
11685 && wi::mask (pop, false, warg1.get_precision ()) == warg1)) in fold_binary_loc()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dfold-const.c1178 wide_int warg1 = wi::to_wide (arg1), res; in int_const_binop() local
1180 if (!wide_int_binop (res, code, warg1, warg2, sign, &overflow)) in int_const_binop()
11670 wi::tree_to_wide_ref warg1 = wi::to_wide (arg1); in fold_binary_loc() local
11672 = mask_with_tz (type, warg1, wi::to_wide (TREE_OPERAND (arg0, 1))); in fold_binary_loc()
11677 else if (masked != warg1) in fold_binary_loc()
11681 int pop = wi::popcount (warg1); in fold_binary_loc()
11684 && wi::mask (pop, false, warg1.get_precision ()) == warg1)) in fold_binary_loc()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dfold-const.c1178 wide_int warg1 = wi::to_wide (arg1), res; in int_const_binop() local
1180 if (!wide_int_binop (res, code, warg1, warg2, sign, &overflow)) in int_const_binop()
11670 wi::tree_to_wide_ref warg1 = wi::to_wide (arg1); in fold_binary_loc() local
11672 = mask_with_tz (type, warg1, wi::to_wide (TREE_OPERAND (arg0, 1))); in fold_binary_loc()
11677 else if (masked != warg1) in fold_binary_loc()
11681 int pop = wi::popcount (warg1); in fold_binary_loc()
11684 && wi::mask (pop, false, warg1.get_precision ()) == warg1)) in fold_binary_loc()

12