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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/m68hc11/
H A Dm68hc11.c151 const struct processor_costs *m68hc11_cost;
319 m68hc11_cost = &m6811_cost;
338 m68hc11_cost = &m6812_cost;
5273 total += m68hc11_cost->shiftQI_const[shift % 8];
5275 total += m68hc11_cost->shiftHI_const[shift % 16];
5277 total += m68hc11_cost->shiftHI_const[8];
5280 total += m68hc11_cost->shiftHI_const[1] * shift;
5316 total += m68hc11_cost->shift_var;
5323 total += m68hc11_cost->logical;
5332 total += m68hc11_cost
150 const struct processor_costs *m68hc11_cost; variable in typeref:struct:processor_costs
[all...]
H A Dm68hc11.h174 extern const struct processor_costs *m68hc11_cost;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/m68hc11/
H A Dm68hc11.c151 const struct processor_costs *m68hc11_cost;
296 m68hc11_cost = &m6811_cost;
315 m68hc11_cost = &m6812_cost;
5279 total += m68hc11_cost->shiftQI_const[shift % 8];
5281 total += m68hc11_cost->shiftHI_const[shift % 16];
5283 total += m68hc11_cost->shiftHI_const[8];
5286 total += m68hc11_cost->shiftHI_const[1] * shift;
5322 total += m68hc11_cost->shift_var;
5329 total += m68hc11_cost->logical;
5338 total += m68hc11_cost
150 const struct processor_costs *m68hc11_cost; variable in typeref:struct:processor_costs
[all...]
H A Dm68hc11.h175 extern const struct processor_costs *m68hc11_cost;

Completed in 80 milliseconds