| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | fixed-value.cc | 182 bool unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (mode); in fixed_saturate1() local 185 if (unsigned_p) /* Unsigned type. */ in fixed_saturate1() 240 bool unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (mode); in fixed_saturate2() local 243 if (unsigned_p) /* Unsigned type. */ in fixed_saturate2() 317 bool unsigned_p; in do_fixed_add() local 328 unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (a->mode); in do_fixed_add() 332 if (unsigned_p) /* Unsigned type. */ in do_fixed_add() 390 f->data = f->data.ext ((!unsigned_p) + i_f_bits, unsigned_p); in do_fixed_add() 403 bool unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (a->mode); in do_fixed_multiply() local 410 HOST_BITS_PER_DOUBLE_INT, !unsigned_p); in do_fixed_multiply() [all …]
|
| D | optabs.h | 51 unsigned int unsigned_p : 1; 77 bool unsigned_p, poly_int64 int_value = 0) 80 op->unsigned_p = unsigned_p; 125 machine_mode mode, bool unsigned_p) in create_convert_operand_to() argument 127 create_expand_operand (op, EXPAND_CONVERT_TO, value, mode, unsigned_p); in create_convert_operand_to() 141 machine_mode mode, bool unsigned_p) in create_convert_operand_from() argument 143 create_expand_operand (op, EXPAND_CONVERT_FROM, value, mode, unsigned_p); in create_convert_operand_from()
|
| D | double-int.cc | 108 bool unsigned_p) in add_double_with_sign() argument 121 if (unsigned_p) in add_double_with_sign() 165 bool unsigned_p) in mul_double_wide_with_sign() argument 205 if (unsigned_p) in mul_double_wide_with_sign() 819 double_int::mul_with_sign (double_int b, bool unsigned_p, bool *overflow) const in mul_with_sign() argument 825 &tem.low, &tem.high, unsigned_p); in mul_with_sign() 830 double_int::wide_mul_with_sign (double_int b, bool unsigned_p, in wide_mul_with_sign() argument 838 unsigned_p); in wide_mul_with_sign() 867 double_int::add_with_sign (double_int b, bool unsigned_p, bool *overflow) const in add_with_sign() argument 872 &ret.low, &ret.high, unsigned_p); in add_with_sign() [all …]
|
| D | double-int.h | 114 double_int mul_with_sign (double_int, bool unsigned_p, bool *overflow) const; 115 double_int wide_mul_with_sign (double_int, bool unsigned_p, 117 double_int add_with_sign (double_int, bool unsigned_p, bool *overflow) const;
|
| D | tree-ssa-loop-manip.cc | 1613 bool unsigned_p = false; in canonicalize_loop_ivs() local 1632 unsigned_p = uns; in canonicalize_loop_ivs() 1634 unsigned_p |= uns; in canonicalize_loop_ivs() 1641 type = build_nonstandard_integer_type (precision, unsigned_p); in canonicalize_loop_ivs() 1644 || TYPE_UNSIGNED (TREE_TYPE (*nit)) != unsigned_p) in canonicalize_loop_ivs()
|
| D | tree-vect-data-refs.cc | 3501 lower_bound.unsigned_p ? "unsigned" : "abs", in dump_lower_bound() 3510 vect_check_lower_bound (loop_vec_info loop_vinfo, tree expr, bool unsigned_p, in vect_check_lower_bound() argument 3518 unsigned_p &= lower_bounds[i].unsigned_p; in vect_check_lower_bound() 3520 if (lower_bounds[i].unsigned_p != unsigned_p in vect_check_lower_bound() 3523 lower_bounds[i].unsigned_p = unsigned_p; in vect_check_lower_bound() 3536 vec_lower_bound lower_bound (expr, unsigned_p, min_value); in vect_check_lower_bound() 3720 bool unsigned_p = dr_known_forward_stride_p (dr_info_a->dr); in vect_prune_runtime_alias_test_list() local 3728 if (unsigned_p) in vect_prune_runtime_alias_test_list() 3740 unsigned_p, lower_bound); in vect_prune_runtime_alias_test_list()
|
| D | tree-vectorizer.h | 383 : expr (e), unsigned_p (u), min_value (m) {} 386 bool unsigned_p;
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/lto/ |
| D | lto-lang.cc | 953 lto_type_for_mode (machine_mode mode, int unsigned_p) in lto_type_for_mode() argument 959 return unsigned_p ? unsigned_type_node : integer_type_node; in lto_type_for_mode() 962 return unsigned_p ? unsigned_char_type_node : signed_char_type_node; in lto_type_for_mode() 965 return unsigned_p ? short_unsigned_type_node : short_integer_type_node; in lto_type_for_mode() 968 return unsigned_p ? long_unsigned_type_node : long_integer_type_node; in lto_type_for_mode() 971 return unsigned_p ? long_long_unsigned_type_node : long_long_integer_type_node; in lto_type_for_mode() 976 return (unsigned_p ? int_n_trees[i].unsigned_type in lto_type_for_mode() 980 return unsigned_p ? unsigned_intQI_type_node : intQI_type_node; in lto_type_for_mode() 983 return unsigned_p ? unsigned_intHI_type_node : intHI_type_node; in lto_type_for_mode() 986 return unsigned_p ? unsigned_intSI_type_node : intSI_type_node; in lto_type_for_mode() [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | gmp-utils.c | 46 bool unsigned_p) in read() argument 52 if (!unsigned_p) in read() 68 gdb_mpz::export_bits (gdb::array_view<gdb_byte> buf, int endian, bool unsigned_p, in export_bits() argument 93 if (unsigned_p) in export_bits() 114 unsigned_p ? _("unsigned") : _("signed"), in export_bits() 210 enum bfd_endian byte_order, bool unsigned_p, in read_fixed_point() argument 214 vz.read (buf, byte_order, unsigned_p); in read_fixed_point() 224 enum bfd_endian byte_order, bool unsigned_p, in write_fixed_point() argument 232 unscaled_z.write (buf, byte_order, unsigned_p); in write_fixed_point()
|
| D | gmp-utils.h | 139 bool unsigned_p); 146 bool unsigned_p) const in write() 149 unsigned_p, true /* safe */); in write() 155 bool unsigned_p) const in truncate() 158 unsigned_p, false /* safe */); in truncate() 391 void export_bits (gdb::array_view<gdb_byte> buf, int endian, bool unsigned_p, 548 enum bfd_endian byte_order, bool unsigned_p, 558 enum bfd_endian byte_order, bool unsigned_p, 591 enum bfd_endian byte_order, bool unsigned_p, in read_fixed_point() 596 tmp_q.read_fixed_point (buf, byte_order, unsigned_p, scaling_factor); in read_fixed_point()
|
| D | d-exp.y | 658 int unsigned_p = 0; in parse_number() local 791 else if (c == 'u' && unsigned_p == 0) in parse_number() 793 unsigned_p = 1; in parse_number() 825 if (base == 10 && !unsigned_p) in parse_number() 847 if (unsigned_p || (n & high_bit)) in parse_number()
|
| D | cp-name-parser.y | 1295 int unsigned_p = 0; 1377 unsigned_p = 0; 1389 unsigned_p++; 1415 if (unsigned_p) 1422 if (unsigned_p) 1429 if (unsigned_p)
|
| D | go-exp.y | 652 int unsigned_p = 0; variable 762 unsigned_p = 1; 797 bool have_signed = !unsigned_p;
|
| D | f-exp.y | 995 int unsigned_p = 0; in parse_number() local 1061 unsigned_p = 1; in parse_number() 1125 if (unsigned_p || (n & high_bit)) in parse_number()
|
| D | p-exp.y | 809 int unsigned_p = 0; variable 906 unsigned_p = 1; 941 bool have_signed = !unsigned_p;
|
| D | objfiles.c | 1295 objfile_int_type (struct objfile *of, int size_in_bytes, bool unsigned_p) in objfile_int_type() argument 1301 int_type = (unsigned_p \ in objfile_int_type()
|
| D | gdbtypes.h | 2351 int unsigned_p, const char *name); 2358 int unsigned_p, const char *name); 2365 int unsigned_p, const char *name);
|
| D | objfiles.h | 1018 bool unsigned_p);
|
| D | gdbtypes.c | 3389 int bit, int unsigned_p, const char *name) in init_integer_type() argument 3394 if (unsigned_p) in init_integer_type() 3408 int bit, int unsigned_p, const char *name) in init_character_type() argument 3413 if (unsigned_p) in init_character_type() 3423 int bit, int unsigned_p, const char *name) in init_boolean_type() argument 3428 if (unsigned_p) in init_boolean_type() 3536 int bit, int unsigned_p, const char *name) in init_fixed_point_type() argument 3541 if (unsigned_p) in init_fixed_point_type()
|
| D | c-exp.y | 1932 int unsigned_p = 0; in parse_number() local 2071 unsigned_p = 1; in parse_number() 2112 = !unsigned_p; in parse_number() 2115 unsigned_p) in parse_number()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/mips/ |
| D | vr.igen | 41 …r_mul_op:int rd, int rs, int rt, int accumulate_p, int store_hi_p, int unsigned_p, int saturate_p,… 58 else if (unsigned_p) 76 product = (unsigned_p 85 if (!unsigned_p && (uint64_t) EXTEND32 (result) != result) 87 else if (unsigned_p && (result >> 32) != 0)
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| D | rs6000-c.cc | 1266 bool unsigned_p = TYPE_UNSIGNED (type); in resolve_vec_splats() local 1272 type = unsigned_p ? unsigned_V1TI_type_node : V1TI_type_node; in resolve_vec_splats() 1276 type = unsigned_p ? unsigned_V2DI_type_node : V2DI_type_node; in resolve_vec_splats() 1280 type = unsigned_p ? unsigned_V4SI_type_node : V4SI_type_node; in resolve_vec_splats() 1284 type = unsigned_p ? unsigned_V8HI_type_node : V8HI_type_node; in resolve_vec_splats() 1288 type = unsigned_p ? unsigned_V16QI_type_node : V16QI_type_node; in resolve_vec_splats()
|
| /netbsd/src/external/gpl3/gcc/dist/libcpp/ |
| D | charset.cc | 1927 bool unsigned_p; in narrow_str_to_charconst() local 1962 unsigned_p = 0; in narrow_str_to_charconst() 1964 unsigned_p = 1; in narrow_str_to_charconst() 1966 unsigned_p = CPP_OPTION (pfile, unsigned_char); in narrow_str_to_charconst() 1977 if (unsigned_p || !(result & (1 << (width - 1)))) in narrow_str_to_charconst() 1983 *unsignedp = unsigned_p; in narrow_str_to_charconst()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/ |
| D | i386-expand.cc | 1421 bool unsigned_p) in ix86_split_idivmod() argument 1438 gen_divmod4_1 = unsigned_p ? gen_udivmodsi4_1 : gen_divmodsi4_1; in ix86_split_idivmod() 1441 = unsigned_p ? gen_udivmodsi4_zext_2 : gen_divmodsi4_zext_2; in ix86_split_idivmod() 1445 = unsigned_p ? gen_udivmodsi4_zext_1 : gen_divmodsi4_zext_1; in ix86_split_idivmod() 1449 gen_divmod4_1 = unsigned_p ? gen_udivmoddi4_1 : gen_divmoddi4_1; in ix86_split_idivmod() 1493 if (unsigned_p) in ix86_split_idivmod() 5374 ix86_expand_sse_unpack (rtx dest, rtx src, bool unsigned_p, bool high_p) in ix86_expand_sse_unpack() argument 5388 if (unsigned_p) in ix86_expand_sse_unpack() 5397 if (unsigned_p) in ix86_expand_sse_unpack() 5406 if (unsigned_p) in ix86_expand_sse_unpack() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/mcore/ |
| D | mcore.cc | 2776 int unsigned_p; in mcore_function_value() local 2781 mode = promote_function_mode (valtype, mode, &unsigned_p, func, 1); in mcore_function_value()
|