Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/config/i386/
H A Di386.h116 const int mult_init[5]; /* cost of starting a multiply member
H A Di386.c22585 if (ix86_cost->mult_init[mode == DImode ? 3 : 2] in promote_duplicated_reg()
31739 *total = (cost->mult_init[MODE_INDEX (mode)] in ix86_rtx_costs()
/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/
H A Di386.h235 const int mult_init[5]; /* cost of starting a multiply member
H A Di386.c27585 if (ix86_cost->mult_init[mode == DImode ? 3 : 2] in promote_duplicated_reg()
40681 return (cost->mult_init[MODE_INDEX (mode)] + cost->mult_bit * 7); in ix86_multiplication_cost()
41013 *total = (cost->mult_init[MODE_INDEX (mode)] in ix86_rtx_costs()