Searched refs:mult_init (Results 1 – 7 of 7) sorted by relevance
148 const int mult_init[5]; /* cost of starting a multiply member
20357 return (cost->mult_init[MODE_INDEX (mode)] + cost->mult_bit * 7); in ix86_multiplication_cost()20694 *total = (cost->mult_init[MODE_INDEX (mode)] in ix86_rtx_costs()
8232 if (ix86_cost->mult_init[mode == DImode ? 3 : 2] in promote_duplicated_reg()
284 const int mult_init[5]; /* cost of starting a multiply member
19330 return (cost->mult_init[MODE_INDEX (mode)] + cost->mult_bit * 7); in ix86_multiplication_cost()19654 *total = (cost->mult_init[MODE_INDEX (mode)] in ix86_rtx_costs()
7071 if (ix86_cost->mult_init[mode == DImode ? 3 : 2] in promote_duplicated_reg()
2348 (x86_costs): Change mult_init and divide into array.