Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/
Dfract.glsl1 ; RUN: ./amdgcn_glslc -mcpu=tahiti %s | FileCheck -check-prefix=GCN -check-prefix=FUNC -check-prefi…
2 ; RUN: ./amdgcn_glslc -mcpu=bonaire %s | FileCheck -check-prefix=GCN -check-prefix=FUNC -check-pref…
3 ; RUN: ./amdgcn_glslc -mcpu=tonga %s | FileCheck -check-prefix=GCN -check-prefix=FUNC -check-prefix…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h617 EngineBuilder &setMCPU(StringRef mcpu) { in setMCPU() argument
618 MCPU.assign(mcpu.begin(), mcpu.end()); in setMCPU()
/third_party/jerryscript/cmake/
Dtoolchain_mcu_stm32f7.cmake19 set(FLAGS_COMMON_ARCH -mthumb -mcpu=cortex-m7 -march=armv7e-m -mfloat-abi=hard)
Dtoolchain_mcu_stm32f4.cmake19 set(FLAGS_COMMON_ARCH -mlittle-endian -mthumb -mcpu=cortex-m4 -march=armv7e-m -mfpu=fpv4-sp-d16 -mf…
Dtoolchain_mcu_stm32f3.cmake19 set(FLAGS_COMMON_ARCH -mlittle-endian -mthumb -mcpu=cortex-m4 -march=armv7e-m -mfpu=fpv4-sp-d16 -mf…
/third_party/jerryscript/targets/particle/
DMakefile.particle22 EXT_CFLAGS += -mlittle-endian -mthumb -mcpu=cortex-m4
/third_party/jerryscript/targets/riot-stm32f4/
DMakefile.riot28 EXT_CFLAGS += -mlittle-endian -mthumb -mcpu=cortex-m4
/third_party/flutter/skia/third_party/externals/sdl/
DMakefile.pandora9 CFLAGS = -O3 -march=armv7-a -mcpu=cortex-a8 -mtune=cortex-a8 -mfloat-abi=softfp \
/third_party/libffi/m4/
Dax_gcc_archflag.m4239 # -mcpu=$arch and m$arch generate nonportable code on every arch except
241 case $host_cpu in i*86|x86_64*|amd64*) flag_prefixes="$flag_prefixes -mcpu= -m";; esac
243 flag_prefixes="-march= -mcpu= -m"
/third_party/mesa3d/docs/relnotes/
D10.2.8.rst102 - gallivm: set mcpu when initializing llvm execution engine
/third_party/musl/scripts/build_lite/
DMakefile72 ARCH_CFLAGS = -mfloat-abi=softfp -mcpu=cortex-a7 -mfpu=neon-vfpv4
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCommandFlags.inc34 MCPU("mcpu",
35 cl::desc("Target a specific cpu type (-mcpu=help for details)"),
/third_party/openssl/crypto/des/asm/
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
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
DBUILDING.md417 …export CFLAGS="-mfloat-abi=softfp -march=armv7 -mcpu=cortex-a8 -mtune=cortex-a8 -mfpu=neon -miphon…
470 …export CFLAGS="-Wall -mfloat-abi=softfp -march=armv7s -mcpu=swift -mtune=swift -mfpu=neon -miphone…
/third_party/flutter/skia/third_party/externals/libpng/
Dconfigure.ac509 [or '-mcpu=power8'to the compiler.]);;
/third_party/skia/third_party/externals/libpng/
Dconfigure.ac509 [or '-mcpu=power8'to the compiler.]);;
/third_party/node/tools/v8_gypfiles/
Dtoolchain.gypi323 'cflags': [ '-mcpu=power5+ -mfprnd' ],
/third_party/skia/third_party/externals/freetype/builds/unix/
Dconfigure.raw550 -m32|-m64|-march=*|-mcpu=*) # options taking no argument
/third_party/flutter/skia/third_party/externals/freetype/builds/unix/
Dconfigure.raw585 -m32|-m64|-march=*|-mcpu=*) # options taking no argument
/third_party/freetype/builds/unix/
Dconfigure.ac585 -m32|-m64|-march=*|-mcpu=*) # options taking no argument
Dconfigure.raw585 -m32|-m64|-march=*|-mcpu=*) # options taking no argument
/third_party/flutter/build/skia/
DBUILD.gn473 cflags += [ "-mcpu=native" ]
/third_party/openssl/Configurations/
Dunix-Makefile.tmpl331 # dependent assembler flags. E.g. if you throw -mcpu=ultrasparc at SPARC
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTarget.td1523 // Name - Chip set name. Used by command line (-mcpu=) to determine the
/third_party/libffi/
Dconfigure17176 case $host_cpu in i*86|x86_64*|amd64*) flag_prefixes="$flag_prefixes -mcpu= -m";; esac
17178 flag_prefixes="-march= -mcpu= -m"

12