Searched refs:shift_const (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.h43 const int shift_const; /* constant shift costs */ member in struct:processor_costs
H A Di386.c12603 && count * ix86_cost->add <= ix86_cost->shift_const)
17896 && ix86_cost->lea <= ix86_cost->shift_const)
17913 *total = ix86_cost->shift_const + COSTS_N_INSNS (2);
17915 *total = ix86_cost->shift_const * 2;
17928 *total = ix86_cost->shift_const;

Completed in 173 milliseconds