Lines Matching defs:processor_costs
70 struct processor_costs { struct
72 const int int_load;
75 const int int_sload;
78 const int int_zload;
81 const int float_load;
84 const int float_move;
87 const int float_plusminus;
90 const int float_cmp;
93 const int float_cmove;
96 const int float_mul;
99 const int float_div_sf;
102 const int float_div_df;
105 const int float_sqrt_sf;
108 const int float_sqrt_df;
111 const int int_mul;
114 const int int_mulX;
148 struct processor_costs cypress_costs = { argument