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

/freebsd-11.0-release/contrib/gcc/config/i386/
H A Di386.h89 extern const struct processor_costs *ix86_cost;
1800 #define PREFETCH_BLOCK ix86_cost->prefetch_block
1803 #define SIMULTANEOUS_PREFETCHES ix86_cost->simultaneous_prefetches
1821 #define MOVE_RATIO (optimize_size ? 3 : ix86_cost->move_ratio)
1827 : ix86_cost->move_ratio > 6 ? 6 : ix86_cost->move_ratio)
H A Di386.c888 const struct processor_costs *ix86_cost = &pentium_cost; variable in typeref:struct:processor_costs
2058 ix86_cost = &size_cost;
2060 ix86_cost = processor_target_table[ix86_tune].cost;
2139 ix86_branch_cost = ix86_cost->branch_cost;
12603 && count * ix86_cost->add <= ix86_cost->shift_const)
17596 return ix86_cost->mmxsse_to_integer;
17598 return ix86_cost->fp_move;
17600 return ix86_cost->sse_move;
17602 return ix86_cost
[all...]

Completed in 85 milliseconds