HomeSort by relevance Sort by last modified time
    Searched full:mcpu (Results 1 - 25 of 687) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/X86/
2007-02-25-FastCCStack.ll 1 ; RUN: llc < %s -march=x86 -mcpu=pentium3
memset64-on-x86-32.ll 1 ; RUN: llc < %s -mtriple=i386-apple-darwin -mcpu=nehalem | grep movups | count 5
2 ; RUN: llc < %s -mtriple=i386-apple-darwin -mcpu=core2 | grep movl | count 20
3 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=core2 | grep movq | count 10
trap.ll 1 ; RUN: llc < %s -march=x86 -mcpu=yonah | grep ud2
compare_folding.ll 1 ; RUN: llc < %s -march=x86 -mcpu=yonah | \
3 ; RUN: llc < %s -march=x86 -mcpu=yonah | \
epilogue.ll 1 ; RUN: llc < %s -mcpu=generic -march=x86 | not grep lea
2 ; RUN: llc < %s -mcpu=generic -march=x86 | grep {movl %ebp}
stack-align2.ll 1 ; RUN: llc < %s -mcpu=generic -mtriple=i386-linux | FileCheck %s -check-prefix=LINUX-I386
2 ; RUN: llc < %s -mcpu=generic -mtriple=i386-netbsd | FileCheck %s -check-prefix=NETBSD-I386
3 ; RUN: llc < %s -mcpu=generic -mtriple=i686-apple-darwin8 | FileCheck %s -check-prefix=DARWIN-I386
4 ; RUN: llc < %s -mcpu=generic -mtriple=x86_64-linux | FileCheck %s -check-prefix=LINUX-X86_64
5 ; RUN: llc < %s -mcpu=generic -mtriple=x86_64-netbsd | FileCheck %s -check-prefix=NETBSD-X86_64
6 ; RUN: llc < %s -mcpu=generic -mtriple=x86_64-apple-darwin8 | FileCheck %s -check-prefix=DARWIN-X86_64
sse-load-ret.ll 1 ; RUN: llc < %s -march=x86 -mcpu=yonah | not grep movss
2 ; RUN: llc < %s -march=x86 -mcpu=yonah | not grep xmm
2004-03-30-Select-Max.ll 1 ; RUN: llc < %s -march=x86 -mcpu=yonah | not grep {j\[lgbe\]}
2008-03-06-frem-fpstack.ll 1 ; RUN: llc < %s -march=x86 -mcpu=i386
2009-06-03-Win64SpillXMM.ll 1 ; RUN: llc -mcpu=generic -mtriple=x86_64-mingw32 < %s | FileCheck %s
avx-bitcast.ll 1 ; RUN: llc < %s -O0 -mtriple=x86_64-apple-darwin -mcpu=corei7-avx -mattr=+avx | FileCheck %s
  /external/llvm/test/CodeGen/ARM/
ret_f64_arg_reg_split.ll 1 ; RUN: llc < %s -march=arm -mcpu=arm8 -mattr=+vfp2
2010-04-13-v2f64SplitArg.ll 1 ; RUN: llc < %s -mtriple=arm-apple-darwin -mcpu=cortex-a8
  /external/llvm/test/CodeGen/Mips/
mips64fpimm0.ll 1 ; RUN: llc < %s -march=mips64el -mcpu=mips64 -mattr=n64 | FileCheck %s
2008-07-16-SignExtInReg.ll 1 ; RUN: llc < %s -march=mips -mcpu=mips32r2 | FileCheck %s
2 ; RUN: llc < %s -march=mips64 -mcpu=mips64r2 | FileCheck %s
mips64directive.ll 1 ; RUN: llc < %s -march=mips64el -mcpu=mips64 -mattr=n64 | FileCheck %s
mips64lea.ll 1 ; RUN: llc -march=mips64el -mcpu=mips64 < %s | FileCheck %s
  /external/llvm/test/MC/ARM/
arm_word_directive.s 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple arm-unknown-unknown %s | FileCheck %s
  /external/llvm/test/CodeGen/PowerPC/
2008-07-10-SplatMiscompile.ll 1 ; RUN: llc < %s -march=ppc32 -mcpu=g5 | grep vadduhm
2 ; RUN: llc < %s -march=ppc32 -mcpu=g5 | grep vsubuhm
stfiwx-2.ll 2 ; RUN: llc < %s -march=ppc32 -mcpu=g5 | grep stb
3 ; RUN: llc < %s -march=ppc32 -mcpu=g5 | not grep stfiwx
2006-08-11-RetVector.ll 1 ; RUN: llc < %s -march=ppc32 -mcpu=g5 | grep vsldoi
2 ; RUN: llc < %s -march=ppc32 -mcpu=g5 | not grep vor
i64_fp.ll 8 ; RUN: llc < %s -march=ppc32 -mcpu=g5 | \
10 ; RUN: llc < %s -march=ppc32 -mcpu=g5 | \
16 ; RUN: llc < %s -march=ppc32 -mcpu=g4 | \
18 ; RUN: llc < %s -march=ppc32 -mcpu=g4 | \
vec_insert.ll 1 ; RUN: llc < %s -march=ppc32 -mcpu=g5 | grep sth
  /external/valgrind/main/none/tests/arm/
Makefile.am 33 v6intARM_CFLAGS = $(AM_CFLAGS) -g -O0 -mcpu=cortex-a8 -marm
34 v6intThumb_CFLAGS = $(AM_CFLAGS) -g -O0 -mcpu=cortex-a8 -mthumb
36 v6media_CFLAGS = $(AM_CFLAGS) -g -O0 -mcpu=cortex-a8 -mthumb
38 vfp_CFLAGS = $(AM_CFLAGS) -g -O0 -mcpu=cortex-a8 \
43 neon128_CFLAGS = $(AM_CFLAGS) -g -O0 -mcpu=cortex-a8 \
47 neon64_CFLAGS = $(AM_CFLAGS) -g -O0 -mcpu=cortex-a8 \
  /external/clang/test/Driver/
linux-as.c 8 // RUN: %clang -target arm-linux -mcpu=cortex-a8 -### \
10 // RUN: | FileCheck -check-prefix=ARM-MCPU %s
11 // CHECK-ARM-MCPU: as{{(.exe)?}}" "-mcpu=cortex-a8"
23 // RUN: %clang -target arm-linux -mcpu=cortex-a8 -mfpu=neon -march=armv7-a -### \
26 // CHECK-ARM-ALL: as{{(.exe)?}}" "-march=armv7-a" "-mcpu=cortex-a8" "-mfpu=neon"
28 // RUN: %clang -target armv7-linux -mcpu=cortex-a8 -### \
31 // CHECK-ARM-TARGET: as{{(.exe)?}}" "-mfpu=neon" "-mcpu=cortex-a8"

Completed in 339 milliseconds

1 2 3 4 5 6 7 8 91011>>