HomeSort by: relevance | last modified time | path
    Searched defs:RS6000_CPU (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
default64.h 21 #define RS6000_CPU(NAME, CPU, FLAGS)
23 #undef RS6000_CPU
aix71.h 135 #define RS6000_CPU(NAME, CPU, FLAGS)
137 #undef RS6000_CPU
aix72.h 136 #define RS6000_CPU(NAME, CPU, FLAGS)
138 #undef RS6000_CPU
aix73.h 137 #define RS6000_CPU(NAME, CPU, FLAGS)
139 #undef RS6000_CPU
driver-rs6000.cc 47 #define RS6000_CPU(NAME, CPU, FLAGS) NAME,
49 #undef RS6000_CPU
rs6000.cc 1797 #define RS6000_CPU(NAME, CPU, FLAGS) { NAME, CPU, FLAGS },
1799 #undef RS6000_CPU
3782 rs6000_cpu = processor_target_table[cpu_index].processor;
3784 rs6000_cpu = TARGET_POWERPC64 ? PROCESSOR_DEFAULT64 : PROCESSOR_DEFAULT;
3789 if (rs6000_cpu == PROCESSOR_PPCE300C2 || rs6000_cpu == PROCESSOR_PPCE300C3
3790 || rs6000_cpu == PROCESSOR_PPCE500MC || rs6000_cpu == PROCESSOR_PPCE500MC64
3791 || rs6000_cpu == PROCESSOR_PPCE5500)
3807 if (!BYTES_BIG_ENDIAN && rs6000_cpu != PROCESSOR_PPC750 && TARGET_MULTIPLE
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
default64.h 21 #define RS6000_CPU(NAME, CPU, FLAGS)
23 #undef RS6000_CPU
aix71.h 134 #define RS6000_CPU(NAME, CPU, FLAGS)
136 #undef RS6000_CPU
aix72.h 135 #define RS6000_CPU(NAME, CPU, FLAGS)
137 #undef RS6000_CPU
aix73.h 136 #define RS6000_CPU(NAME, CPU, FLAGS)
138 #undef RS6000_CPU
driver-rs6000.cc 47 #define RS6000_CPU(NAME, CPU, FLAGS) NAME,
49 #undef RS6000_CPU
rs6000.cc 1786 #define RS6000_CPU(NAME, CPU, FLAGS) { NAME, CPU, FLAGS },
1788 #undef RS6000_CPU
3409 | ((rs6000_cpu == PROCESSOR_CELL) ? RS6000_BTM_CELL : 0)
3805 rs6000_cpu = processor_target_table[cpu_index].processor;
3807 rs6000_cpu = TARGET_POWERPC64 ? PROCESSOR_DEFAULT64 : PROCESSOR_DEFAULT;
3812 if (rs6000_cpu == PROCESSOR_PPCE300C2 || rs6000_cpu == PROCESSOR_PPCE300C3
3813 || rs6000_cpu == PROCESSOR_PPCE500MC || rs6000_cpu == PROCESSOR_PPCE500MC64
3814 || rs6000_cpu == PROCESSOR_PPCE5500
    [all...]

Completed in 43 milliseconds