Searched refs:target_cpu (Results 1 - 25 of 106) sorted by relevance

12345

/haiku-buildtools/gcc/gcc/common/config/msp430/
H A Dmsp430-common.c48 target_cpu = "msp430x";
54 target_cpu = "msp430";
71 target_cpu = "msp430";
77 target_cpu = "msp430x";
81 target_cpu = NULL;
/haiku-buildtools/legacy/gcc/gcc/config/convex/
H A Dconvex.h69 #define TARGET_C1 (target_cpu == 0)
70 #define TARGET_C2 (target_cpu == 1)
71 #define TARGET_C34 (target_cpu == 2)
72 #define TARGET_C38 (target_cpu == 3)
84 target_cpu = 0; \
86 target_cpu = 1; \
88 target_cpu = 2; \
90 target_cpu = 3; \
1127 return 4 * (char) (0x03060403 >> target_cpu * 8); \
1131 return 4 * (char) (0x03010403 >> target_cpu *
[all...]
H A Dconvex.c43 int target_cpu; variable
/haiku-buildtools/gcc/gcc/config/m32c/
H A Dm32c.h92 #define TARGET_R8C (target_cpu == 'r')
93 #define TARGET_M16C (target_cpu == '6')
94 #define TARGET_M32CM (target_cpu == 'm')
95 #define TARGET_M32C (target_cpu == '3')
/haiku-buildtools/legacy/binutils/binutils/testsuite/binutils-all/
H A Dobjdump.exp48 lappend cpus_expected ${target_cpu}
/haiku-buildtools/gcc/gcc/ada/gcc-interface/
H A DMakefile.in157 target_cpu=@target_cpu@
355 ifeq ($(strip $(filter-out %x86_64, $(target_cpu))),)
357 target_cpu:=i686
360 target_cpu:=x32
477 ifeq ($(strip $(filter-out m68k% wrs vx%,$(target_cpu) $(target_vendor) $(target_os))),)
520 ifeq ($(strip $(filter-out powerpc% wrs vxworks vxworks7,$(target_cpu) $(target_vendor) $(target_os))),)
645 ifeq ($(strip $(filter-out powerpc% wrs vxworksae,$(target_cpu) $(target_vendor) $(target_os))),)
715 ifeq ($(strip $(filter-out powerpc% wrs vxworksmils,$(target_cpu) $(target_vendor) $(target_os))),)
766 ifeq ($(strip $(filter-out %86 wrs vxworksae vxworksmils,$(target_cpu)
[all...]
/haiku-buildtools/legacy/binutils/gas/testsuite/lib/
H A Dgas-defs.exp162 global target_cpu
169 case "$target_cpu" in {
172 default { set target_cpu_family $target_cpu }
/haiku-buildtools/gcc/libgomp/testsuite/
H A DMakefile.in209 target_cpu = @target_cpu@
/haiku-buildtools/gcc/libatomic/testsuite/
H A DMakefile.in206 target_cpu = @target_cpu@
/haiku-buildtools/gcc/libvtv/testsuite/
H A DMakefile.in186 target_cpu = @target_cpu@
/haiku-buildtools/gcc/libvtv/testsuite/other-tests/
H A DMakefile.in182 target_cpu = @target_cpu@
/haiku-buildtools/binutils/gas/testsuite/lib/
H A Dgas-defs.exp263 global target_cpu
270 case "$target_cpu" in {
273 default { set target_cpu_family $target_cpu }
/haiku-buildtools/legacy/gcc/
H A Dconfigure750 target_cpu=`echo $result | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
753 target=${target_cpu}-${target_vendor}-${target_os}
1296 target_cpu = ${target_cpu}
1299 target_canonical = ${target_cpu}-${target_vendor}-${target_os}
H A Dconfigure.in999 if test -f ${srcdir}/config/mt-${target_cpu}pic; then
1000 target_makefile_frag="${target_makefile_frag} config/mt-${target_cpu}pic"
/haiku-buildtools/binutils/binutils/testsuite/binutils-all/
H A Dobjdump.exp46 lappend cpus_expected ${target_cpu}
/haiku-buildtools/gcc/libmpx/mpxrt/
H A DMakefile.in220 target_cpu = @target_cpu@
/haiku-buildtools/gcc/libmpx/mpxwrap/
H A DMakefile.in219 target_cpu = @target_cpu@
/haiku-buildtools/gcc/libstdc++-v3/po/
H A DMakefile.in280 target_cpu = @target_cpu@
/haiku-buildtools/gcc/libstdc++-v3/python/
H A DMakefile.in310 target_cpu = @target_cpu@
/haiku-buildtools/gcc/libsanitizer/interception/
H A DMakefile.in214 target_cpu = @target_cpu@
/haiku-buildtools/legacy/gcc/libf2c/
H A Dconfigure1303 target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1501 s%@target_cpu@%$target_cpu%g
/haiku-buildtools/gcc/liboffloadmic/plugin/
H A DMakefile.in265 target_cpu = @target_cpu@
/haiku-buildtools/gcc/libmpx/
H A DMakefile.in226 target_cpu = @target_cpu@
/haiku-buildtools/gcc/libstdc++-v3/src/c++11/
H A DMakefile.in313 target_cpu = @target_cpu@
/haiku-buildtools/gcc/libsanitizer/lsan/
H A DMakefile.in249 target_cpu = @target_cpu@

Completed in 161 milliseconds

12345