| /freebsd/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} 140 _CPUCFLAGS = -mcpu=${CPUTYPE}
|
| /freebsd/stand/kboot/libkboot/arch/powerpc64/ |
| H A D | Makefile.inc | 1 CFLAGS+= -mcpu=powerpc64
|
| /freebsd/stand/kboot/kboot/arch/powerpc64/ |
| H A D | Makefile.inc | 1 CFLAGS+= -mcpu=powerpc64
|
| /freebsd/sys/arm/rockchip/ |
| H A D | std.rk32xx | 5 makeoptions CONF_CFLAGS="-mcpu=cortex-a17"
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
| H A D | ExecutionEngine.h | 627 EngineBuilder &setMCPU(StringRef mcpu) { in setMCPU() argument 628 MCPU.assign(mcpu.begin(), mcpu.end()); in setMCPU()
|
| /freebsd/contrib/bearssl/conf/ |
| H A D | samd20.mk | 13 CFLAGS = -W -Wall -Os -mthumb -ffunction-sections -fdata-sections -mcpu=cortex-m0plus -DBR_ARMEL_CO…
|
| /freebsd/stand/ |
| H A D | defs.mk | 142 CFLAGS+= -m32 -mcpu=powerpc -mbig-endian 144 CFLAGS+= -m32 -mcpu=powerpc -mlittle-endian
|
| /freebsd/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)">;
|
| /freebsd/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
|
| /freebsd/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
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | TargetProperties.td | 165 Desc<"Override the CPU for disassembling. Takes the same values as the -mcpu clang flag.">;
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | Options.td | 1065 def mcpu : Separate<["-"], "mcpu">,
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Options.td | 744 def plugin_opt_mcpu_eq: J<"plugin-opt=mcpu=">;
|
| /freebsd/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…
|
| /freebsd/crypto/openssl/Configurations/ |
| H A D | unix-Makefile.tmpl | 372 # dependent assembler flags. E.g. if you throw -mcpu=ultrasparc at SPARC
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 4919 HelpText<"For a list of available architectures for the target use '-mcpu=help'">; 5137 "-march/-mcpu.", 6148 def : Flag<["-"], "mcpu=help">, Alias<print_supported_cpus>; 6159 HelpText<"Print the extensions enabled by the given target and -march/-mcpu options." 6396 def mcpu_EQ : Joined<["-"], "mcpu=">, Group<m_Group>, 6397 HelpText<"For a list of available CPUs for the target use '-mcpu=help'">;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | Target.td | 1819 // Name - Chip set name. Used by command line (-mcpu=) to determine the
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticSemaKinds.td | 3377 " specify an appropriate -march= or -mcpu=">; 3380 " specify an appropriate -march= or -mcpu=">;
|
| H A D | AttrDocs.td | 3025 as per the ``-mcpu`` option, similarly for ``tune=``. The attribute also allows the
|