| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/libbid/ |
| H A D | bid_binarydecimal.c | 145599 UINT128 cint; local 145601 cint.w[1] = c.w[1], cint.w[0] = c.w[0]; 145603 srl128 (cint.w[1], cint.w[0], -e); 145604 if ((cint.w[1] == 0) && (cint.w[0] < 10000000ull)) 145605 return_bid32 (s, 101, cint.w[0]); 145608 srl128 (cint.w[1], cint.w[0], t); 145609 if (le128 (cint.w[1], cint.w[0], pow5.w[1], pow5.w[0])) { 145611 cc.w[1] = cint.w[1]; 145612 cc.w[0] = cint.w[0]; 145753 UINT128 cint; local [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/libbid/ |
| H A D | bid_binarydecimal.c | 145599 UINT128 cint; local 145601 cint.w[1] = c.w[1], cint.w[0] = c.w[0]; 145603 srl128 (cint.w[1], cint.w[0], -e); 145604 if ((cint.w[1] == 0) && (cint.w[0] < 10000000ull)) 145605 return_bid32 (s, 101, cint.w[0]); 145608 srl128 (cint.w[1], cint.w[0], t); 145609 if (le128 (cint.w[1], cint.w[0], pow5.w[1], pow5.w[0])) { 145611 cc.w[1] = cint.w[1]; 145612 cc.w[0] = cint.w[0]; 145753 UINT128 cint; local [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-ssa-math-opts.c | 1763 REAL_VALUE_TYPE cint; in expand_pow_as_sqrts() local 1764 real_from_integer (&cint, VOIDmode, n, SIGNED); in expand_pow_as_sqrts() 1766 if (!real_identical (&whole_part, &cint)) in expand_pow_as_sqrts() 1877 REAL_VALUE_TYPE c, cint, dconst1_3, dconst1_4, dconst1_6; in gimple_expand_builtin_pow() local 1905 real_from_integer (&cint, VOIDmode, n, SIGNED); in gimple_expand_builtin_pow() 1906 c_is_int = real_identical (&c, &cint); in gimple_expand_builtin_pow() 1987 real_from_integer (&cint, VOIDmode, n, SIGNED); in gimple_expand_builtin_pow() 1988 c2_is_int = real_identical (&c2, &cint); in gimple_expand_builtin_pow() 2003 real_from_integer (&cint, VOIDmode, n, SIGNED); in gimple_expand_builtin_pow() 2004 real_arithmetic (&c2, RDIV_EXPR, &cint, &dconst3); in gimple_expand_builtin_pow()
|
| H A D | real.c | 5258 REAL_VALUE_TYPE cint; in real_isinteger() local 5260 real_trunc (&cint, fmt, c); in real_isinteger() 5261 return real_identical (c, &cint); in real_isinteger() 5270 REAL_VALUE_TYPE cint; in real_isinteger() local 5273 real_from_integer (&cint, VOIDmode, n, SIGNED); in real_isinteger() 5274 if (real_identical (c, &cint)) in real_isinteger()
|
| H A D | tree-ssa-reassoc.c | 1147 REAL_VALUE_TYPE c, cint; in decrement_power() local 1157 real_from_integer (&cint, VOIDmode, power, SIGNED); in decrement_power() 1158 gimple_call_set_arg (stmt, 1, build_real (TREE_TYPE (arg1), cint)); in decrement_power() 5402 REAL_VALUE_TYPE c, cint; in acceptable_pow_call() local 5422 real_from_integer (&cint, VOIDmode, *exponent, SIGNED); in acceptable_pow_call() 5423 if (!real_identical (&c, &cint)) in acceptable_pow_call()
|
| H A D | expmed.c | 128 rtx cint[MAX_BITS_PER_WORD]; member 208 XEXP (all->shift, 1) = all->cint[m]; in init_expmed_one_mode() 258 all.cint[m] = GEN_INT (m); in init_expmed()
|
| H A D | fold-const.c | 14032 REAL_VALUE_TYPE cint; in tree_call_nonnegative_warnv_p() local 14033 real_from_integer (&cint, VOIDmode, n, SIGNED); in tree_call_nonnegative_warnv_p() 14034 if (real_identical (&c, &cint)) in tree_call_nonnegative_warnv_p()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-ssa-math-opts.cc | 1897 REAL_VALUE_TYPE cint; in expand_pow_as_sqrts() local 1898 real_from_integer (&cint, VOIDmode, n, SIGNED); in expand_pow_as_sqrts() 1900 if (!real_identical (&whole_part, &cint)) in expand_pow_as_sqrts() 2011 REAL_VALUE_TYPE c, cint, dconst1_3, dconst1_4, dconst1_6; in gimple_expand_builtin_pow() local 2039 real_from_integer (&cint, VOIDmode, n, SIGNED); in gimple_expand_builtin_pow() 2040 c_is_int = real_identical (&c, &cint); in gimple_expand_builtin_pow() 2121 real_from_integer (&cint, VOIDmode, n, SIGNED); in gimple_expand_builtin_pow() 2122 c2_is_int = real_identical (&c2, &cint); in gimple_expand_builtin_pow() 2137 real_from_integer (&cint, VOIDmode, n, SIGNED); in gimple_expand_builtin_pow() 2138 real_arithmetic (&c2, RDIV_EXPR, &cint, &dconst3); in gimple_expand_builtin_pow()
|
| H A D | real.cc | 5260 REAL_VALUE_TYPE cint; in real_isinteger() local 5262 real_trunc (&cint, fmt, c); in real_isinteger() 5263 return real_identical (c, &cint); in real_isinteger() 5272 REAL_VALUE_TYPE cint; in real_isinteger() local 5275 real_from_integer (&cint, VOIDmode, n, SIGNED); in real_isinteger() 5276 if (real_identical (c, &cint)) in real_isinteger()
|
| H A D | tree-ssa-reassoc.cc | 1214 REAL_VALUE_TYPE c, cint; in decrement_power() local 1224 real_from_integer (&cint, VOIDmode, power, SIGNED); in decrement_power() 1225 gimple_call_set_arg (stmt, 1, build_real (TREE_TYPE (arg1), cint)); in decrement_power() 5800 REAL_VALUE_TYPE c, cint; in acceptable_pow_call() local 5820 real_from_integer (&cint, VOIDmode, *exponent, SIGNED); in acceptable_pow_call() 5821 if (!real_identical (&c, &cint)) in acceptable_pow_call()
|
| H A D | expmed.cc | 128 rtx cint[MAX_BITS_PER_WORD]; member 210 XEXP (all->shift, 1) = all->cint[m]; in init_expmed_one_mode() 261 all.cint[m] = GEN_INT (m); in init_expmed()
|
| H A D | fold-const.cc | 14987 REAL_VALUE_TYPE cint; in tree_call_nonnegative_warnv_p() local 14988 real_from_integer (&cint, VOIDmode, n, SIGNED); in tree_call_nonnegative_warnv_p() 14989 if (real_identical (&c, &cint)) in tree_call_nonnegative_warnv_p()
|
| H A D | ChangeLog-2014 | 32380 pow2 and cint from struct rtx_def to rtx.
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
| H A D | checkedint.d | 3458 alias cint = Checked!(int, void); 3459 cint a = 1, b = 2; 3461 assert(a == cint(3)); 3463 alias ccint = Checked!(cint, Saturate); 3466 assert(a == cint(17));
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | trans-intrinsic.c | 4239 tree cint = gfc_get_int_type (gfc_c_int_kind); in gfc_conv_intrinsic_funcall() local 4263 append_args->quick_push (build_int_cst (cint, 1)); in gfc_conv_intrinsic_funcall() 4264 append_args->quick_push (build_int_cst (cint, in gfc_conv_intrinsic_funcall() 4272 append_args->quick_push (build_int_cst (cint, 0)); in gfc_conv_intrinsic_funcall() 4273 append_args->quick_push (build_int_cst (cint, 0)); in gfc_conv_intrinsic_funcall()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | trans-intrinsic.cc | 4384 tree cint = gfc_get_int_type (gfc_c_int_kind); in gfc_conv_intrinsic_funcall() local 4408 append_args->quick_push (build_int_cst (cint, 1)); in gfc_conv_intrinsic_funcall() 4409 append_args->quick_push (build_int_cst (cint, in gfc_conv_intrinsic_funcall() 4417 append_args->quick_push (build_int_cst (cint, 0)); in gfc_conv_intrinsic_funcall() 4418 append_args->quick_push (build_int_cst (cint, 0)); in gfc_conv_intrinsic_funcall()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| H A D | predicates.md | 897 ;; Return 1 if the operand is either a logical operand or a short cint operand.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A D | predicates.md | 1059 ;; Return 1 if the operand is either a logical operand or a short cint operand.
|