Home
last modified time | relevance | path

Searched refs:bit_cost (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A Dsparc.c12198 int bit_cost; in sparc_rtx_costs() local
12200 bit_cost = 0; in sparc_rtx_costs()
12216 bit_cost = (nbits - 3) / sparc_costs->int_mul_bit_factor; in sparc_rtx_costs()
12217 bit_cost = COSTS_N_INSNS (bit_cost); in sparc_rtx_costs()
12221 *total = sparc_costs->int_mulX + bit_cost; in sparc_rtx_costs()
12223 *total = sparc_costs->int_mul + bit_cost; in sparc_rtx_costs()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc.cc12160 int bit_cost; in sparc_rtx_costs() local
12162 bit_cost = 0; in sparc_rtx_costs()
12178 bit_cost = (nbits - 3) / sparc_costs->int_mul_bit_factor; in sparc_rtx_costs()
12179 bit_cost = COSTS_N_INSNS (bit_cost); in sparc_rtx_costs()
12183 *total = sparc_costs->int_mulX + bit_cost; in sparc_rtx_costs()
12185 *total = sparc_costs->int_mul + bit_cost; in sparc_rtx_costs()