Home
last modified time | relevance | path

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

/freebsd-14.2/share/mk/
H A Dbsd.compat.mk50 LIB32CPUFLAGS= -mcpu=powerpc
52 LIB32CPUFLAGS= -mcpu=${LIB32CPUTYPE}
71 LIB32CPUFLAGS= -mcpu=${LIB32CPUTYPE}
H A Dbsd.cpu.mk125 _CPUCFLAGS = -mcpu=${CPUTYPE}
131 _CPUCFLAGS = -mcpu=${CPUTYPE}
134 _CPUCFLAGS = -mcpu=${CPUTYPE}
141 _CPUCFLAGS = -mcpu=${CPUTYPE}
349 CFLAGS += -mcpu=8548 -mspe
/freebsd-14.2/stand/kboot/libkboot/arch/powerpc64/
H A DMakefile.inc1 CFLAGS+= -mcpu=powerpc64
/freebsd-14.2/stand/kboot/kboot/arch/powerpc64/
H A DMakefile.inc1 CFLAGS+= -mcpu=powerpc64
/freebsd-14.2/sys/arm/rockchip/
H A Dstd.rk32xx5 makeoptions CONF_CFLAGS="-mcpu=cortex-a17"
/freebsd-14.2/sys/arm/broadcom/bcm2835/
H A Dstd.bcm28354 makeoptions CONF_CFLAGS="-mcpu=arm1176jzf-s"
/freebsd-14.2/contrib/bearssl/conf/
H A Dsamd20.mk13 CFLAGS = -W -Wall -Os -mthumb -ffunction-sections -fdata-sections -mcpu=cortex-m0plus -DBR_ARMEL_CO…
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h624 EngineBuilder &setMCPU(StringRef mcpu) { in setMCPU() argument
625 MCPU.assign(mcpu.begin(), mcpu.end()); in setMCPU()
/freebsd-14.2/stand/
H A Ddefs.mk126 CFLAGS+= -m32 -mcpu=powerpc -mbig-endian
128 CFLAGS+= -m32 -mcpu=powerpc -mlittle-endian
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DOtoolOpts.td19 def mcpu_EQ : Joined<["-"], "mcpu=">, HelpText<"select cpu for disassembly">;
H A DObjdumpOpts.td132 def mcpu_EQ : Joined<["--"], "mcpu=">,
134 HelpText<"Target a specific cpu type (--mcpu=help for details)">;
/freebsd-14.2/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-14.2/contrib/sqlite3/tea/tclconfig/
H A Dtcl.m41617 CFLAGS="$CFLAGS -arch ppc64 -mpowerpc64 -mcpu=G5"
1622 CFLAGS="$CFLAGS -arch ppc64 -mpowerpc64 -mcpu=G5"
1813 CFLAGS="$CFLAGS -m64 -mcpu=v9"
1814 LDFLAGS="$LDFLAGS -m64 -mcpu=v9"
1864 SHLIB_LD="$SHLIB_LD -m64 -mcpu=v9 -static-libgcc"
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedA55.td10 // that this schedule is currently used as the default for -mcpu=generic. As a
/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DOptions.td1004 def mcpu : Separate<["-"], "mcpu">,
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DOptions.td676 def plugin_opt_mcpu_eq: J<"plugin-opt=mcpu=">;
/freebsd-14.2/crypto/openssl/Configurations/
H A Dunix-Makefile.tmpl331 # dependent assembler flags. E.g. if you throw -mcpu=ultrasparc at SPARC
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4412 HelpText<"For a list of available architectures for the target use '-mcpu=help'">;
4622 "\"zvl\" to use the value implied by -march/-mcpu. On Clang, value "
5479 def : Flag<["-"], "mcpu=help">, Alias<print_supported_cpus>;
5712 def mcpu_EQ : Joined<["-"], "mcpu=">, Group<m_Group>,
5713 HelpText<"For a list of available CPUs for the target use '-mcpu=help'">;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td1736 // Name - Chip set name. Used by command line (-mcpu=) to determine the
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DAttrDocs.td2480 as per the ``-mcpu`` option, similarly for ``tune=``. The attribute also allows the
H A DDiagnosticSemaKinds.td3204 " specify an appropriate -march= or -mcpu=">;