Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.h45 const int mult_bit; /* cost of multiply per each bit set */ member
2746 + nbits * ix86_cost->mult_bit); \
2750 + 7 * ix86_cost->mult_bit); \
/openbsd/gnu/gcc/gcc/config/i386/
H A Di386.h46 const int mult_bit; /* cost of multiply per each bit set */ member
H A Di386.c17388 + nbits * ix86_cost->mult_bit in ix86_rtx_costs()