Searched refs:shift_const (Results 1 – 4 of 4) sorted by relevance
43 const int shift_const; /* constant shift costs */ member2696 && ix86_cost->lea <= ix86_cost->shift_const) \2710 TOPLEVEL_COSTS_N_INSNS(ix86_cost->shift_const + 2); \2712 TOPLEVEL_COSTS_N_INSNS(ix86_cost->shift_const * 2); \2725 TOPLEVEL_COSTS_N_INSNS (ix86_cost->shift_const); \
43 const int shift_const; /* constant shift costs */ member
12350 && count * ix86_cost->add <= ix86_cost->shift_const) in ix86_expand_ashl_const()17305 && ix86_cost->lea <= ix86_cost->shift_const) in ix86_rtx_costs()17322 *total = ix86_cost->shift_const + COSTS_N_INSNS (2); in ix86_rtx_costs()17324 *total = ix86_cost->shift_const * 2; in ix86_rtx_costs()17337 *total = ix86_cost->shift_const; in ix86_rtx_costs()
7812 (simplify_{rtx,if_then_else,logical,shift_const}): Don't