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

/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.h58 const int int_store[3]; /* cost of storing integer register member in struct:processor_costs
H A Di386.c17802 return (Q_CLASS_P (class) ? ix86_cost->int_store[0]
17803 : ix86_cost->int_store[0] + 4);
17806 return in ? ix86_cost->int_load[1] : ix86_cost->int_store[1];
17811 return ((in ? ix86_cost->int_load[2] : ix86_cost->int_store[2])

Completed in 258 milliseconds