Searched refs:mult_bit (Results 1 – 6 of 6) sorted by relevance
150 const int mult_bit; /* cost of multiply per each bit set */ member
20357 return (cost->mult_init[MODE_INDEX (mode)] + cost->mult_bit * 7); in ix86_multiplication_cost()20695 + nbits * cost->mult_bit in ix86_rtx_costs()
8233 + ix86_cost->mult_bit * (mode == DImode ? 8 : 4) in promote_duplicated_reg()
286 const int mult_bit; /* cost of multiply per each bit set */ member
19330 return (cost->mult_init[MODE_INDEX (mode)] + cost->mult_bit * 7); in ix86_multiplication_cost()19655 + nbits * cost->mult_bit in ix86_rtx_costs()
7072 + ix86_cost->mult_bit * (mode == DImode ? 8 : 4) in promote_duplicated_reg()