Home
last modified time | relevance | path

Searched refs:mult_init (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.h148 const int mult_init[5]; /* cost of starting a multiply member
H A Di386.cc20357 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()
H A Di386-expand.cc8232 if (ix86_cost->mult_init[mode == DImode ? 3 : 2] in promote_duplicated_reg()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.h284 const int mult_init[5]; /* cost of starting a multiply member
H A Di386.c19330 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()
H A Di386-expand.c7071 if (ix86_cost->mult_init[mode == DImode ? 3 : 2] in promote_duplicated_reg()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20022348 (x86_costs): Change mult_init and divide into array.