OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:march
(Results
301 - 325
of
3154
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/clang/test/Driver/
linux-as.c
18
// RUN: %clang -target arm-linux -
march
=armv7-a -### \
20
// RUN: | FileCheck -check-prefix=ARM-
MARCH
%s
21
// CHECK-ARM-
MARCH
: as{{(.exe)?}}" "-
march
=armv7-a"
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"
mips-as.c
6
// CHECK-MIPS32-EB-AS: as{{(.exe)?}}" "-
march
" "mips32" "-mabi" "32" "-EB"
11
// CHECK-MIPS32-EL-AS: as{{(.exe)?}}" "-
march
" "mips32" "-mabi" "32" "-EL"
16
// CHECK-MIPS64-EB-AS: as{{(.exe)?}}" "-
march
" "mips64" "-mabi" "64" "-EB"
21
// CHECK-MIPS64-EL-AS: as{{(.exe)?}}" "-
march
" "mips64" "-mabi" "64" "-EL"
26
// CHECK-MIPS-EABI: as{{(.exe)?}}" "-
march
" "mips32" "-mabi" "eabi" "-EB"
31
// CHECK-MIPS-N32: as{{(.exe)?}}" "-
march
" "mips64" "-mabi" "n32" "-EB"
/external/llvm/test/CodeGen/Mips/
2009-11-16-CstPoolLoad.ll
1
; RUN: llc -
march
=mipsel -relocation-model=pic < %s | FileCheck %s -check-prefix=PIC-O32
2
; RUN: llc -
march
=mipsel -relocation-model=static < %s | FileCheck %s -check-prefix=STATIC-O32
3
; RUN: llc -
march
=mips64el -mcpu=mips64r2 -mattr=n32 -relocation-model=pic < %s | FileCheck %s -check-prefix=PIC-N32
4
; RUN: llc -
march
=mips64el -mcpu=mips64r2 -mattr=n32 -relocation-model=static < %s | FileCheck %s -check-prefix=STATIC-N32
5
; RUN: llc -
march
=mips64el -mcpu=mips64r2 -mattr=n64 -relocation-model=pic < %s | FileCheck %s -check-prefix=PIC-N64
6
; RUN: llc -
march
=mips64el -mcpu=mips64r2 -mattr=n64 -relocation-model=static < %s | FileCheck %s -check-prefix=STATIC-N64
/external/llvm/test/CodeGen/ARM/
truncstore-dag-combine.ll
1
; RUN: llc < %s -
march
=arm -mattr=+v4t | not grep orr
2
; RUN: llc < %s -
march
=arm -mattr=+v4t | not grep mov
tst_teq.ll
1
; RUN: llc < %s -
march
=arm | grep tst
2
; RUN: llc < %s -
march
=arm | grep teq
/external/llvm/test/CodeGen/MBlaze/
mul64.ll
5
; RUN: llc < %s -
march
=mblaze | FileCheck -check-prefix=FUN %s
6
; RUN: llc < %s -
march
=mblaze -mattr=+mul,+mul64 | \
/external/llvm/test/CodeGen/PowerPC/
2006-12-07-SelectCrash.ll
1
; RUN: llc < %s -
march
=ppc64
2
; RUN: llc < %s -
march
=ppc32
2007-04-24-InlineAsm-I-Modifier.ll
1
; RUN: llc < %s -
march
=ppc32 -mtriple=powerpc-apple-darwin8.8.0 | grep {foo r3, r4}
2
; RUN: llc < %s -
march
=ppc32 -mtriple=powerpc-apple-darwin8.8.0 | grep {bari r3, 47}
2007-11-19-VectorSplitting.ll
2
; RUN: llc < %s -
march
=ppc32 -mcpu=g3
3
; RUN: llc < %s -
march
=ppc32 -mcpu=g5
2010-05-03-retaddr1.ll
1
; RUN: llc < %s -
march
=ppc32 -mtriple=powerpc-apple-darwin -mcpu=g5 | FileCheck %s
2
; RUN: llc < %s -
march
=ppc32 -mtriple=powerpc-apple-darwin -mcpu=g5 -regalloc=basic | FileCheck %s
ppc440-msync.ll
1
; RUN: llc < %s -
march
=ppc32 | FileCheck %s
2
; RUN: llc < %s -
march
=ppc32 -mcpu=440 | FileCheck %s -check-prefix=BE-CHK
rotl-64.ll
1
; RUN: llc < %s -
march
=ppc64 | grep rldicl
2
; RUN: llc < %s -
march
=ppc64 | grep rldcl
/external/llvm/test/CodeGen/X86/
2009-06-12-x86_64-tail-call-conv-out-of-sync-bug.ll
1
; RUN: llc < %s -tailcallopt -
march
=x86-64 -mattr=+sse2 -mtriple=x86_64-apple-darwin | grep fstpt
2
; RUN: llc < %s -tailcallopt -
march
=x86-64 -mattr=+sse2 -mtriple=x86_64-apple-darwin | grep xmm
2011-08-23-Trampoline.ll
1
; RUN: llc < %s -
march
=x86
2
; RUN: llc < %s -
march
=x86-64
bitcast.ll
1
; RUN: llc < %s -
march
=x86
2
; RUN: llc < %s -
march
=x86-64
extend.ll
1
; RUN: llc < %s -
march
=x86 -x86-asm-syntax=intel | grep movzx | count 1
2
; RUN: llc < %s -
march
=x86 -x86-asm-syntax=intel | grep movsx | count 1
mmx-copy-gprs.ll
3
; RUN: llc < %s -
march
=x86 -mattr=-sse2 | FileCheck %s
4
; RUN: llc < %s -
march
=x86 -mattr=+sse2 | FileCheck %s
prefetch.ll
1
; RUN: llc < %s -
march
=x86 -mattr=+sse | FileCheck %s
2
; RUN: llc < %s -
march
=x86 -mattr=+avx | FileCheck %s
ret-addr.ll
1
; RUN: llc < %s -disable-fp-elim -
march
=x86 | not grep xor
2
; RUN: llc < %s -disable-fp-elim -
march
=x86-64 | not grep xor
shift-coalesce.ll
1
; RUN: llc < %s -
march
=x86 -x86-asm-syntax=intel | \
3
; RUN: llc < %s -
march
=x86 -x86-asm-syntax=intel | \
split-vector-rem.ll
1
; RUN: llc < %s -
march
=x86-64 | grep div | count 16
2
; RUN: llc < %s -
march
=x86-64 | grep fmodf | count 8
sse-align-11.ll
1
; RUN: llc < %s -
march
=x86 -mcpu=yonah -mtriple=i686-apple-darwin8 | grep movaps
2
; RUN: llc < %s -
march
=x86 -mcpu=yonah -mtriple=i686-linux-gnu | grep movaps
tailcallbyval.ll
1
; RUN: llc < %s -
march
=x86 -tailcallopt | grep TAILCALL
2
; RUN: llc < %s -
march
=x86 -tailcallopt | grep {movl\[\[:space:\]\]*4(%esp), %eax} | count 1
vec_set-B.ll
1
; RUN: llc < %s -
march
=x86 -mattr=+sse2 | not grep movaps
2
; RUN: llc < %s -
march
=x86 -mattr=+sse2 | grep esp | count 2
vec_set-I.ll
1
; RUN: llc < %s -
march
=x86 -mattr=+sse2 | grep movd
2
; RUN: llc < %s -
march
=x86 -mattr=+sse2 | not grep xorp
Completed in 461 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>