Searched refs:mcpu (Results 1 – 25 of 32) sorted by relevance
12
1 ; 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…
617 EngineBuilder &setMCPU(StringRef mcpu) { in setMCPU() argument618 MCPU.assign(mcpu.begin(), mcpu.end()); in setMCPU()
19 set(FLAGS_COMMON_ARCH -mthumb -mcpu=cortex-m7 -march=armv7e-m -mfloat-abi=hard)
19 set(FLAGS_COMMON_ARCH -mlittle-endian -mthumb -mcpu=cortex-m4 -march=armv7e-m -mfpu=fpv4-sp-d16 -mf…
22 EXT_CFLAGS += -mlittle-endian -mthumb -mcpu=cortex-m4
28 EXT_CFLAGS += -mlittle-endian -mthumb -mcpu=cortex-m4
9 CFLAGS = -O3 -march=armv7-a -mcpu=cortex-a8 -mtune=cortex-a8 -mfloat-abi=softfp \
239 # -mcpu=$arch and m$arch generate nonportable code on every arch except241 case $host_cpu in i*86|x86_64*|amd64*) flag_prefixes="$flag_prefixes -mcpu= -m";; esac243 flag_prefixes="-march= -mcpu= -m"
102 - gallivm: set mcpu when initializing llvm execution engine
72 ARCH_CFLAGS = -mfloat-abi=softfp -mcpu=cortex-a7 -mfpu=neon-vfpv4
34 MCPU("mcpu",35 cl::desc("Target a specific cpu type (-mcpu=help for details)"),
15 ! Assemble through gcc: gcc -c -mcpu=ultrasparc -o des_enc.o des_enc.S23 ! 115% faster than gcc-3.2.1 -m32 -mcpu=ultrasparc -O526 ! 100% faster than gcc-3.2.1 -m64 -mcpu=ultrasparc -O5
417 …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…
509 [or '-mcpu=power8'to the compiler.]);;
323 'cflags': [ '-mcpu=power5+ -mfprnd' ],
550 -m32|-m64|-march=*|-mcpu=*) # options taking no argument
585 -m32|-m64|-march=*|-mcpu=*) # options taking no argument
473 cflags += [ "-mcpu=native" ]
331 # dependent assembler flags. E.g. if you throw -mcpu=ultrasparc at SPARC
1523 // Name - Chip set name. Used by command line (-mcpu=) to determine the
17176 case $host_cpu in i*86|x86_64*|amd64*) flag_prefixes="$flag_prefixes -mcpu= -m";; esac17178 flag_prefixes="-march= -mcpu= -m"