Home
last modified time | relevance | path

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

1234

/netbsd/src/external/gpl3/gcc/dist/gcc/config/sparc/
Dsparc.h138 #if TARGET_CPU_DEFAULT == TARGET_CPU_v9 \
139 || TARGET_CPU_DEFAULT == TARGET_CPU_ultrasparc \
140 || TARGET_CPU_DEFAULT == TARGET_CPU_ultrasparc3 \
141 || TARGET_CPU_DEFAULT == TARGET_CPU_niagara \
142 || TARGET_CPU_DEFAULT == TARGET_CPU_niagara2 \
143 || TARGET_CPU_DEFAULT == TARGET_CPU_niagara3 \
144 || TARGET_CPU_DEFAULT == TARGET_CPU_niagara4 \
145 || TARGET_CPU_DEFAULT == TARGET_CPU_niagara7 \
146 || TARGET_CPU_DEFAULT == TARGET_CPU_m8
151 #if TARGET_CPU_DEFAULT == TARGET_CPU_v9
[all …]
Dsol2.h107 #if TARGET_CPU_DEFAULT == TARGET_CPU_v9
114 #if TARGET_CPU_DEFAULT == TARGET_CPU_ultrasparc
123 #if TARGET_CPU_DEFAULT == TARGET_CPU_ultrasparc3
132 #if TARGET_CPU_DEFAULT == TARGET_CPU_niagara
141 #if TARGET_CPU_DEFAULT == TARGET_CPU_niagara2
150 #if TARGET_CPU_DEFAULT == TARGET_CPU_niagara3
159 #if TARGET_CPU_DEFAULT == TARGET_CPU_niagara4
168 #if TARGET_CPU_DEFAULT == TARGET_CPU_niagara7
177 #if TARGET_CPU_DEFAULT == TARGET_CPU_m8
Dnetbsd-elf.h122 #if TARGET_CPU_DEFAULT == TARGET_CPU_v9 \
123 || TARGET_CPU_DEFAULT == TARGET_CPU_ultrasparc
237 #if TARGET_CPU_DEFAULT == TARGET_CPU_v9 \
238 || TARGET_CPU_DEFAULT == TARGET_CPU_ultrasparc
/netbsd/src/external/gpl3/gcc/dist/gcc/config/v850/
Dv850.h44 #ifndef TARGET_CPU_DEFAULT
45 #define TARGET_CPU_DEFAULT TARGET_CPU_generic macro
55 #if TARGET_CPU_DEFAULT == TARGET_CPU_v850e
64 #if TARGET_CPU_DEFAULT == TARGET_CPU_v850e1
73 #if TARGET_CPU_DEFAULT == TARGET_CPU_v850e2
82 #if TARGET_CPU_DEFAULT == TARGET_CPU_v850e2v3
91 #if TARGET_CPU_DEFAULT == TARGET_CPU_v850e3v5
/netbsd/src/external/gpl3/gcc/dist/gcc/config/cris/
Dcris.h108 #ifdef TARGET_CPU_DEFAULT
109 #if TARGET_CPU_DEFAULT != 10
246 #ifndef TARGET_CPU_DEFAULT
247 #define TARGET_CPU_DEFAULT CRIS_CPU_BASE macro
255 # if TARGET_CPU_DEFAULT == 10
281 #define CRIS_DEFAULT_CPU_VERSION TARGET_CPU_DEFAULT
/netbsd/src/external/gpl3/gcc/dist/gcc/config/ia64/
Delf.h30 #if ((TARGET_CPU_DEFAULT | TARGET_DEFAULT) & MASK_GNU_AS) != 0
49 #if ((TARGET_CPU_DEFAULT | TARGET_DEFAULT) & MASK_GNU_LD) != 0
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dmkconfig.sh53 if [ "$TARGET_CPU_DEFAULT" != "" ]; then
54 echo "#define TARGET_CPU_DEFAULT ($TARGET_CPU_DEFAULT)" >> ${output}T
/netbsd/src/external/gpl3/gcc/dist/gcc/config/sh/
Dlinux.h42 (TARGET_CPU_DEFAULT | TARGET_ENDIAN_DEFAULT | TARGET_OPT_DEFAULT)
52 #if TARGET_CPU_DEFAULT & (MASK_HARD_SH2A_DOUBLE | MASK_SH4)
Dsh.h80 #ifndef TARGET_CPU_DEFAULT
81 #define TARGET_CPU_DEFAULT SELECT_SH1 macro
171 (TARGET_CPU_DEFAULT | TARGET_ENDIAN_DEFAULT | TARGET_OPT_DEFAULT)
205 #if TARGET_CPU_DEFAULT & MASK_HARD_SH4
249 #if TARGET_CPU_DEFAULT & MASK_HARD_SH4 && !(TARGET_CPU_DEFAULT & MASK_SH_E)
297 #if TARGET_CPU_DEFAULT & MASK_HARD_SH2A
/netbsd/src/external/gpl3/gcc/dist/gcc/config/pa/
Dpa64-hpux.h26 #if ((TARGET_DEFAULT | TARGET_CPU_DEFAULT) & MASK_GNU_LD)
58 #if ((TARGET_DEFAULT | TARGET_CPU_DEFAULT) & MASK_GNU_LD)
/netbsd/src/external/gpl3/gcc/usr.bin/gcc/arch/earm/
Dtm.h7 #define TARGET_CPU_DEFAULT ("arm9e") macro
/netbsd/src/external/gpl3/gcc/usr.bin/gcc/arch/earmv4/
Dtm.h7 #define TARGET_CPU_DEFAULT ("strongarm") macro
/netbsd/src/external/gpl3/gcc/usr.bin/gcc/arch/earmv7/
Dtm.h7 #define TARGET_CPU_DEFAULT ("cortex-a8") macro
/netbsd/src/external/gpl3/gcc/usr.bin/gcc/arch/earmv6/
Dtm.h7 #define TARGET_CPU_DEFAULT ("arm1176jzf-s") macro
/netbsd/src/external/gpl3/gcc/usr.bin/gcc/arch/sparc/
Dtm.h7 #define TARGET_CPU_DEFAULT (TARGET_CPU_v7) macro
/netbsd/src/external/gpl3/gcc/usr.bin/gcc/arch/sparc64/
Dtm.h7 #define TARGET_CPU_DEFAULT (TARGET_CPU_ultrasparc) macro
/netbsd/src/external/gpl3/gcc/usr.bin/gcc/arch/earmv7eb/
Dtm.h7 #define TARGET_CPU_DEFAULT ("cortex-a8") macro
/netbsd/src/external/gpl3/gcc/usr.bin/gcc/arch/earmv6eb/
Dtm.h7 #define TARGET_CPU_DEFAULT ("arm1176jzf-s") macro
/netbsd/src/external/gpl3/gcc/usr.bin/gcc/arch/earmv4eb/
Dtm.h7 #define TARGET_CPU_DEFAULT ("strongarm") macro
/netbsd/src/external/gpl3/gcc/usr.bin/gcc/arch/ia64/
Dtm.h7 #define TARGET_CPU_DEFAULT (MASK_GNU_AS|MASK_GNU_LD) macro
/netbsd/src/external/gpl3/gcc/usr.bin/gcc/arch/earmeb/
Dtm.h7 #define TARGET_CPU_DEFAULT ("arm9e") macro
/netbsd/src/external/gpl3/gcc/lib/
DMakefile.tconfigh7 TARGET_CPU_DEFAULT="" \
/netbsd/src/external/gpl3/gcc/usr.bin/gcc/arch/earmhf/
Dtm.h7 #define TARGET_CPU_DEFAULT ("arm10e") macro
/netbsd/src/external/gpl3/gcc/usr.bin/gcc/arch/earmv7hf/
Dtm.h7 #define TARGET_CPU_DEFAULT ("cortex-a8") macro
/netbsd/src/external/gpl3/gcc/usr.bin/gcc/arch/earmv6hf/
Dtm.h7 #define TARGET_CPU_DEFAULT ("arm1176jzf-s") macro

1234