Searched refs:processor_target_table (Results 1 – 13 of 13) sorted by relevance
404 (override_options): Add amdfam10_cost to processor_target_table.682 (processor_target_table): Add entry for geode.
698 * rs6000.c (processor_target_table): 602 uses PROCESSOR_PPC603.2849 * rs6000.c (processor_target_table): Add MPC505/821/860 support.6255 * rs6000.c (processor_target_table): Remove CPU name synonyms.9822 * rs6000.c (processor_target_table): Add PPC403.
1017 * rs6000.c (processor_target_table, 620): Don't affect MASK_POWERPC64.
16875 * config/rs6000/rs6000.c (processor_target_table): Add 970.24336 * config/rs6000/rs6000.c (processor_target_table): Add 440,29715 * config/rs6000/rs6000.c (processor_target_table): Really allow30567 * config/rs6000/rs6000.c (processor_target_table): Do not disable
7959 Add 8548 to processor_target_table.36483 * config/rs6000/rs6000.c (processor_target_table): Add MASK_MFCRF36715 (override_options): Add nocona_cost to processor_target_table.37151 (processor_target_table): Add power5.47468 * config/rs6000/rs6000.c (processor_target_table): Add MASK_POWERPC64
25780 * rs6000.c (processor_target_table): Add power3 as alias for 630.31652 * rs6000.c (processor_target_table): Add power3 as alias for 630.
4269 * config/rs6000/rs6000.c (processor_target_table): Add power5+.22578 * config/rs6000/rs6000.c (processor_target_table): Rename rs64a to
9348 * config/rs6000/rs6000.c (processor_target_table): Add 405f.12285 processor_target_table.
11152 * rs6000/rs6000.c (processor_target_table, 620): Do not affect
12301 * rs6000.c (processor_target_table): Add powerpc64, rs64a, and PPC630.
2327 * rs6000.c (processor_target_table): Add PPC405.
1731 const processor_target_table[PROCESSOR_max] = in override_options() local2057 ix86_cost = processor_target_table[ix86_tune].cost; in override_options()2058 target_flags |= processor_target_table[ix86_tune].target_enable; in override_options()2059 target_flags &= ~processor_target_table[ix86_tune].target_disable; in override_options()2122 align_loops = processor_target_table[ix86_tune].align_loop; in override_options()2123 align_loops_max_skip = processor_target_table[ix86_tune].align_loop_max_skip; in override_options()2127 align_jumps = processor_target_table[ix86_tune].align_jump; in override_options()2128 align_jumps_max_skip = processor_target_table[ix86_tune].align_jump_max_skip; in override_options()2132 align_functions = processor_target_table[ix86_tune].align_func; in override_options()
1143 } const processor_target_table[] in rs6000_override_options() local1215 const size_t ptt_size = ARRAY_SIZE (processor_target_table); in rs6000_override_options()1256 if (! strcmp (ptr->string, processor_target_table[j].name)) in rs6000_override_options()1259 rs6000_cpu = processor_target_table[j].processor; in rs6000_override_options()1264 target_flags |= (processor_target_table[j].target_enable in rs6000_override_options()