Home
last modified time | relevance | path

Searched refs:unsigned_p (Results 1 – 25 of 151) sorted by relevance

1234567

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dfixed-value.c185 if (unsigned_p) /* Unsigned type. */ in fixed_saturate1()
317 bool unsigned_p; in do_fixed_add() local
390 f->data = f->data.ext ((!unsigned_p) + i_f_bits, unsigned_p); in do_fixed_add()
475 if (unsigned_p) in do_fixed_multiply()
505 f->data = f->data.ext ((!unsigned_p) + i_f_bits, unsigned_p); in do_fixed_multiply()
617 f->data = f->data.ext ((!unsigned_p) + i_f_bits, unsigned_p); in do_fixed_divide()
670 f->data = f->data.ext ((!unsigned_p) + i_f_bits, unsigned_p); in do_fixed_shift()
686 f->data = f->data.ext ((!unsigned_p) + i_f_bits, unsigned_p); in do_fixed_neg()
983 if (!unsigned_p) in fixed_convert_from_int()
1059 if (unsigned_p) in fixed_convert_from_real()
[all …]
H A Dfixed-value.cc185 if (unsigned_p) /* Unsigned type. */ in fixed_saturate1()
317 bool unsigned_p; in do_fixed_add() local
390 f->data = f->data.ext ((!unsigned_p) + i_f_bits, unsigned_p); in do_fixed_add()
475 if (unsigned_p) in do_fixed_multiply()
505 f->data = f->data.ext ((!unsigned_p) + i_f_bits, unsigned_p); in do_fixed_multiply()
617 f->data = f->data.ext ((!unsigned_p) + i_f_bits, unsigned_p); in do_fixed_divide()
670 f->data = f->data.ext ((!unsigned_p) + i_f_bits, unsigned_p); in do_fixed_shift()
686 f->data = f->data.ext ((!unsigned_p) + i_f_bits, unsigned_p); in do_fixed_neg()
982 if (!unsigned_p) in fixed_convert_from_int()
1058 if (unsigned_p) in fixed_convert_from_real()
[all …]
H A Doptabs.h51 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 Ddouble-int.c108 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()
872 &ret.low, &ret.high, unsigned_p); in add_with_sign()
1041 bool unsigned_p, double_int *multiple) const in multiple_of() argument
[all …]
H A Ddouble-int.cc108 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()
872 &ret.low, &ret.high, unsigned_p); in add_with_sign()
1041 bool unsigned_p, double_int *multiple) const in multiple_of() argument
[all …]
H A Ddouble-int.h114 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;
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dfixed-value.c185 if (unsigned_p) /* Unsigned type. */ in fixed_saturate1()
317 bool unsigned_p; in do_fixed_add() local
390 f->data = f->data.ext ((!unsigned_p) + i_f_bits, unsigned_p); in do_fixed_add()
475 if (unsigned_p) in do_fixed_multiply()
505 f->data = f->data.ext ((!unsigned_p) + i_f_bits, unsigned_p); in do_fixed_multiply()
617 f->data = f->data.ext ((!unsigned_p) + i_f_bits, unsigned_p); in do_fixed_divide()
670 f->data = f->data.ext ((!unsigned_p) + i_f_bits, unsigned_p); in do_fixed_shift()
686 f->data = f->data.ext ((!unsigned_p) + i_f_bits, unsigned_p); in do_fixed_neg()
983 if (!unsigned_p) in fixed_convert_from_int()
1059 if (unsigned_p) in fixed_convert_from_real()
[all …]
H A Doptabs.h51 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 Ddouble-int.c108 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()
872 &ret.low, &ret.high, unsigned_p); in add_with_sign()
1041 bool unsigned_p, double_int *multiple) const in multiple_of() argument
[all …]
H A Ddouble-int.h114 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;
/netbsd/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-lang.c952 lto_type_for_mode (machine_mode mode, int unsigned_p) in lto_type_for_mode() argument
1012 return (unsigned_p in lto_type_for_mode()
1073 return unsigned_p ? sat_long_long_fract_type_node in lto_type_for_mode()
1080 return unsigned_p ? sat_unsigned_fract_type_node in lto_type_for_mode()
1096 return unsigned_p ? sat_long_long_accum_type_node in lto_type_for_mode()
1103 return unsigned_p ? sat_unsigned_accum_type_node in lto_type_for_mode()
1113 return unsigned_p ? sat_qq_type_node : qq_type_node; in lto_type_for_mode()
1115 return unsigned_p ? sat_hq_type_node : hq_type_node; in lto_type_for_mode()
1117 return unsigned_p ? sat_sq_type_node : sq_type_node; in lto_type_for_mode()
1119 return unsigned_p ? sat_dq_type_node : dq_type_node; in lto_type_for_mode()
[all …]
H A Dlto-lang.cc953 lto_type_for_mode (machine_mode mode, int unsigned_p) in lto_type_for_mode() argument
1016 return (unsigned_p in lto_type_for_mode()
1077 return unsigned_p ? sat_long_long_fract_type_node in lto_type_for_mode()
1084 return unsigned_p ? sat_unsigned_fract_type_node in lto_type_for_mode()
1100 return unsigned_p ? sat_long_long_accum_type_node in lto_type_for_mode()
1107 return unsigned_p ? sat_unsigned_accum_type_node in lto_type_for_mode()
1117 return unsigned_p ? sat_qq_type_node : qq_type_node; in lto_type_for_mode()
1119 return unsigned_p ? sat_hq_type_node : hq_type_node; in lto_type_for_mode()
1121 return unsigned_p ? sat_sq_type_node : sq_type_node; in lto_type_for_mode()
1123 return unsigned_p ? sat_dq_type_node : dq_type_node; in lto_type_for_mode()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-lang.c952 lto_type_for_mode (machine_mode mode, int unsigned_p) in lto_type_for_mode() argument
1012 return (unsigned_p in lto_type_for_mode()
1073 return unsigned_p ? sat_long_long_fract_type_node in lto_type_for_mode()
1080 return unsigned_p ? sat_unsigned_fract_type_node in lto_type_for_mode()
1096 return unsigned_p ? sat_long_long_accum_type_node in lto_type_for_mode()
1103 return unsigned_p ? sat_unsigned_accum_type_node in lto_type_for_mode()
1113 return unsigned_p ? sat_qq_type_node : qq_type_node; in lto_type_for_mode()
1115 return unsigned_p ? sat_hq_type_node : hq_type_node; in lto_type_for_mode()
1117 return unsigned_p ? sat_sq_type_node : sq_type_node; in lto_type_for_mode()
1119 return unsigned_p ? sat_dq_type_node : dq_type_node; in lto_type_for_mode()
[all …]
/netbsd/external/gpl3/gdb/dist/sim/mips/
H A Dvr.igen41 …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 && (unsigned64) EXTEND32 (result) != result)
87 else if (unsigned_p && (result >> 32) != 0)
/netbsd/external/gpl3/gdb.old/dist/sim/mips/
H A Dvr.igen41 …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 && (unsigned64) EXTEND32 (result) != result)
87 else if (unsigned_p && (result >> 32) != 0)
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dm2-exp.y625 int unsigned_p = number_sign == 1 ? 1 : 0; variable
677 if(!unsigned_p && number_sign == 1 && (prevn >= n))
678 unsigned_p=1; /* Try something unsigned */
683 if((unsigned_p && (unsigned)prevn >= (unsigned)n) ||
684 ((!unsigned_p && number_sign==-1) && -prevn <= -n))
699 else if ( unsigned_p && number_sign == 1)
704 else if((unsigned_p && (n<0))) {
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dm2-exp.y625 int unsigned_p = number_sign == 1 ? 1 : 0; variable
677 if(!unsigned_p && number_sign == 1 && (prevn >= n))
678 unsigned_p=1; /* Try something unsigned */
683 if((unsigned_p && (unsigned)prevn >= (unsigned)n) ||
684 ((!unsigned_p && number_sign==-1) && -prevn <= -n))
699 else if ( unsigned_p && number_sign == 1)
704 else if((unsigned_p && (n<0))) {
/netbsd/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins-functions.h131 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 Daarch64-sve-builtins-base.cc419 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()
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()
1833 rtx_code code = (e.type_suffix (0).unsigned_p in expand()
1882 rtx_code code = (e.type_suffix (0).unsigned_p in expand()
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins-functions.h131 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 Daarch64-sve-builtins-base.cc419 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()
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()
1833 rtx_code code = (e.type_suffix (0).unsigned_p in expand()
1882 rtx_code code = (e.type_suffix (0).unsigned_p in expand()
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.c4818 && !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()
11207 else if (specs->unsigned_p) in declspecs_add_type()
11590 else if (specs->unsigned_p) in finish_declspecs()
11607 specs->type = (specs->unsigned_p in finish_declspecs()
11621 specs->type = (specs->unsigned_p in finish_declspecs()
11625 specs->type = (specs->unsigned_p in finish_declspecs()
11629 specs->type = (specs->unsigned_p in finish_declspecs()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c4818 && !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()
11207 else if (specs->unsigned_p) in declspecs_add_type()
11590 else if (specs->unsigned_p) in finish_declspecs()
11607 specs->type = (specs->unsigned_p in finish_declspecs()
11621 specs->type = (specs->unsigned_p in finish_declspecs()
11625 specs->type = (specs->unsigned_p in finish_declspecs()
11629 specs->type = (specs->unsigned_p in finish_declspecs()
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-c.c1263 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/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-c.c1263 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()

1234567