Searched refs:sdiv_cost (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dexpmed.c107 static int sdiv_cost[NUM_MACHINE_MODES]; variable
229 sdiv_cost[mode] = rtx_cost (&all.sdiv, SET);
3976 max_cost = unsignedp ? udiv_cost[compute_mode] : sdiv_cost[compute_mode];

Completed in 101 milliseconds