OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:march
(Results
176 - 200
of
3154
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/CodeGen/Mips/
double2int.ll
1
; RUN: llc -
march
=mips < %s | FileCheck %s
frame-address.ll
1
; RUN: llc -
march
=mipsel < %s | FileCheck %s
frem.ll
1
; RUN: llc < %s -
march
=mipsel
indirectcall.ll
1
; RUN: llc < %s -
march
=mipsel -relocation-model=static | 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
weak.ll
1
; RUN: llc -
march
=mips < %s | FileCheck %s
/external/llvm/test/CodeGen/PTX/
exit.ll
1
; RUN: llc < %s -
march
=ptx32 | FileCheck %s
mad-disabling.ll
1
; RUN: llc < %s -
march
=ptx32 -mattr=+ptx20,+sm20 | FileCheck %s -check-prefix=FMA
2
; RUN: llc < %s -
march
=ptx32 -mattr=+ptx20,+sm20,+no-fma | FileCheck %s -check-prefix=MUL
3
; RUN: llc < %s -
march
=ptx64 -mattr=+ptx20,+sm20 | FileCheck %s -check-prefix=FMA
4
; RUN: llc < %s -
march
=ptx64 -mattr=+ptx20,+sm20,+no-fma | FileCheck %s -check-prefix=MUL
/external/llvm/test/CodeGen/PowerPC/
2004-11-30-shr-var-crash.ll
1
; RUN: llc < %s -
march
=ppc32
2005-01-14-SetSelectCrash.ll
1
; RUN: llc < %s -
march
=ppc32
2006-04-01-FloatDoubleExtend.ll
1
; RUN: llc < %s -
march
=ppc32
2008-03-18-RegScavengerAssert.ll
1
; RUN: llc < %s -
march
=ppc64
2008-06-21-F128LoadStore.ll
1
; RUN: llc < %s -
march
=ppc32
2009-08-23-linkerprivate.ll
1
; RUN: llc < %s -
march
=ppc32 -mtriple=powerpc-apple-darwin | FileCheck %s
extsh.ll
2
; RUN: llc < %s -
march
=ppc32 | grep extsh | count 1
fabs.ll
1
; RUN: llc < %s -
march
=ppc32 -mtriple=powerpc-apple-darwin | grep {fabs f1, f1}
fnabs.ll
1
; RUN: llc < %s -
march
=ppc32 | grep fnabs
fp_to_uint.ll
1
; RUN: llc < %s -
march
=ppc32 | grep fctiwz | count 1
fpcopy.ll
1
; RUN: llc < %s -
march
=ppc32 | not grep fmr
fsqrt.ll
4
; RUN: llc < %s -
march
=ppc32 -mtriple=powerpc-apple-darwin8 -mattr=+fsqrt | \
6
; RUN: llc < %s -
march
=ppc32 -mtriple=powerpc-apple-darwin8 -mcpu=g5 | \
8
; RUN: llc < %s -
march
=ppc32 -mtriple=powerpc-apple-darwin8 -mattr=-fsqrt | \
10
; RUN: llc < %s -
march
=ppc32 -mtriple=powerpc-apple-darwin8 -mcpu=g4 | \
i128-and-beyond.ll
1
; RUN: llc < %s -
march
=ppc32 | grep 4294967295 | count 28
inverted-bool-compares.ll
1
; RUN: llc < %s -
march
=ppc32 | not grep xori
ispositive.ll
1
; RUN: llc < %s -
march
=ppc32 -mtriple=powerpc-apple-darwin8 | \
lha.ll
1
; RUN: llc < %s -
march
=ppc32 | grep lha
Completed in 178 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>