Home
last modified time | relevance | path

Searched refs:PROCESSOR_DEFAULT64 (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/gnu/gcc/gcc/config/rs6000/
Daix52.h118 #undef PROCESSOR_DEFAULT64
119 #define PROCESSOR_DEFAULT64 PROCESSOR_POWER4 macro
Ddarwin.h343 #undef PROCESSOR_DEFAULT64
344 #define PROCESSOR_DEFAULT64 PROCESSOR_POWER4 macro
Dlinux64.h62 #undef PROCESSOR_DEFAULT64
63 #define PROCESSOR_DEFAULT64 PROCESSOR_POWER4 macro
Drs6000.h231 #define PROCESSOR_DEFAULT64 PROCESSOR_RS64A macro
Drs6000.c1246 rs6000_cpu = TARGET_POWERPC64 ? PROCESSOR_DEFAULT64 : PROCESSOR_DEFAULT; in rs6000_override_options()
/openbsd/src/gnu/usr.bin/gcc/gcc/config/rs6000/
Daix52.h128 #undef PROCESSOR_DEFAULT64
129 #define PROCESSOR_DEFAULT64 PROCESSOR_POWER4 macro
Dlinux64.h36 #undef PROCESSOR_DEFAULT64
37 #define PROCESSOR_DEFAULT64 PROCESSOR_PPC630 macro
Drs6000.h379 #define PROCESSOR_DEFAULT64 PROCESSOR_RS64A macro
Drs6000.c537 rs6000_cpu = TARGET_POWERPC64 ? PROCESSOR_DEFAULT64 : PROCESSOR_DEFAULT;
/openbsd/src/gnu/usr.bin/gcc/gcc/
DChangeLog.72312 (PROCESSOR_DEFAULT64): Define.