Home
last modified time | relevance | path

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

/freebsd-13.1/share/mk/
H A Dbsd.cpu.mk123 _CPUCFLAGS = -mcpu=${CPUTYPE}
129 _CPUCFLAGS = -mcpu=${CPUTYPE} -mno-powerpc64
132 _CPUCFLAGS = -mcpu=${CPUTYPE}
153 _CPUCFLAGS = -mcpu=${CPUTYPE}
353 CFLAGS += -mcpu=8548 -mspe
H A Dbsd.compat.mk46 LIB32CPUFLAGS= -mcpu=powerpc
48 LIB32CPUFLAGS= -mcpu=${COMPAT_CPUTYPE}
/freebsd-13.1/sys/arm/rockchip/
H A Dstd.rk32xx6 makeoptions CONF_CFLAGS="-mcpu=cortex-a17"
/freebsd-13.1/sys/arm/broadcom/bcm2835/
H A Dstd.bcm28355 makeoptions CONF_CFLAGS="-mcpu=arm1176jzf-s"
/freebsd-13.1/contrib/bearssl/conf/
H A Dsamd20.mk13 CFLAGS = -W -Wall -Os -mthumb -ffunction-sections -fdata-sections -mcpu=cortex-m0plus -DBR_ARMEL_CO…
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h625 EngineBuilder &setMCPU(StringRef mcpu) { in setMCPU() argument
626 MCPU.assign(mcpu.begin(), mcpu.end()); in setMCPU()
/freebsd-13.1/stand/
H A Ddefs.mk120 CFLAGS+= -m32 -mcpu=powerpc -mbig-endian
122 CFLAGS+= -m32 -mcpu=powerpc -mlittle-endian
/freebsd-13.1/stand/powerpc/kboot/
H A DMakefile29 CFLAGS+= -mcpu=powerpc64
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DOtoolOpts.td19 def mcpu_EQ : Joined<["-"], "mcpu=">, HelpText<"select cpu for disassembly">;
H A DObjdumpOpts.td94 def mcpu_EQ : Joined<["--"], "mcpu=">,
96 HelpText<"Target a specific cpu type (--mcpu=help for details)">;
/freebsd-13.1/crypto/openssl/crypto/des/asm/
H A Ddes_enc.m415 ! 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-13.1/contrib/sqlite3/tea/tclconfig/
H A Dtcl.m41683 CFLAGS="$CFLAGS -arch ppc64 -mpowerpc64 -mcpu=G5"
1688 CFLAGS="$CFLAGS -arch ppc64 -mpowerpc64 -mcpu=G5"
1884 CFLAGS="$CFLAGS -m64 -mcpu=v9"
1885 LDFLAGS="$LDFLAGS -m64 -mcpu=v9"
1935 SHLIB_LD="$SHLIB_LD -m64 -mcpu=v9 -static-libgcc"
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DOptions.td947 def mcpu : Separate<["-"], "mcpu">,
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DOptions.td620 def plugin_opt_mcpu_eq: J<"plugin-opt=mcpu=">;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td1609 // Name - Chip set name. Used by command line (-mcpu=) to determine the
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td3070 def mcpu_EQ : Joined<["-"], "mcpu=">, Group<m_Group>;
3821 def mcpu_EQ_QUESTION : Flag<["-"], "mcpu=?">, Alias<print_supported_cpus>;
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticSemaKinds.td2966 " specify an appropriate -march= or -mcpu=">;