Searched refs:TARGET_CPU_DEFAULT (Results 1 - 21 of 21) sorted by relevance

/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Delf.h12 #if ((TARGET_CPU_DEFAULT | TARGET_DEFAULT) & MASK_GNU_AS) != 0
31 #if ((TARGET_CPU_DEFAULT | TARGET_DEFAULT) & MASK_GNU_LD) != 0
H A Dia64.h102 #ifndef TARGET_CPU_DEFAULT macro
103 #define TARGET_CPU_DEFAULT 0
H A Dia64.c456 #define TARGET_DEFAULT_TARGET_FLAGS (TARGET_DEFAULT | TARGET_CPU_DEFAULT)
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dnetbsd-elf.h91 and then based on SPARC_BI_ARCH, DEFAULT_ARCH32_P, and TARGET_CPU_DEFAULT,
102 /* TARGET_CPU_DEFAULT is set in Makefile.in. We test for 64-bit default
105 #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
245 #else /* TARGET_CPU_DEFAULT == TARGET_CPU_v9 \
246 || TARGET_CPU_DEFAULT == TARGET_CPU_ultrasparc */
263 #endif /* TARGET_CPU_DEFAULT == TARGET_CPU_v9 \
264 || TARGET_CPU_DEFAULT
[all...]
H A 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
H A 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
H A 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
H A Dsparc.h223 /* Values of TARGET_CPU_DEFAULT, set via -D in the Makefile,
244 #if TARGET_CPU_DEFAULT == TARGET_CPU_v9 \
245 || TARGET_CPU_DEFAULT == TARGET_CPU_ultrasparc \
246 || TARGET_CPU_DEFAULT == TARGET_CPU_ultrasparc3 \
247 || TARGET_CPU_DEFAULT == TARGET_CPU_niagara
252 #if TARGET_CPU_DEFAULT == TARGET_CPU_v9
260 #if TARGET_CPU_DEFAULT == TARGET_CPU_ultrasparc
264 #if TARGET_CPU_DEFAULT == TARGET_CPU_ultrasparc3
268 #if TARGET_CPU_DEFAULT == TARGET_CPU_niagara
278 #if TARGET_CPU_DEFAULT
[all...]
H A Dsparc.c420 /* CPU type. This is set from TARGET_CPU_DEFAULT and -m{cpu,tune}=xxx. */
610 /* Map TARGET_CPU_DEFAULT to value for -m{arch,tune}=. */
712 if (def->cpu == TARGET_CPU_DEFAULT)
/freebsd-9.3-release/contrib/gcc/
H A Dmkconfig.sh25 # TARGET_CPU_DEFAULT are expected to be set in the environment.
29 echo " [TARGET_CPU_DEFAULT='default'] mkconfig.sh FILE" >&2
52 # Define TARGET_CPU_DEFAULT if the system wants one.
54 if [ "$TARGET_CPU_DEFAULT" != "" ]; then
55 echo "#define TARGET_CPU_DEFAULT ($TARGET_CPU_DEFAULT)" >> ${output}T
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Di386-interix.h46 #undef TARGET_CPU_DEFAULT macro
47 #define TARGET_CPU_DEFAULT 2 /* 486 */ macro
H A Di386.h95 #ifndef TARGET_CPU_DEFAULT
96 #define TARGET_CPU_DEFAULT TARGET_CPU_DEFAULT_generic macro
H A Di386.c1898 ix86_tune_string = cpu_names [TARGET_CPU_DEFAULT];
/freebsd-9.3-release/gnu/usr.bin/cc/cc_tools/
H A 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}" \
[all...]
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Dlinux64.h130 ? (char *) 0 : TARGET_CPU_DEFAULT)
H A Drs6000.h49 #ifndef TARGET_CPU_DEFAULT
50 #define TARGET_CPU_DEFAULT ((char *)0) macro
347 #define OVERRIDE_OPTIONS rs6000_override_options (TARGET_CPU_DEFAULT)
H A Drs6000.c1977 const char *default_cpu = TARGET_CPU_DEFAULT;
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Darm.h134 #ifndef TARGET_CPU_DEFAULT macro
135 #define TARGET_CPU_DEFAULT TARGET_CPU_generic
H A Darm.c956 cpu = TARGET_CPU_DEFAULT;
/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dmips.h454 #ifndef TARGET_CPU_DEFAULT macro
455 #define TARGET_CPU_DEFAULT 0
H A Dmips.c1097 | TARGET_CPU_DEFAULT \

Completed in 457 milliseconds