Lines Matching defs:processor_costs
30 struct processor_costs { struct
32 const int int_load;
35 const int int_sload;
38 const int int_zload;
41 const int float_load;
44 const int float_move;
47 const int float_plusminus;
50 const int float_cmp;
53 const int float_cmove;
56 const int float_mul;
59 const int float_div_sf;
62 const int float_div_df;
65 const int float_sqrt_sf;
68 const int float_sqrt_df;
71 const int int_mul;
74 const int int_mulX;
104 extern const struct processor_costs *sparc_costs; argument