Searched refs:unsigned_p (Results 1 - 25 of 29) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr15825-1.c5 unsigned int foo(long long high, int unsigned_p) argument
9 if (!unsigned_p)
/haiku-buildtools/gcc/gcc/
H A Dfixed-value.c193 bool unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (mode); local
196 if (unsigned_p) /* Unsigned type. */
251 bool unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (mode); local
254 if (unsigned_p) /* Unsigned type. */
328 bool unsigned_p; local
339 unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (a->mode);
343 if (unsigned_p) /* Unsigned type. */
401 f->data = f->data.ext ((!unsigned_p) + i_f_bits, unsigned_p);
414 bool unsigned_p local
529 bool unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (a->mode); local
641 bool unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (a->mode); local
693 bool unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (a->mode); local
968 fixed_convert_from_int(FIXED_VALUE_TYPE *f, machine_mode mode, double_int a, bool unsigned_p, bool sat_p) argument
1057 bool unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (mode); local
[all...]
H A Doptabs.h124 unsigned int unsigned_p : 1; member in struct:expand_operand
144 bool unsigned_p)
147 op->unsigned_p = unsigned_p;
190 machine_mode mode, bool unsigned_p)
192 create_expand_operand (op, EXPAND_CONVERT_TO, value, mode, unsigned_p);
202 machine_mode mode, bool unsigned_p)
204 create_expand_operand (op, EXPAND_CONVERT_FROM, value, mode, unsigned_p);
141 create_expand_operand(struct expand_operand *op, enum expand_operand_type type, rtx value, machine_mode mode, bool unsigned_p) argument
189 create_convert_operand_to(struct expand_operand *op, rtx value, machine_mode mode, bool unsigned_p) argument
201 create_convert_operand_from(struct expand_operand *op, rtx value, machine_mode mode, bool unsigned_p) argument
H A Ddouble-int.h116 double_int mul_with_sign (double_int, bool unsigned_p, bool *overflow) const;
117 double_int wide_mul_with_sign (double_int, bool unsigned_p,
119 double_int add_with_sign (double_int, bool unsigned_p, bool *overflow) const;
H A Ddouble-int.c118 bool unsigned_p)
131 if (unsigned_p)
175 bool unsigned_p)
215 if (unsigned_p)
829 double_int::mul_with_sign (double_int b, bool unsigned_p, bool *overflow) const
835 &tem.low, &tem.high, unsigned_p);
840 double_int::wide_mul_with_sign (double_int b, bool unsigned_p,
848 unsigned_p);
877 double_int::add_with_sign (double_int b, bool unsigned_p, bool *overflow) const
882 &ret.low, &ret.high, unsigned_p);
115 add_double_with_sign(unsigned HOST_WIDE_INT l1, HOST_WIDE_INT h1, unsigned HOST_WIDE_INT l2, HOST_WIDE_INT h2, unsigned HOST_WIDE_INT *lv, HOST_WIDE_INT *hv, bool unsigned_p) argument
171 mul_double_wide_with_sign(unsigned HOST_WIDE_INT l1, HOST_WIDE_INT h1, unsigned HOST_WIDE_INT l2, HOST_WIDE_INT h2, unsigned HOST_WIDE_INT *lv, HOST_WIDE_INT *hv, unsigned HOST_WIDE_INT *lw, HOST_WIDE_INT *hw, bool unsigned_p) argument
[all...]
H A Dtree-ssa-loop-manip.c1353 bool unsigned_p = false; local
1372 unsigned_p = uns;
1374 unsigned_p |= uns;
1381 type = build_nonstandard_integer_type (precision, unsigned_p);
H A Dcalls.c4005 int unsigned_p = 0;
4058 mode = promote_function_mode (NULL_TREE, mode, &unsigned_p, NULL_TREE, 0);
4060 argvec[count].value = convert_modes (mode, GET_MODE (val), val, unsigned_p);
4003 int unsigned_p = 0; local
/haiku-buildtools/gcc/gcc/lto/
H A Dlto-lang.c883 lto_type_for_mode (machine_mode mode, int unsigned_p) argument
888 return unsigned_p ? unsigned_type_node : integer_type_node;
891 return unsigned_p ? unsigned_char_type_node : signed_char_type_node;
894 return unsigned_p ? short_unsigned_type_node : short_integer_type_node;
897 return unsigned_p ? long_unsigned_type_node : long_integer_type_node;
900 return unsigned_p ? long_long_unsigned_type_node : long_long_integer_type_node;
903 return unsigned_p ? unsigned_intQI_type_node : intQI_type_node;
906 return unsigned_p ? unsigned_intHI_type_node : intHI_type_node;
909 return unsigned_p ? unsigned_intSI_type_node : intSI_type_node;
912 return unsigned_p
[all...]
/haiku-buildtools/gcc/gcc/c/
H A Dc-decl.c4323 && !specs->unsigned_p
9487 ret->unsigned_p = false;
9723 if (specs->unsigned_p)
9766 dupe = specs->unsigned_p;
9805 specs->unsigned_p = true;
9952 else if (specs->unsigned_p)
10018 else if (specs->unsigned_p)
10052 else if (specs->unsigned_p)
10113 else if (specs->unsigned_p)
10140 else if (specs->unsigned_p)
[all...]
H A Dc-tree.h316 BOOL_BITFIELD unsigned_p : 1; member in struct:c_declspecs
/haiku-buildtools/gcc/libcpp/
H A Dcharset.c1494 bool unsigned_p;
1527 unsigned_p = 0;
1529 unsigned_p = CPP_OPTION (pfile, unsigned_char);
1540 if (unsigned_p || !(result & (1 << (width - 1))))
1546 *unsignedp = unsigned_p;
1491 bool unsigned_p; local
/haiku-buildtools/legacy/gcc/gcc/
H A Dunroll.c3601 int unsigned_p, compare_dir, final_larger;
3707 unsigned_p = 0;
3712 unsigned_p = 1;
3718 unsigned_p = 1;
3728 unsigned_p = 1;
3733 unsigned_p = 1;
3933 if (unsigned_p)
3596 int unsigned_p, compare_dir, final_larger; local
H A Dgenattrtab.c178 unsigned unsigned_p : 1; /* Make the output function unsigned int. */ member in struct:attr_desc
4907 else if (attr->unsigned_p)
5194 else if (attr->unsigned_p)
5804 attr->unsigned_p = (special & 4) != 0;
/haiku-buildtools/gcc/gcc/config/aarch64/
H A Daarch64-builtins.c568 bool unsigned_p, bool poly_p)
572 else if (unsigned_p)
567 aarch64_simd_builtin_type(enum machine_mode mode, bool unsigned_p, bool poly_p) argument
/haiku-buildtools/gcc/gcc/config/rs6000/
H A Drs6000-c.c4400 bool unsigned_p;
4429 unsigned_p = TYPE_UNSIGNED (type);
4433 type = (unsigned_p ? unsigned_V1TI_type_node : V1TI_type_node);
4437 type = (unsigned_p ? unsigned_V2DI_type_node : V2DI_type_node);
4441 type = (unsigned_p ? unsigned_V4SI_type_node : V4SI_type_node);
4445 type = (unsigned_p ? unsigned_V8HI_type_node : V8HI_type_node);
4449 type = (unsigned_p ? unsigned_V16QI_type_node : V16QI_type_node);
4398 bool unsigned_p; local
/haiku-buildtools/gcc/gcc/config/mep/
H A Dmep.c6129 int unsigned_p)
6150 arg = convert_to_mode (operand->mode, arg, unsigned_p);
6222 int opindex, unsigned_p[10];
6308 unsigned_p[a] = TYPE_UNSIGNED (TREE_TYPE (value));
6340 arg[a], unsigned_p[a]);
6379 op[opindex], unsigned_p[a]);
6118 mep_legitimize_arg(const struct insn_operand_data *operand, rtx arg, int unsigned_p) argument
6212 int opindex, unsigned_p[10]; local
/haiku-buildtools/gcc/gcc/config/mcore/
H A Dmcore.c2789 int unsigned_p;
2794 mode = promote_function_mode (valtype, mode, &unsigned_p, func, 1);
2781 int unsigned_p; local
/haiku-buildtools/gcc/gcc/cp/
H A Ddecl.c9006 bool unsigned_p, signed_p, short_p, long_p, thread_p;
9019 unsigned_p = decl_spec_seq_has_spec_p (declspecs, ds_unsigned);
9313 if (signed_p || unsigned_p || long_p || short_p)
9408 if (unsigned_p || signed_p || long_p || short_p)
9412 if ((signed_p || unsigned_p) && TREE_CODE (type) != INTEGER_TYPE)
9414 else if (signed_p && unsigned_p)
9432 if (signed_p || unsigned_p)
9453 unsigned_p = false;
9463 if (unsigned_p
8991 bool unsigned_p, signed_p, short_p, long_p, thread_p; local
H A Dmangle.c279 write_number ((NUMBER), /*unsigned_p=*/1, 10)
1531 write_number (unsigned HOST_WIDE_INT number, const int unsigned_p, argument
1537 if (!unsigned_p && (HOST_WIDE_INT) number < 0)
/haiku-buildtools/gcc/gcc/config/spu/
H A Dspu.c3756 int unsigned_p;
3765 unsigned_p = TYPE_UNSIGNED (type);
3769 result = (unsigned_p ? unsigned_V2DI_type_node : V2DI_type_node);
3772 result = (unsigned_p ? unsigned_V4SI_type_node : V4SI_type_node);
3775 result = (unsigned_p ? unsigned_V8HI_type_node : V8HI_type_node);
3778 result = (unsigned_p ? unsigned_V16QI_type_node : V16QI_type_node);
3748 int unsigned_p; local
/haiku-buildtools/gcc/gcc/config/stormy16/
H A Dstormy16.c202 int unsigned_p = (code == GTU || code == LEU); local
208 xstormy16_emit_cbranch (unsigned_p ? LTU : LT, op0, op1, gt_p ? lab : loc);
/haiku-buildtools/gcc/gcc/config/tilepro/
H A Dtilepro.c276 int unsigned_p;
279 unsigned_p = TYPE_UNSIGNED (valtype);
281 mode = promote_function_mode (valtype, mode, &unsigned_p,
274 int unsigned_p; local
/haiku-buildtools/gcc/gcc/config/tilegx/
H A Dtilegx.c323 int unsigned_p;
326 unsigned_p = TYPE_UNSIGNED (valtype);
328 mode = promote_function_mode (valtype, mode, &unsigned_p,
321 int unsigned_p; local
/haiku-buildtools/gcc/gcc/config/mips/
H A Dmips.c5906 int unsigned_p;
5915 unsigned_p = TYPE_UNSIGNED (valtype);
5919 mode = promote_function_mode (valtype, mode, &unsigned_p, func, 1);
7910 HOST_WIDE_INT bitpos, bool unsigned_p)
7944 if (unsigned_p)
15526 int unsigned_p, volatile_p;
15529 &unsigned_p, &volatile_p, false);
19059 mips_expand_vec_unpack (rtx operands[2], bool unsigned_p, bool high_p)
19087 if (unsigned_p)
5877 int unsigned_p; local
7871 mips_expand_ext_as_unaligned_load(rtx dest, rtx src, HOST_WIDE_INT width, HOST_WIDE_INT bitpos, bool unsigned_p) argument
15458 int unsigned_p, volatile_p; local
18981 mips_expand_vec_unpack(rtx operands[2], bool unsigned_p, bool high_p) argument
/haiku-buildtools/gcc/gcc/config/arm/
H A Darm-builtins.c744 bool unsigned_p, bool poly_p)
748 else if (unsigned_p)
743 arm_simd_builtin_type(enum machine_mode mode, bool unsigned_p, bool poly_p) argument

Completed in 890 milliseconds

12