Home
last modified time | relevance | path

Searched refs:mult_bit (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.h118 const int mult_bit; /* cost of multiply per each bit set */ member
H A Di386.c22586 + ix86_cost->mult_bit * (mode == DImode ? 8 : 4) in promote_duplicated_reg()
31740 + nbits * cost->mult_bit in ix86_rtx_costs()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.h237 const int mult_bit; /* cost of multiply per each bit set */ member
H A Di386.c27586 + ix86_cost->mult_bit * (mode == DImode ? 8 : 4) in promote_duplicated_reg()
40681 return (cost->mult_init[MODE_INDEX (mode)] + cost->mult_bit * 7); in ix86_multiplication_cost()
41014 + nbits * cost->mult_bit in ix86_rtx_costs()