Home
last modified time | relevance | path

Searched refs:mcpu (Results 1 – 25 of 150) sorted by relevance

123456

/openbmc/u-boot/arch/m68k/
H A DMakefile8 cpuflags-$(CONFIG_M5208) := -mcpu=5208
9 cpuflags-$(CONFIG_M5235) := -mcpu=5235 -fPIC
10 cpuflags-$(CONFIG_M52277) := -mcpu=52277 -fPIC
11 cpuflags-$(CONFIG_M5249) := -mcpu=5249
12 cpuflags-$(CONFIG_M5253) := -mcpu=5253
13 cpuflags-$(CONFIG_M5271) := -mcpu=5271
14 cpuflags-$(CONFIG_M5272) := -mcpu=5272
15 cpuflags-$(CONFIG_M5275) := -mcpu=5275
16 cpuflags-$(CONFIG_M5282) := -mcpu=5282
17 cpuflags-$(CONFIG_M5307) := -mcpu=5307
[all …]
/openbmc/linux/arch/m68k/
H A DMakefile42 cpuflags-$(CONFIG_M54xx) = $(call cc-option,-mcpu=5475,-m5200)
43 cpuflags-$(CONFIG_M5407) = $(call cc-option,-mcpu=5407,-m5200)
44 cpuflags-$(CONFIG_M532x) = $(call cc-option,-mcpu=532x,-m5307)
45 cpuflags-$(CONFIG_M537x) = $(call cc-option,-mcpu=537x,-m5307)
46 cpuflags-$(CONFIG_M5307) = $(call cc-option,-mcpu=5307,-m5200)
47 cpuflags-$(CONFIG_M528x) = $(call cc-option,-mcpu=528x,-m5307)
48 cpuflags-$(CONFIG_M5275) = $(call cc-option,-mcpu=5275,-m5307)
49 cpuflags-$(CONFIG_M5272) = $(call cc-option,-mcpu=5272,-m5307)
50 cpuflags-$(CONFIG_M5271) = $(call cc-option,-mcpu=5271,-m5307)
51 cpuflags-$(CONFIG_M523x) = $(call cc-option,-mcpu=523x,-m5307)
[all …]
/openbmc/openbmc/poky/meta/recipes-support/boost/boost/
H A D0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch114 -cpu-flags gcc OPTIONS : sparc : v8 : -mcpu=v8 ;
123 -cpu-flags gcc OPTIONS : sparc : v9 : -mcpu=v9 ;
127 -cpu-flags gcc OPTIONS : power : 403 : -mcpu=403 ;
128 -cpu-flags gcc OPTIONS : power : 505 : -mcpu=505 ;
129 -cpu-flags gcc OPTIONS : power : 601 : -mcpu=601 ;
130 -cpu-flags gcc OPTIONS : power : 602 : -mcpu=602 ;
131 -cpu-flags gcc OPTIONS : power : 603 : -mcpu=603 ;
133 -cpu-flags gcc OPTIONS : power : 604 : -mcpu=604 ;
135 -cpu-flags gcc OPTIONS : power : 620 : -mcpu=620 ;
136 -cpu-flags gcc OPTIONS : power : 630 : -mcpu=630 ;
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/
H A D0001-makefiles-Drop-setting-mcpu-to-cortex-a8-on-arm-arch.patch4 Subject: [PATCH] makefiles: Drop setting -mcpu to cortex-a8 on arm
30 - $(AM_CFLAGS_BASE) -marm -mcpu=cortex-a8
33 - -marm -mcpu=cortex-a8 $(AM_CFLAGS_PSO_BASE)
36 - -marm -mcpu=cortex-a8 -g
49 -annotate_hbefore_CFLAGS = $(AM_CFLAGS) -mcpu=cortex-a8
50 -tc07_hbl1_CFLAGS = $(AM_CFLAGS) -mcpu=cortex-a8
51 -tc08_hbl2_CFLAGS = $(AM_CFLAGS) -mcpu=cortex-a8
80 -vfp_CFLAGS = $(AM_CFLAGS) -g -O0 -mcpu=cortex-a8 \
86 -neon128_CFLAGS = $(AM_CFLAGS) -g -O0 -mcpu=cortex-a8 \
91 -neon64_CFLAGS = $(AM_CFLAGS) -g -O0 -mcpu=cortex-a8 \
[all …]
H A Duse-appropriate-march-mcpu-mfpu-for-ARM-test-apps.patch4 Subject: [PATCH] use appropriate -march/-mcpu/-mfpu for ARM test apps
7 -march/-mcpu/-mfpu flags to support the instructions being tested.
12 -march=armv7ve and -mcpu=cortex-a15 (since some TUNE_CCARGS may set
13 -march=armv7-a and adding -mcpu=cortex-a15 alone is not enough to
29 @@ -62,8 +62,10 @@ neon64_CFLAGS = $(AM_CFLAGS) -g -O0 -mcpu=cortex-a8 \
33 -intdiv_CFLAGS = $(AM_CFLAGS) -g -mcpu=cortex-a15 -mthumb
34 +intdiv_CFLAGS = $(AM_CFLAGS) -g -march=armv7ve -mcpu=cortex-a15 -mthumb
35 ldrt_CFLAGS = $(AM_CFLAGS) -g -mcpu=cortex-a8 -mthumb
36 ldrt_arm_CFLAGS = $(AM_CFLAGS) -g -mcpu=cortex-a8 -marm
38 -vfpv4_fma_CFLAGS = $(AM_CFLAGS) -g -O0 -mcpu=cortex-a15 -mfpu=vfpv4 -marm
[all …]
/openbmc/linux/arch/alpha/
H A DMakefile18 cpuflags-$(CONFIG_ALPHA_EV4) := -mcpu=ev4
19 cpuflags-$(CONFIG_ALPHA_EV5) := -mcpu=ev5
20 cpuflags-$(CONFIG_ALPHA_EV56) := -mcpu=ev56
21 cpuflags-$(CONFIG_ALPHA_POLARIS) := -mcpu=pca56
22 cpuflags-$(CONFIG_ALPHA_SX164) := -mcpu=pca56
23 cpuflags-$(CONFIG_ALPHA_EV6) := -mcpu=ev6
24 cpuflags-$(CONFIG_ALPHA_EV67) := -mcpu=ev67
29 cpuflags-$(CONFIG_ALPHA_GENERIC) := -mcpu=ev5
/openbmc/linux/arch/arc/
H A DMakefile14 tune-mcpu-def-$(CONFIG_ISA_ARCOMPACT) := -mcpu=arc700
15 tune-mcpu-def-$(CONFIG_ISA_ARCV2) := -mcpu=hs38
18 cflags-y += $(tune-mcpu-def-y)
20 tune-mcpu := $(CONFIG_ARC_TUNE_MCPU)
21 ifneq ($(call cc-option,$(tune-mcpu)),)
22 cflags-y += $(tune-mcpu)
27 cflags-y += $(tune-mcpu-def-y)
/openbmc/qemu/tests/tcg/ppc64/
H A DMakefile.target9 $(call cc-option,-mcpu=power8, CROSS_CC_HAS_CPU_POWER8); \
29 $(PPC64_TESTS): CFLAGS += -mcpu=power8
34 vsx_f2i_nan: CFLAGS += -mcpu=power8 -I$(SRC_PATH)/include
42 byte_reverse: CFLAGS += -mcpu=power10
45 sha512-vector: CFLAGS +=-mcpu=power10 -O3
51 vector: CFLAGS += -mcpu=power10 -I$(SRC_PATH)/include
/openbmc/u-boot/arch/arc/
H A Dconfig.mk26 PLATFORM_CPPFLAGS += -mcpu=arc700
30 PLATFORM_CPPFLAGS += -mcpu=arc700 -mlock -mswape
34 PLATFORM_CPPFLAGS += -mcpu=arcem
38 PLATFORM_CPPFLAGS += -mcpu=archs
42 PLATFORM_CPPFLAGS += -mcpu=archs
/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/
H A Dtune-ppce500mc.inc6 TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'ppce500mc', ' -mcpu=e500mc', '', d)}"
13 # pass -mcpu=e500mc for ppce500mc kernel cross compile
14 TARGET_CC_KERNEL_ARCH = "-mcpu=e500mc"
/openbmc/linux/Documentation/bpf/
H A Dclang-notes.rst15 Clang can select the eBPF ISA version using ``-mcpu=v3`` for example to select version 3.
32 Clang can generate atomic instructions by default when ``-mcpu=v3`` is
33 enabled. If a lower version for ``-mcpu`` is set, the only atomic instruction
35 the atomics features, while keeping a lower ``-mcpu`` version, you can use
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0015-powerpc-Do-not-ask-compiler-for-finding-arch.patch7 and moreover it uses its own -mcpu/-march options via cflags
27 - | grep -E "mcpu=|.machine" -m 1 \
28 - | sed -e "s/.*machine //" -e "s/.*mcpu=\(.*\)\"/\1/"`
43 - | grep -E "mcpu=|[.]machine" -m 1 \
44 - | sed -e "s/.*machine //" -e "s/.*mcpu=\(.*\)\"/\1/"`
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0003-64-bit-multilib-hack.patch67 -MULTILIB_OPTIONS = mcpu=hs/mcpu=archs/mcpu=hs38/mcpu=hs38_linux/mcpu=arc700/mcpu=nps400
68 +#MULTILIB_OPTIONS = mcpu=hs/mcpu=archs/mcpu=hs38/mcpu=hs38_linux/mcpu=arc700/mcpu=nps400
74 MULTILIB_MATCHES += mcpu?arc700=mA7
/openbmc/openbmc/poky/meta/recipes-multimedia/liba52/liba52/
H A Dbuildcleanup.patch37 - i386-*) OPT_CFLAGS="$CFLAGS -mcpu=i386";;
38 - i486-*) OPT_CFLAGS="$CFLAGS -mcpu=i486";;
39 - i586-*) OPT_CFLAGS="$CFLAGS -mcpu=pentium";;
40 - i686-*) OPT_CFLAGS="$CFLAGS -mcpu=pentiumpro";;
41 - k6-*) OPT_CFLAGS="$CFLAGS -mcpu=k6";;
/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv5/
H A Dtune-xscale.inc6 TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'xscale', ' -mcpu=xscale', '', d)}"
11 # mcpu is used so don't use armv5te as we don't want march
17 # mcpu is used so don't use armv5te as we don't want march
H A Dtune-arm926ejs.inc6 TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'arm926ejs', ' -mcpu=arm926ej-s', '', d)}"
11 # mcpu is used so don't use armv5te as we don't want march
/openbmc/openbmc/poky/meta/recipes-multimedia/x264/x264/
H A Ddon-t-default-to-cortex-a9-with-neon.patch7 -mcpu=cortex-a8 -mfpu=neon.
26 - [ $compiler == CL ] || echo $CFLAGS | grep -Eq '(-mcpu|-march|-mfpu)' || CFLAGS="$CFLAGS -mcpu
/openbmc/linux/arch/sparc/
H A DMakefile32 KBUILD_CFLAGS += -m32 -mcpu=v8 -pipe -mno-fpu -fcall-used-g5 -fcall-used-g7
47 KBUILD_CFLAGS += -m64 -pipe -mno-fpu -mcpu=ultrasparc -mcmodel=medlow
51 KBUILD_AFLAGS += -m64 -mcpu=ultrasparc -Wa,--undeclared-regs
/openbmc/linux/arch/csky/
H A DMakefile39 KBUILD_CFLAGS += -mcpu=$(CPUTYPE) -Wa,-mcpu=$(MCPU_STR)
/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-m/
H A Dtune-cortexm23.inc7 TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexm23', ' -mcpu=cortex-m23', '', d)}"
13 # We do not want -march since -mcpu is added above to cover for it
/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv4/
H A Dtune-arm9tdmi.inc6 TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'arm9tdmi', ' -mcpu=arm9tdmi', '', d)}"
11 # mcpu is used so don't use armv4t as we don't want march
H A Dtune-arm920t.inc6 TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'arm920t', ' -mcpu=arm920t', '', d)}"
11 # mcpu is used so don't use armv4t as we don't want march
/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-2a/
H A Dtune-octeontx2.inc4 TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'octeontx2', ' -mcpu=octeontx2', '', d)}"
11 # We do not want -march since -mcpu is added above to cover for it
H A Dtune-cortexa55.inc4 TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexa55', ' -mcpu=cortex-a55', '', d)}"
11 # We do not want -march since -mcpu is added above to cover for it
/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-1m/
H A Dtune-cortexm55.inc7 TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexm55', ' -mcpu=cortex-m55', '', d)}"
13 # We do not want -march since -mcpu is added above to cover for it

123456