Searched refs:bit_cost (Results 1 – 2 of 2) sorted by relevance
12198 int bit_cost; in sparc_rtx_costs() local12200 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()
12160 int bit_cost; in sparc_rtx_costs() local12162 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()