Searched refs:uns (Results 1 - 19 of 19) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dtree-pretty-print.h52 extern void pp_double_int (pretty_printer *pp, double_int d, bool uns);
H A Ddouble-int.c356 div_and_round_double (unsigned code, int uns, argument
383 if (!uns)
586 if (!uns && *hrem < 0)
588 if (!uns && hden < 0)
701 double_int::max_value (unsigned int prec, bool uns) argument
703 return double_int::mask (prec - (uns ? 0 : 1));
710 double_int::min_value (unsigned int prec, bool uns) argument
712 if (uns)
725 double_int::ext (unsigned prec, bool uns) const
727 if (uns)
[all...]
H A Ddouble-int.h73 static double_int max_value (unsigned int prec, bool uns);
74 static double_int min_value (unsigned int prec, bool uns);
98 bool fits_hwi (bool uns) const;
162 double_int ext (unsigned prec, bool uns) const;
173 int cmp (double_int b, bool uns) const;
184 double_int max (double_int b, bool uns);
188 double_int min (double_int b, bool uns);
H A Dinternal-fn.c421 int uns = TYPE_UNSIGNED (TREE_TYPE (TREE_TYPE (lhs))); local
422 lres = convert_modes (tgtmode, mode, res, uns);
424 do_compare_rtx_and_jump (res, convert_modes (mode, tgtmode, lres, uns),
985 bool uns = unsr_p; local
1007 overflow or the main algorithm with uns == false.
1009 overflow or the main algorithm with uns == true.
1091 uns = true;
1221 type = build_nonstandard_integer_type (GET_MODE_PRECISION (mode), uns);
1222 sign = uns ? UNSIGNED : SIGNED;
1223 icode = optab_handler (uns
[all...]
H A Dtree-ssa-loop-manip.c1360 bool uns; local
1369 uns = POINTER_TYPE_P (type) | TYPE_UNSIGNED (type);
1372 unsigned_p = uns;
1374 unsigned_p |= uns;
H A Dtree-affine.c921 int uns, vol; local
924 &uns, &vol, false);
H A Dtree.c8549 int uns
8578 /* If we have not stripped any zero-extensions (uns is 0),
8587 if (! uns || final_prec <= TYPE_PRECISION (TREE_TYPE (op)))
8592 if ((uns
8596 uns = 1;
8622 int uns = 0;
8646 uns = TYPE_UNSIGNED (TREE_TYPE (op));
8650 else if (uns != TYPE_UNSIGNED (TREE_TYPE (op)))
8659 uns = TYPE_UNSIGNED (TREE_TYPE (op));
8695 && (first || uns
8525 int uns local
8597 int uns = 0; local
[all...]
H A Dtree-vect-stmts.c8114 bool uns; local
8158 uns = TYPE_UNSIGNED (vectype_out);
8160 uns = TYPE_UNSIGNED (vectype);
8165 if (code == FIX_TRUNC_EXPR && uns)
8178 uns = false;
8192 = lang_hooks.types.type_for_mode (intermediate_mode, uns);
H A Dtree-vrp.c3030 bool uns = TYPE_UNSIGNED (expr_type); local
3033 if (!uns)
3045 if (uns)
H A Doptabs.c6907 get_vcond_icode (machine_mode vmode, machine_mode cmode, bool uns)
6910 if (uns)
6880 get_vcond_icode(machine_mode vmode, machine_mode cmode, bool uns) argument
H A Dfold-const.c8108 tree uns = unsigned_type_for (TREE_TYPE (and0));
8109 and0 = fold_convert_loc (loc, uns, and0);
8110 and1 = fold_convert_loc (loc, uns, and1);
8079 tree uns = unsigned_type_for (TREE_TYPE (and0)); local
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/graphite/
H A Dgraphite.exp45 $srcdir/$subdir/uns-interchange-*.c ] ]
47 $srcdir/$subdir/uns-block-*.c ] ]
/haiku-buildtools/gcc/libgcc/config/microblaze/
H A Dumodsi3.S56 # Check if (uns)r6 is greater than (uns)r5. In that case, just return r5
H A Dudivsi3.S56 # Check if (uns)r6 is greater than (uns)r5. In that case, just return 0
/haiku-buildtools/legacy/gcc/gcc/
H A Dtree.c1662 register int uns;
1675 uns = TREE_UNSIGNED (TREE_TYPE (expr));
1676 if (!uns)
4560 register int uns
4582 /* If we have not stripped any zero-extensions (uns is 0),
4591 if (! uns || final_prec <= TYPE_PRECISION (TREE_TYPE (op)))
4596 if ((uns || TREE_CODE (op) == NOP_EXPR)
4599 uns = 1;
4622 && (! uns || final_prec <= innerprec
4647 register int uns
1652 register int uns; local
4533 register int uns local
4619 register int uns = 0; local
[all...]
H A Dfold-const.c473 div_and_round_double (code, uns,
477 int uns;
498 if (!uns)
1315 int uns = TREE_UNSIGNED (TREE_TYPE (arg1));
1351 !uns);
1406 overflow = div_and_round_double (code, uns,
1428 overflow = div_and_round_double (code, uns,
1435 if (uns)
1475 = ((notrunc ? (!uns || forsize) && overflow
1476 : force_fit_type (t, (!uns || forsiz
1305 int uns = TREE_UNSIGNED (TREE_TYPE (arg1)); local
[all...]
H A Dc-typeck.c2379 int uns = TREE_UNSIGNED (result_type);
2401 uns = unsigned0;
2415 && (unsigned0 || !uns))
2420 && (unsigned1 || !uns)
2428 && (unsigned0 || !uns)
2368 int uns = TREE_UNSIGNED (result_type); local
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dtypeck.c3820 int uns = TREE_UNSIGNED (result_type);
3838 uns = unsigned0;
3852 && (unsigned0 || !uns))
3858 && (unsigned1 || !uns)
3866 && (unsigned0 || !uns)
3810 int uns = TREE_UNSIGNED (result_type); local
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-common.c2560 int uns;
2586 uns = TYPE_UNSIGNED (result_type);
2605 uns = unsigned0;
2619 && (unsigned0 || !uns))
2624 && (unsigned1 || !uns)
2635 && (unsigned0 || !uns)
2558 int uns; local

Completed in 369 milliseconds