Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.h150 const int mult_bit; /* cost of multiply per each bit set */ member
H A Di386.cc20357 return (cost->mult_init[MODE_INDEX (mode)] + cost->mult_bit * 7); in ix86_multiplication_cost()
20695 + nbits * cost->mult_bit in ix86_rtx_costs()
H A Di386-expand.cc8233 + ix86_cost->mult_bit * (mode == DImode ? 8 : 4) in promote_duplicated_reg()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.h286 const int mult_bit; /* cost of multiply per each bit set */ member
H A Di386.c19330 return (cost->mult_init[MODE_INDEX (mode)] + cost->mult_bit * 7); in ix86_multiplication_cost()
19655 + nbits * cost->mult_bit in ix86_rtx_costs()
H A Di386-expand.c7072 + ix86_cost->mult_bit * (mode == DImode ? 8 : 4) in promote_duplicated_reg()