Home
last modified time | relevance | path

Searched defs:mips_rtx_cost_data (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/gcc/config/mips/
HDmips.h69 struct mips_rtx_cost_data struct
71 unsigned short fp_add;
72 unsigned short fp_mult_sf;
73 unsigned short fp_mult_df;
74 unsigned short fp_div_sf;
75 unsigned short fp_div_df;
76 unsigned short int_mult_si;
77 unsigned short int_mult_di;
78 unsigned short int_div_si;
79 unsigned short int_div_di;
[all …]
HDmips.c795 static struct mips_rtx_cost_data const mips_rtx_cost_data[PROCESSOR_MAX] = variable