Home
last modified time | relevance | path

Searched defs:unsigned_p (Results 1 – 25 of 66) sorted by relevance

123

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfixed-value.c182 bool unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (mode); in fixed_saturate1() local
240 bool unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (mode); in fixed_saturate2() local
317 bool unsigned_p; in do_fixed_add() local
403 bool unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (a->mode); in do_fixed_multiply() local
518 bool unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (a->mode); in do_fixed_divide() local
630 bool unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (a->mode); in do_fixed_shift() local
682 bool unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (a->mode); in do_fixed_neg() local
951 double_int a, bool unsigned_p, bool sat_p) in fixed_convert_from_int()
1039 bool unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (mode); in fixed_convert_from_real() local
H A Doptabs.h125 machine_mode mode, bool unsigned_p) in create_convert_operand_to()
141 machine_mode mode, bool unsigned_p) in create_convert_operand_from()
H A Ddouble-int.c108 bool unsigned_p) in add_double_with_sign()
165 bool 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()
830 double_int::wide_mul_with_sign (double_int b, bool 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()
1041 bool unsigned_p, double_int *multiple) const in multiple_of()
H A Dtree-ssa-loop-manip.c1536 bool unsigned_p = false; in canonicalize_loop_ivs() local
H A Dtree-vect-data-refs.c3338 vect_check_lower_bound (loop_vec_info loop_vinfo, tree expr, bool unsigned_p, in vect_check_lower_bound()
3547 bool unsigned_p = dr_known_forward_stride_p (dr_info_a->dr); in vect_prune_runtime_alias_test_list() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfixed-value.cc182 bool unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (mode); in fixed_saturate1() local
240 bool unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (mode); in fixed_saturate2() local
317 bool unsigned_p; in do_fixed_add() local
403 bool unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (a->mode); in do_fixed_multiply() local
518 bool unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (a->mode); in do_fixed_divide() local
630 bool unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (a->mode); in do_fixed_shift() local
682 bool unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (a->mode); in do_fixed_neg() local
950 double_int a, bool unsigned_p, bool sat_p) in fixed_convert_from_int()
1038 bool unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (mode); in fixed_convert_from_real() local
H A Doptabs.h125 machine_mode mode, bool unsigned_p) in create_convert_operand_to()
141 machine_mode mode, bool unsigned_p) in create_convert_operand_from()
H A Ddouble-int.cc108 bool unsigned_p) in add_double_with_sign()
165 bool 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()
830 double_int::wide_mul_with_sign (double_int b, bool 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()
1041 bool unsigned_p, double_int *multiple) const in multiple_of()
H A Dtree-ssa-loop-manip.cc1613 bool unsigned_p = false; in canonicalize_loop_ivs() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-c.c1263 bool unsigned_p; in altivec_resolve_overloaded_builtin() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.h229 unsigned int unsigned_p : 1; member
H A Daarch64-sve-builtins-base.cc419 bool unsigned_p = e.type_suffix (0).unsigned_p; in expand() local
448 bool unsigned_p = e.type_suffix (0).unsigned_p; in expand() local
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.h229 unsigned int unsigned_p : 1; member
H A Daarch64-sve-builtins-base.cc419 bool unsigned_p = e.type_suffix (0).unsigned_p; in expand() local
448 bool unsigned_p = e.type_suffix (0).unsigned_p; in expand() local
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-c.cc1266 bool unsigned_p = TYPE_UNSIGNED (type); in resolve_vec_splats() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-code-entry-handler.cc1069 bool unsigned_p = TYPE_UNSIGNED (TREE_TYPE (input)); in build_output_assignment() local
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-tree.h387 BOOL_BITFIELD unsigned_p : 1; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-tree.h385 BOOL_BITFIELD unsigned_p : 1; member
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dcharset.c1895 bool unsigned_p; in narrow_str_to_charconst() local
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dcharset.cc1927 bool unsigned_p; in narrow_str_to_charconst() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/stormy16/
H A Dstormy16.c168 int unsigned_p = (code == GTU || code == LEU); in xstormy16_emit_cbranch() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mcore/
H A Dmcore.c2776 int unsigned_p; in mcore_function_value() local
/netbsd-src/external/gpl3/gcc/dist/gcc/config/stormy16/
H A Dstormy16.cc168 int unsigned_p = (code == GTU || code == LEU); in xstormy16_emit_cbranch() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dmangle.c1712 write_number (unsigned HOST_WIDE_INT number, const int unsigned_p, in write_number()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mcore/
H A Dmcore.cc2776 int unsigned_p; in mcore_function_value() local

123