Home
last modified time | relevance | path

Searched refs:shift_const (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/config/i386/
H A Di386.h115 const int shift_const; /* constant shift costs */ member
H A Di386.c20926 || (count * ix86_cost->add <= ix86_cost->shift_const in ix86_expand_ashl_const()
22587 <= (ix86_cost->shift_const + ix86_cost->add) * nops in promote_duplicated_reg()
31613 && cost->lea <= cost->shift_const) in ix86_rtx_costs()
31630 *total = cost->shift_const + COSTS_N_INSNS (2); in ix86_rtx_costs()
31632 *total = cost->shift_const * 2; in ix86_rtx_costs()
31645 *total = cost->shift_const; in ix86_rtx_costs()
/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/
H A Di386.h234 const int shift_const; /* constant shift costs */ member
H A Di386.c1626 gain += ix86_cost->shift_const; in compute_convert_gain()
25920 || (count * ix86_cost->add <= ix86_cost->shift_const in ix86_expand_ashl_const()
27587 <= (ix86_cost->shift_const + ix86_cost->add) * nops in promote_duplicated_reg()
40761 return cost->shift_const + COSTS_N_INSNS (2); in ix86_shift_rotate_cost()
40763 return cost->shift_const * 2; in ix86_shift_rotate_cost()
40776 return cost->shift_const; in ix86_shift_rotate_cost()
40787 return cost->shift_const; in ix86_shift_rotate_cost()
40918 && cost->lea <= cost->shift_const) in ix86_rtx_costs()