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

/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dmips.h133 extern const struct mips_rtx_cost_data *mips_cost;
2327 (mips_cost->memory_latency \
2340 #define BRANCH_COST mips_cost->branch_cost
H A Dmips.c598 const struct mips_rtx_cost_data *mips_cost; variable in typeref:struct:mips_rtx_cost_data
2644 *total = mips_cost->fp_add;
2665 *total = mips_cost->fp_mult_sf;
2668 *total = mips_cost->fp_mult_df;
2671 *total = mips_cost->int_mult_si;
2674 *total = mips_cost->int_mult_di;
2683 *total = mips_cost->fp_div_sf;
2685 *total = mips_cost->fp_div_df;
2694 *total = mips_cost->int_div_di;
2696 *total = mips_cost
[all...]

Completed in 135 milliseconds