| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | fixed-value.c | 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 …]
|
| H A 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()
|
| H A D | double-int.c | 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 …]
|
| H A 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;
|
| H A D | tree-ssa-loop-manip.c | 1536 bool unsigned_p = false; in canonicalize_loop_ivs() local 1555 unsigned_p = uns; in canonicalize_loop_ivs() 1557 unsigned_p |= uns; in canonicalize_loop_ivs() 1564 type = build_nonstandard_integer_type (precision, unsigned_p); in canonicalize_loop_ivs() 1567 || TYPE_UNSIGNED (TREE_TYPE (*nit)) != unsigned_p) in canonicalize_loop_ivs()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A 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 …]
|
| H A 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()
|
| H A 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 …]
|
| H A 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;
|
| H A 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()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/ |
| H A D | lto-lang.c | 952 lto_type_for_mode (machine_mode mode, int unsigned_p) in lto_type_for_mode() argument 958 return unsigned_p ? unsigned_type_node : integer_type_node; in lto_type_for_mode() 961 return unsigned_p ? unsigned_char_type_node : signed_char_type_node; in lto_type_for_mode() 964 return unsigned_p ? short_unsigned_type_node : short_integer_type_node; in lto_type_for_mode() 967 return unsigned_p ? long_unsigned_type_node : long_integer_type_node; in lto_type_for_mode() 970 return unsigned_p ? long_long_unsigned_type_node : long_long_integer_type_node; in lto_type_for_mode() 975 return (unsigned_p ? int_n_trees[i].unsigned_type in lto_type_for_mode() 979 return unsigned_p ? unsigned_intQI_type_node : intQI_type_node; in lto_type_for_mode() 982 return unsigned_p ? unsigned_intHI_type_node : intHI_type_node; in lto_type_for_mode() 985 return unsigned_p ? unsigned_intSI_type_node : intSI_type_node; in lto_type_for_mode() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/lto/ |
| H A 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/sim/mips/ |
| H A 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.old/dist/gcc/config/aarch64/ |
| H A D | aarch64-sve-builtins-functions.h | 131 return (type_suffixes[m_memory_type].unsigned_p in extend_rtx_code() 259 : instance.type_suffix (0).unsigned_p ? m_unspec_for_uint in unspec_for() 554 : e.type_suffix (0).unsigned_p ? m_unspec_for_uint in expand() 643 int unspec = (e.type_suffix (1).unsigned_p in expand()
|
| H A D | aarch64-sve-builtins-base.cc | 156 rtx_code max_code = e.type_suffix (0).unsigned_p ? UMAX : SMAX; in expand() 419 bool unsigned_p = e.type_suffix (0).unsigned_p; in expand() local 420 rtx_code code = get_rtx_code (m_code, unsigned_p); in expand() 448 bool unsigned_p = e.type_suffix (0).unsigned_p; in expand() local 449 rtx_code code = get_rtx_code (m_code, unsigned_p); in expand() 466 int unspec = (unsigned_p ? m_unspec_for_uint : m_unspec_for_sint); in expand() 672 int unspec = (e.type_suffix (1).unsigned_p in expand() 687 : e.type_suffix (0).unsigned_p ? UNSPEC_COND_FCVTZU in expand() 969 if (e.type_suffix (0).unsigned_p) in expand() 1531 if (e.type_suffix (0).unsigned_p) in expand() [all …]
|
| H A D | aarch64-sve-builtins-sve2.cc | 87 rtx_code max_code = e.type_suffix (0).unsigned_p ? UMAX : SMAX; in expand() 294 if (f.type_suffix (0).unsigned_p) in fold() 368 rtx_code shift_code = e.type_suffix (0).unsigned_p ? LSHIFTRT : ASHIFTRT; in expand()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| H A D | aarch64-sve-builtins-functions.h | 131 return (type_suffixes[m_memory_type].unsigned_p in extend_rtx_code() 259 : instance.type_suffix (0).unsigned_p ? m_unspec_for_uint in unspec_for() 554 : e.type_suffix (0).unsigned_p ? m_unspec_for_uint in expand() 643 int unspec = (e.type_suffix (1).unsigned_p in expand()
|
| H A D | aarch64-sve-builtins-base.cc | 156 rtx_code max_code = e.type_suffix (0).unsigned_p ? UMAX : SMAX; in expand() 419 bool unsigned_p = e.type_suffix (0).unsigned_p; in expand() local 420 rtx_code code = get_rtx_code (m_code, unsigned_p); in expand() 448 bool unsigned_p = e.type_suffix (0).unsigned_p; in expand() local 449 rtx_code code = get_rtx_code (m_code, unsigned_p); in expand() 466 int unspec = (unsigned_p ? m_unspec_for_uint : m_unspec_for_sint); in expand() 672 int unspec = (e.type_suffix (1).unsigned_p in expand() 687 : e.type_suffix (0).unsigned_p ? UNSPEC_COND_FCVTZU in expand() 969 if (e.type_suffix (0).unsigned_p) in expand() 1531 if (e.type_suffix (0).unsigned_p) in expand() [all …]
|
| H A D | aarch64-sve-builtins-sve2.cc | 87 rtx_code max_code = e.type_suffix (0).unsigned_p ? UMAX : SMAX; in expand() 294 if (f.type_suffix (0).unsigned_p) in fold() 368 rtx_code shift_code = e.type_suffix (0).unsigned_p ? LSHIFTRT : ASHIFTRT; in expand()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-decl.c | 4818 && !specs->unsigned_p in quals_from_declspecs() 10647 if (specs->unsigned_p) in declspecs_add_type() 10698 dupe = specs->unsigned_p; in declspecs_add_type() 10745 specs->unsigned_p = true; in declspecs_add_type() 10901 else if (specs->unsigned_p) in declspecs_add_type() 10974 else if (specs->unsigned_p) in declspecs_add_type() 11008 else if (specs->unsigned_p) in declspecs_add_type() 11069 else if (specs->unsigned_p) in declspecs_add_type() 11096 else if (specs->unsigned_p) in declspecs_add_type() 11144 else if (specs->unsigned_p) in declspecs_add_type() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| H A D | rs6000-c.c | 1263 bool unsigned_p; in altivec_resolve_overloaded_builtin() local 1287 unsigned_p = TYPE_UNSIGNED (type); in altivec_resolve_overloaded_builtin() 1291 type = (unsigned_p ? unsigned_V1TI_type_node : V1TI_type_node); in altivec_resolve_overloaded_builtin() 1295 type = (unsigned_p ? unsigned_V2DI_type_node : V2DI_type_node); in altivec_resolve_overloaded_builtin() 1299 type = (unsigned_p ? unsigned_V4SI_type_node : V4SI_type_node); in altivec_resolve_overloaded_builtin() 1303 type = (unsigned_p ? unsigned_V8HI_type_node : V8HI_type_node); in altivec_resolve_overloaded_builtin() 1307 type = (unsigned_p ? unsigned_V16QI_type_node : V16QI_type_node); in altivec_resolve_overloaded_builtin()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-decl.cc | 4910 && !specs->unsigned_p in quals_from_declspecs() 11046 if (specs->unsigned_p) in declspecs_add_type() 11097 dupe = specs->unsigned_p; in declspecs_add_type() 11144 specs->unsigned_p = true; in declspecs_add_type() 11300 else if (specs->unsigned_p) in declspecs_add_type() 11373 else if (specs->unsigned_p) in declspecs_add_type() 11407 else if (specs->unsigned_p) in declspecs_add_type() 11468 else if (specs->unsigned_p) in declspecs_add_type() 11495 else if (specs->unsigned_p) in declspecs_add_type() 11543 else if (specs->unsigned_p) in declspecs_add_type() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A 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.old/dist/libcpp/ |
| H A D | charset.c | 1895 bool unsigned_p; in narrow_str_to_charconst() local 1930 unsigned_p = 0; in narrow_str_to_charconst() 1932 unsigned_p = 1; in narrow_str_to_charconst() 1934 unsigned_p = CPP_OPTION (pfile, unsigned_char); in narrow_str_to_charconst() 1945 if (unsigned_p || !(result & (1 << (width - 1)))) in narrow_str_to_charconst() 1951 *unsignedp = unsigned_p; in narrow_str_to_charconst()
|
| /netbsd-src/external/gpl3/gcc/dist/libcpp/ |
| H A 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()
|