Searched refs:mcpu (Results 1 – 21 of 21) sorted by relevance
| /src/share/mk/ |
| H A D | bsd.compat.mk | 45 LIB32CPUFLAGS= -mcpu=powerpc 47 LIB32CPUFLAGS= -mcpu=${LIB32CPUTYPE} 63 LIB32CPUFLAGS= -mcpu=${LIB32CPUTYPE}
|
| H A D | bsd.cpu.mk | 116 _CPUCFLAGS = -mcpu=${CPUTYPE} 122 _CPUCFLAGS = -mcpu=${CPUTYPE} 125 _CPUCFLAGS = -mcpu=${CPUTYPE} 132 _CPUCFLAGS = -mcpu=${CPUTYPE}
|
| /src/stand/kboot/libkboot/arch/powerpc64/ |
| H A D | Makefile.inc | 1 CFLAGS+= -mcpu=powerpc64
|
| /src/stand/kboot/kboot/arch/powerpc64/ |
| H A D | Makefile.inc | 1 CFLAGS+= -mcpu=powerpc64
|
| /src/sys/arm/rockchip/ |
| H A D | std.rk32xx | 5 makeoptions CONF_CFLAGS="-mcpu=cortex-a17"
|
| /src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
| H A D | ExecutionEngine.h | 624 EngineBuilder &setMCPU(StringRef mcpu) { in setMCPU() argument 625 MCPU.assign(mcpu.begin(), mcpu.end()); in setMCPU()
|
| /src/contrib/bearssl/conf/ |
| H A D | samd20.mk | 13 CFLAGS = -W -Wall -Os -mthumb -ffunction-sections -fdata-sections -mcpu=cortex-m0plus -DBR_ARMEL_CO…
|
| /src/stand/ |
| H A D | defs.mk | 135 CFLAGS+= -m32 -mcpu=powerpc -mbig-endian 137 CFLAGS+= -m32 -mcpu=powerpc -mlittle-endian
|
| /src/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | OtoolOpts.td | 19 def mcpu_EQ : Joined<["-"], "mcpu=">, HelpText<"select cpu for disassembly">;
|
| H A D | ObjdumpOpts.td | 132 def mcpu_EQ : Joined<["--"], "mcpu=">, 134 HelpText<"Target a specific cpu type (--mcpu=help for details)">;
|
| /src/crypto/openssl/crypto/des/asm/ |
| H A D | des_enc.m4 | 15 ! Assemble through gcc: gcc -c -mcpu=ultrasparc -o des_enc.o des_enc.S 23 ! 115% faster than gcc-3.2.1 -m32 -mcpu=ultrasparc -O5 26 ! 100% faster than gcc-3.2.1 -m64 -mcpu=ultrasparc -O5
|
| /src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64Features.td | 28 // The user visible name used by -march/-mcpu modifiers and target attribute 37 // An Extension that can be toggled via a '-march'/'-mcpu' modifier or a target
|
| H A D | AArch64SchedA55.td | 10 // that this schedule is currently used as the default for -mcpu=generic. As a
|
| /src/contrib/llvm-project/lld/MachO/ |
| H A D | Options.td | 1018 def mcpu : Separate<["-"], "mcpu">,
|
| /src/contrib/llvm-project/lld/ELF/ |
| H A D | Options.td | 704 def plugin_opt_mcpu_eq: J<"plugin-opt=mcpu=">;
|
| /src/crypto/libecc/ |
| H A D | README.md | 818 where `$(TARGET_OPTS)` are the flags specific to the considered target: `-mcpu=cortex-m3 -mthumb` f… 1312 …$ make clean && CC=arm-linux-gnueabihf-gcc EXTRA_CFLAGS="-Wall -Wextra -O3 -g3 -mcpu=cortex-a9 -mf…
|
| /src/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 4644 HelpText<"For a list of available architectures for the target use '-mcpu=help'">; 4861 "\"zvl\" to use the value implied by -march/-mcpu.", 5777 HelpText<"Print the extensions enabled by the given target and -march/-mcpu options." 5780 def : Flag<["-"], "mcpu=help">, Alias<print_supported_cpus>; 6014 def mcpu_EQ : Joined<["-"], "mcpu=">, Group<m_Group>, 6015 HelpText<"For a list of available CPUs for the target use '-mcpu=help'">;
|
| /src/crypto/openssl/Configurations/ |
| H A D | unix-Makefile.tmpl | 371 # dependent assembler flags. E.g. if you throw -mcpu=ultrasparc at SPARC
|
| /src/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | Target.td | 1797 // Name - Chip set name. Used by command line (-mcpu=) to determine the
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticSemaKinds.td | 3265 " specify an appropriate -march= or -mcpu=">; 3268 " specify an appropriate -march= or -mcpu=">;
|
| H A D | AttrDocs.td | 2523 as per the ``-mcpu`` option, similarly for ``tune=``. The attribute also allows the
|