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

/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.h129 #define TARGET_386 (ix86_tune == PROCESSOR_I386)
130 #define TARGET_486 (ix86_tune == PROCESSOR_I486)
131 #define TARGET_PENTIUM (ix86_tune == PROCESSOR_PENTIUM)
132 #define TARGET_PENTIUMPRO (ix86_tune == PROCESSOR_PENTIUMPRO)
133 #define TARGET_GEODE (ix86_tune == PROCESSOR_GEODE)
134 #define TARGET_K6 (ix86_tune == PROCESSOR_K6)
135 #define TARGET_ATHLON (ix86_tune == PROCESSOR_ATHLON)
136 #define TARGET_PENTIUM4 (ix86_tune == PROCESSOR_PENTIUM4)
137 #define TARGET_K8 (ix86_tune == PROCESSOR_K8)
139 #define TARGET_NOCONA (ix86_tune
[all...]
H A Di386.c1304 enum processor_type ix86_tune; variable in typeref:enum:processor_type
1982 ix86_tune = ix86_arch;
2029 ix86_tune = processor_alias_table[i].processor;
2039 ix86_tune = processor_alias_table[i].processor;
2060 ix86_cost = processor_target_table[ix86_tune].cost;
2061 target_flags |= processor_target_table[ix86_tune].target_enable;
2062 target_flags &= ~processor_target_table[ix86_tune].target_disable;
2125 align_loops = processor_target_table[ix86_tune].align_loop;
2126 align_loops_max_skip = processor_target_table[ix86_tune].align_loop_max_skip;
2130 align_jumps = processor_target_table[ix86_tune]
[all...]

Completed in 93 milliseconds