Home
last modified time | relevance | path

Searched refs:TARGET_CPU_DEFAULT (Results 1 – 25 of 32) sorted by relevance

12

/freebsd-9-stable/contrib/gcc/config/sparc/
Dsol2.h29 #if TARGET_CPU_DEFAULT == TARGET_CPU_v9
34 #if TARGET_CPU_DEFAULT == TARGET_CPU_ultrasparc
39 #if TARGET_CPU_DEFAULT == TARGET_CPU_ultrasparc3
44 #if TARGET_CPU_DEFAULT == TARGET_CPU_niagara
Dnetbsd-elf.h105 #if TARGET_CPU_DEFAULT == TARGET_CPU_v9 \
106 || TARGET_CPU_DEFAULT == TARGET_CPU_ultrasparc
230 #if TARGET_CPU_DEFAULT == TARGET_CPU_v9 \
231 || TARGET_CPU_DEFAULT == TARGET_CPU_ultrasparc
Dsol2-bi.h17 #if TARGET_CPU_DEFAULT == TARGET_CPU_v9
24 #if TARGET_CPU_DEFAULT == TARGET_CPU_ultrasparc
33 #if TARGET_CPU_DEFAULT == TARGET_CPU_ultrasparc3
42 #if TARGET_CPU_DEFAULT == TARGET_CPU_niagara
Dlinux64.h44 #if TARGET_CPU_DEFAULT == TARGET_CPU_v9 \
45 || TARGET_CPU_DEFAULT == TARGET_CPU_ultrasparc \
46 || TARGET_CPU_DEFAULT == TARGET_CPU_ultrasparc3 \
47 || TARGET_CPU_DEFAULT == TARGET_CPU_niagara
Dsparc.h243 #if TARGET_CPU_DEFAULT == TARGET_CPU_v9 \
244 || TARGET_CPU_DEFAULT == TARGET_CPU_ultrasparc \
245 || TARGET_CPU_DEFAULT == TARGET_CPU_ultrasparc3 \
246 || TARGET_CPU_DEFAULT == TARGET_CPU_niagara
251 #if TARGET_CPU_DEFAULT == TARGET_CPU_v9
259 #if TARGET_CPU_DEFAULT == TARGET_CPU_ultrasparc
263 #if TARGET_CPU_DEFAULT == TARGET_CPU_ultrasparc3
267 #if TARGET_CPU_DEFAULT == TARGET_CPU_niagara
277 #if TARGET_CPU_DEFAULT == TARGET_CPU_sparc \
278 || TARGET_CPU_DEFAULT == TARGET_CPU_v8
[all …]
Dsparc.c710 if (def->cpu == TARGET_CPU_DEFAULT) in sparc_override_options()
/freebsd-9-stable/gnu/usr.bin/cc/
DMakefile.tgt15 TARGET_CPU_DEFAULT= MASK_GNU_AS|MASK_GNU_LD
18 TARGET_CPU_DEFAULT= TARGET_CPU_ultrasparc
24 TARGET_CPU_DEFAULT= \"powerpc64\"
/freebsd-9-stable/contrib/gcc/config/ia64/
Delf.h12 #if ((TARGET_CPU_DEFAULT | TARGET_DEFAULT) & MASK_GNU_AS) != 0
31 #if ((TARGET_CPU_DEFAULT | TARGET_DEFAULT) & MASK_GNU_LD) != 0
Dia64.h101 #ifndef TARGET_CPU_DEFAULT
102 #define TARGET_CPU_DEFAULT 0 macro
Dia64.c454 #define TARGET_DEFAULT_TARGET_FLAGS (TARGET_DEFAULT | TARGET_CPU_DEFAULT)
/freebsd-9-stable/gnu/usr.bin/cc/cc_tools/
DMakefile187 TARGET_CPU_DEFAULT="${TARGET_CPU_DEFAULT}" \
197 TARGET_CPU_DEFAULT="${TARGET_CPU_DEFAULT}" \
210 TARGET_CPU_DEFAULT="${TARGET_CPU_DEFAULT}" \
235 TARGET_CPU_DEFAULT="${TARGET_CPU_DEFAULT}" \
248 TARGET_CPU_DEFAULT="${TARGET_CPU_DEFAULT}" \
/freebsd-9-stable/contrib/gcc/
Dmkconfig.sh54 if [ "$TARGET_CPU_DEFAULT" != "" ]; then
55 echo "#define TARGET_CPU_DEFAULT ($TARGET_CPU_DEFAULT)" >> ${output}T
DMakefile.in1198 TARGET_CPU_DEFAULT="" \
1203 TARGET_CPU_DEFAULT="" \
1208 TARGET_CPU_DEFAULT="" \
1213 TARGET_CPU_DEFAULT="$(target_cpu_default)" \
1218 TARGET_CPU_DEFAULT="" \
DFSFChangeLog.11394 of TARGET_CPU_DEFAULT.
1345 (TARGET_CPU_DEFAULT): Add ultrasparc case.
4181 (TARGET_CPU_DEFAULT): Define.
4361 from TARGET_CPU_DEFAULT.
5798 (CPP_ARCH_DEFAULT_SPEC): Set up based on setting of TARGET_CPU_DEFAULT.
6750 * i386.h (CPP_CPU_DEFAULT): Define if TARGET_CPU_DEFAULT is not set.
6931 * i386/freebsd-elf.h (CPP_SPEC): Remove TARGET_CPU_DEFAULT reference.
12972 * pa.h (TARGET_SWITCHES): Include TARGET_CPU_DEFAULT.
12973 (TARGET_CPU_DEFAULT): Provide default value.
12974 (CPP_SPEC): Test TARGET_CPU_DEFAULT too.
[all …]
DFSFChangeLog.103302 * rs6000.h (TARGET_CPU_DEFAULT): Define to be NULL if not defined.
3308 (OVERRIDE_OPTIONS): Pass TARGET_CPU_DEFAULT to
3617 * i386.h (TARGET_CPU_DEFAULT*, PROCESSOR_*,
DChangeLog-19971870 (TARGET_CPU_DEFAULT): Add ultrasparc case.
DChangeLog-1999783 (CPP_CPU_DEFAULT_SPEC): Examine TARGET_CPU_DEFAULT to use it.
17158 * configure.in: Do not set TARGET_CPU_DEFAULT for x86 OpenBSD
17165 of TARGET_CPU_DEFAULT.
19811 (TARGET_CPU_DEFAULT): Rework to support ARM9.
21493 (TARGET_CPU_DEFAULT): Likewise.
/freebsd-9-stable/contrib/gcc/config/i386/
Di386-interix.h46 #undef TARGET_CPU_DEFAULT
47 #define TARGET_CPU_DEFAULT 2 /* 486 */ macro
Di386.h95 #ifndef TARGET_CPU_DEFAULT
96 #define TARGET_CPU_DEFAULT TARGET_CPU_DEFAULT_generic macro
/freebsd-9-stable/contrib/gcc/config/rs6000/
Dlinux64.h130 ? (char *) 0 : TARGET_CPU_DEFAULT)
Drs6000.h49 #ifndef TARGET_CPU_DEFAULT
50 #define TARGET_CPU_DEFAULT ((char *)0) macro
347 #define OVERRIDE_OPTIONS rs6000_override_options (TARGET_CPU_DEFAULT)
/freebsd-9-stable/contrib/gcc/config/mips/
Dmips.h453 #ifndef TARGET_CPU_DEFAULT
454 #define TARGET_CPU_DEFAULT 0 macro
Dmips.c1094 | TARGET_CPU_DEFAULT \
/freebsd-9-stable/contrib/gcc/config/arm/
Darm.h133 #ifndef TARGET_CPU_DEFAULT
134 #define TARGET_CPU_DEFAULT TARGET_CPU_generic macro
Darm.c953 cpu = TARGET_CPU_DEFAULT; in arm_override_options()

12