Searched refs:mmax (Results 1 – 8 of 8) sorted by relevance
| /freebsd-10-stable/contrib/gcc/ |
| D | loop-iv.c | 1270 rtx mmin, mmax, left, right; in determine_max_iter() local 1284 get_mode_bounds (desc->mode, desc->signed_p, desc->mode, &mmin, &mmax); in determine_max_iter() 1285 nmax = INTVAL (mmax) - INTVAL (mmin); in determine_max_iter() 1320 mmax = left; in determine_max_iter() 1323 nmax = INTVAL (mmax) - INTVAL (mmin); in determine_max_iter() 1818 rtx mmin, mmax, cond_over, cond_under; in shorten_into_mode() local 1820 get_mode_bounds (mode, signed_p, iv->extend_mode, &mmin, &mmax); in shorten_into_mode() 1824 iv->base, mmax); in shorten_into_mode() 1997 rtx mmin, mmax, mode_mmin, mode_mmax; in iv_number_of_iterations() local 2081 get_mode_bounds (mode, (cond == LE || cond == LT), comp_mode, &mmin, &mmax); in iv_number_of_iterations() [all …]
|
| D | tree-ssa-loop-niter.c | 1559 double_int bnd, max, mmax, cst; in derive_constant_upper_bound() local 1629 mmax = double_int_add (max, double_int_neg (cst)); in derive_constant_upper_bound() 1630 if (double_int_ucmp (bnd, mmax) > 0) in derive_constant_upper_bound()
|
| D | stor-layout.c | 2187 rtx *mmin, rtx *mmax) in get_mode_bounds() argument 2206 *mmax = gen_int_mode (max_val, target_mode); in get_mode_bounds()
|
| D | simplify-rtx.c | 3872 rtx mmin, mmax; in simplify_const_relational_operation() local 3883 get_mode_bounds (mode, sign, mode, &mmin, &mmax); in simplify_const_relational_operation() 3899 if (rtx_equal_p (trueop1, mmax)) in simplify_const_relational_operation() 3906 if (rtx_equal_p (trueop1, mmax)) in simplify_const_relational_operation()
|
| D | ChangeLog-2005 | 17397 * config/cris/cris.opt (mcpu=, march=, mtune=, mmax-stackframe=)
|
| /freebsd-10-stable/contrib/mdocml/ |
| D | term.c | 116 size_t mmax; /* used in calculating bp */ in term_flushln() local 128 mmax = (int)dv > p->overstep ? dv - (size_t)p->overstep : 0; in term_flushln() 130 bp = TERMP_NOBREAK & p->flags ? mmax : maxvis; in term_flushln()
|
| /freebsd-10-stable/contrib/gcc/doc/ |
| D | invoke.texi | 434 -mmax-stack-frame=@var{n} -melinux-stacksize=@var{n} @gol 476 -mbwx -mmax -mfix -mcix @gol 7847 @item -mmax-stack-frame=@var{n} 7848 @opindex mmax-stack-frame 8430 @itemx -mmax 8438 @opindex mmax
|
| D | extend.texi | 6341 The following built-in functions are always with @option{-mmax}
|