Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/config/i386/
H A Di386.h43 const int shift_const; /* constant shift costs */ member
H A Di386.c12578 && count * ix86_cost->add <= ix86_cost->shift_const) in ix86_expand_ashl_const()
17865 && ix86_cost->lea <= ix86_cost->shift_const) in ix86_rtx_costs()
17882 *total = ix86_cost->shift_const + COSTS_N_INSNS (2); in ix86_rtx_costs()
17884 *total = ix86_cost->shift_const * 2; in ix86_rtx_costs()
17897 *total = ix86_cost->shift_const; in ix86_rtx_costs()
/freebsd-12.1/contrib/gcc/
H A DFSFChangeLog.117812 (simplify_{rtx,if_then_else,logical,shift_const}): Don't