Searched refs:sdiv_cost (Results 1 – 2 of 2) sorted by relevance
107 static int sdiv_cost[NUM_MACHINE_MODES]; variable229 sdiv_cost[mode] = rtx_cost (&all.sdiv, SET); in init_expmed()3959 max_cost = unsignedp ? udiv_cost[compute_mode] : sdiv_cost[compute_mode]; in expand_divmod()
3234 (sdiv_cost, udiv_cost): New.3235 (init_expmed): Initialize sdiv_cost and udiv_cost, not div_cost.3238 (expand_divmod): Replace use of div_cost with either sdiv_cost