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

/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.h42 const int shift_var; /* variable shift costs */ member in struct:processor_costs
H A Di386.c17920 *total = ix86_cost->shift_var * 2;
17922 *total = ix86_cost->shift_var * 6 + COSTS_N_INSNS (2);
17930 *total = ix86_cost->shift_var;

Completed in 113 milliseconds