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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.h257 const int int_store[3]; /* cost of storing integer register member in struct:processor_costs::__anon605
299 const int int_store[3]; /* cost of storing integer register member in struct:processor_costs
H A Di386-features.c544 += m * ix86_cost->int_store[2] - ix86_cost->sse_store[sse_cost_idx];
605 igain += (m * ix86_cost->int_store[2]
H A Di386.c18900 return ix86_cost->hard_register.int_store[0];
18907 return MAX (cost, ix86_cost->hard_register.int_store[0]);
18914 ix86_cost->hard_register.int_store[0] + 4);
18918 return ix86_cost->hard_register.int_store[0] + 4;
18924 ix86_cost->hard_register.int_store[1]);
18926 : ix86_cost->hard_register.int_store[1];
18930 ix86_cost->hard_register.int_store[2]);
18934 cost = ix86_cost->hard_register.int_store[2];
21443 : ix86_cost->int_store [2]) / 2;
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.h114 const int int_store[3]; /* cost of storing integer register member in struct:processor_costs::__anon568
163 const int int_store[3]; /* cost of storing integer register member in struct:processor_costs
H A Di386-features.cc544 += m * ix86_cost->int_store[2] - ix86_cost->sse_store[sse_cost_idx];
643 igain += (m * ix86_cost->int_store[2]
H A Di386.cc19788 return ix86_cost->hard_register.int_store[0];
19795 return MAX (cost, ix86_cost->hard_register.int_store[0]);
19802 ix86_cost->hard_register.int_store[0] + 4);
19806 return ix86_cost->hard_register.int_store[0] + 4;
19814 ix86_cost->hard_register.int_store[1]);
19817 : ix86_cost->hard_register.int_store[1];
19839 ix86_cost->hard_register.int_store[2]);
19843 cost = ix86_cost->hard_register.int_store[2];
22663 : ix86_cost->int_store [2]) / 2;

Completed in 393 milliseconds