Searched refs:rs6000_cpu (Results 1 – 13 of 13) sorted by relevance
40 #define TARGET_E500 (rs6000_cpu == PROCESSOR_PPC8540)49 rs6000_cpu = PROCESSOR_PPC8540; \
33 rs6000_cpu = PROCESSOR_PPC8540; \
57 #define TARGET_E500 (rs6000_cpu == PROCESSOR_PPC8540)
129 #define TARGET_E500 (rs6000_cpu == PROCESSOR_PPC8540)
55 #define PPC405_ERRATUM77 (rs6000_cpu == PROCESSOR_PPC405)218 extern enum processor_type rs6000_cpu;221 #define rs6000_cpu_attr ((enum attr_cpu)rs6000_cpu)
133 enum processor_type rs6000_cpu; variable1246 rs6000_cpu = TARGET_POWERPC64 ? PROCESSOR_DEFAULT64 : PROCESSOR_DEFAULT; in rs6000_override_options()1257 rs6000_cpu = processor_target_table[j].processor; in rs6000_override_options()1287 if (!BYTES_BIG_ENDIAN && rs6000_cpu != PROCESSOR_PPC750) in rs6000_override_options()1401 rs6000_always_hint = (rs6000_cpu != PROCESSOR_POWER4 in rs6000_override_options()1402 && rs6000_cpu != PROCESSOR_POWER5); in rs6000_override_options()1403 rs6000_sched_groups = (rs6000_cpu == PROCESSOR_POWER4 in rs6000_override_options()1404 || rs6000_cpu == PROCESSOR_POWER5); in rs6000_override_options()1500 switch (rs6000_cpu) in rs6000_override_options()14920 using_mfcr_multiple = (rs6000_cpu == PROCESSOR_PPC601 in rs6000_emit_epilogue()[all …]
126 if (rs6000_cpu == PROCESSOR_PPC405) in rs6000_cpu_cpp_builtins()
31 rs6000_cpu = PROCESSOR_PPC8540; \
52 #define TARGET_SPE (rs6000_cpu == PROCESSOR_PPC8540)
101 if (rs6000_cpu == PROCESSOR_PPC405)
366 extern enum processor_type rs6000_cpu;369 #define rs6000_cpu_attr ((enum attr_cpu)rs6000_cpu)2365 switch (rs6000_cpu) \2421 switch (rs6000_cpu) \
61 enum processor_type rs6000_cpu; variable537 rs6000_cpu = TARGET_POWERPC64 ? PROCESSOR_DEFAULT64 : PROCESSOR_DEFAULT;548 rs6000_cpu = processor_target_table[j].processor;563 if (rs6000_cpu == PROCESSOR_PPC8540)587 if (! BYTES_BIG_ENDIAN && rs6000_cpu != PROCESSOR_PPC750)8576 bool always_hint = rs6000_cpu != PROCESSOR_POWER4;10743 using_mfcr_multiple = (rs6000_cpu == PROCESSOR_PPC60110744 || rs6000_cpu == PROCESSOR_PPC60310745 || rs6000_cpu == PROCESSOR_PPC750
12302 (rs6000_cpu): Choose between 32-bit and 64-bit default processors.