Home
last modified time | relevance | path

Searched refs:mmax (Results 1 – 11 of 11) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDgenmodes.c976 unsigned int max, mmax; in emit_max_int() local
989 mmax = max; in emit_max_int()
993 if (max > mmax) in emit_max_int()
994 mmax = max; in emit_max_int()
995 printf ("#define MAX_BITSIZE_MODE_ANY_INT (%d*BITS_PER_UNIT)\n", mmax); in emit_max_int()
1002 mmax = 0; in emit_max_int()
1005 if (mmax < i->bytesize) in emit_max_int()
1006 mmax = i->bytesize; in emit_max_int()
1007 printf ("#define MAX_BITSIZE_MODE_ANY_MODE (%d*BITS_PER_UNIT)\n", mmax); in emit_max_int()
HDloop-iv.c2076 rtx mmin, mmax, cond_over, cond_under; in shorten_into_mode() local
2078 get_mode_bounds (mode, signed_p, iv->extend_mode, &mmin, &mmax); in shorten_into_mode()
2082 iv->base, mmax); in shorten_into_mode()
2251 rtx mmin, mmax, cmp; in determine_max_iter() local
2267 get_mode_bounds (desc->mode, desc->signed_p, desc->mode, &mmin, &mmax); in determine_max_iter()
2268 nmax = UINTVAL (mmax) - UINTVAL (mmin); in determine_max_iter()
2283 desc->mode, old_niter, mmax); in determine_max_iter()
2315 rtx mmin, mmax, mode_mmin, mode_mmax; in iv_number_of_iterations() local
2394 get_mode_bounds (mode, (cond == LE || cond == LT), comp_mode, &mmin, &mmax); in iv_number_of_iterations()
2396 mode_mmax = lowpart_subreg (mode, mmax, comp_mode); in iv_number_of_iterations()
[all …]
HDsimplify-rtx.c5346 HOST_WIDE_INT mmin, mmax; in simplify_const_relational_operation() local
5360 mmax = nonzero; in simplify_const_relational_operation()
5368 mmax = INTVAL (mmax_rtx); in simplify_const_relational_operation()
5375 mmax >>= (sign_copies - 1); in simplify_const_relational_operation()
5385 if ((unsigned HOST_WIDE_INT) val > (unsigned HOST_WIDE_INT) mmax) in simplify_const_relational_operation()
5391 if (val > mmax) in simplify_const_relational_operation()
5397 if ((unsigned HOST_WIDE_INT) val >= (unsigned HOST_WIDE_INT) mmax) in simplify_const_relational_operation()
5403 if (val >= mmax) in simplify_const_relational_operation()
5411 if (val < mmin || val > mmax) in simplify_const_relational_operation()
5417 if ((unsigned HOST_WIDE_INT) val >= (unsigned HOST_WIDE_INT) mmax) in simplify_const_relational_operation()
[all …]
HDstor-layout.c3029 rtx *mmin, rtx *mmax) in get_mode_bounds() argument
3062 *mmax = gen_int_mode (max_val, target_mode); in get_mode_bounds()
HDtree-ssa-loop-niter.c2954 widest_int mmax = max - cst; in derive_constant_upper_bound_ops() local
2955 if (wi::leu_p (bnd, mmax)) in derive_constant_upper_bound_ops()
/dragonfly/contrib/gcc-4.7/gcc/
HDloop-iv.c2027 rtx mmin, mmax, cond_over, cond_under; in shorten_into_mode() local
2029 get_mode_bounds (mode, signed_p, iv->extend_mode, &mmin, &mmax); in shorten_into_mode()
2033 iv->base, mmax); in shorten_into_mode()
2202 rtx mmin, mmax, cmp; in determine_max_iter() local
2216 get_mode_bounds (desc->mode, desc->signed_p, desc->mode, &mmin, &mmax); in determine_max_iter()
2217 nmax = INTVAL (mmax) - INTVAL (mmin); in determine_max_iter()
2235 desc->mode, old_niter, mmax); in determine_max_iter()
2261 rtx mmin, mmax, mode_mmin, mode_mmax; in iv_number_of_iterations() local
2345 get_mode_bounds (mode, (cond == LE || cond == LT), comp_mode, &mmin, &mmax); in iv_number_of_iterations()
2347 mode_mmax = lowpart_subreg (mode, mmax, comp_mode); in iv_number_of_iterations()
[all …]
HDsimplify-rtx.c4700 HOST_WIDE_INT mmin, mmax; in simplify_const_relational_operation() local
4714 mmax = nonzero; in simplify_const_relational_operation()
4722 mmax = INTVAL (mmax_rtx); in simplify_const_relational_operation()
4728 mmax >>= (sign_copies - 1); in simplify_const_relational_operation()
4738 if ((unsigned HOST_WIDE_INT) val > (unsigned HOST_WIDE_INT) mmax) in simplify_const_relational_operation()
4744 if (val > mmax) in simplify_const_relational_operation()
4750 if ((unsigned HOST_WIDE_INT) val >= (unsigned HOST_WIDE_INT) mmax) in simplify_const_relational_operation()
4756 if (val >= mmax) in simplify_const_relational_operation()
4764 if (val < mmin || val > mmax) in simplify_const_relational_operation()
4770 if ((unsigned HOST_WIDE_INT) val >= (unsigned HOST_WIDE_INT) mmax) in simplify_const_relational_operation()
[all …]
HDtree-ssa-loop-niter.c2366 double_int bnd, max, mmax, cst; in derive_constant_upper_bound_ops() local
2433 mmax = double_int_sub (max, cst); in derive_constant_upper_bound_ops()
2434 if (double_int_ucmp (bnd, mmax) > 0) in derive_constant_upper_bound_ops()
HDstor-layout.c2696 rtx *mmin, rtx *mmax) in get_mode_bounds() argument
2715 *mmax = gen_int_mode (max_val, target_mode); in get_mode_bounds()
/dragonfly/contrib/gcc-4.7/gcc/doc/
HDinvoke.texi521 -mmax-stack-frame=@var{n} -melinux-stacksize=@var{n} @gol
567 -mbwx -mmax -mfix -mcix @gol
853 -mmax-constant-size=@gol
11769 @item -mmax-stack-frame=@var{n}
11770 @opindex mmax-stack-frame
12371 @itemx -mmax
12379 @opindex mmax
17548 @item -mmax-constant-size=@var{N}
17549 @opindex mmax-constant-size
HDextend.texi8660 The following built-in functions are always with @option{-mmax}