OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:march
(Results
76 - 100
of
3154
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/CodeGen/PowerPC/
2008-12-12-EH.ll
1
; RUN: llc < %s -disable-cfi -
march
=ppc32 -mtriple=powerpc-apple-darwin9 | grep ^__Z1fv.eh
neg.ll
1
; RUN: llc < %s -
march
=ppc32 | grep neg
store-load-fwd.ll
1
; RUN: llc < %s -
march
=ppc32 | not grep lwz
/external/llvm/test/CodeGen/Thumb/
2010-06-18-SibCallCrash.ll
1
; RUN: llc -
march
=thumb < %s
/external/llvm/test/CodeGen/X86/
2003-11-03-GlobalBool.ll
1
; RUN: llc < %s -
march
=x86 | \
2004-04-13-FPCMOV-Crash.ll
1
; RUN: llc < %s -
march
=x86
2004-06-10-StackifierCrash.ll
1
; RUN: llc < %s -
march
=x86
2005-02-14-IllegalAssembler.ll
1
; RUN: llc < %s -
march
=x86 | not grep 18446744073709551612
2006-07-10-InlineAsmAConstraint.ll
1
; RUN: llc < %s -
march
=x86
2006-07-28-AsmPrint-Long-As-Pointer.ll
1
; RUN: llc < %s -
march
=x86 | grep -- 4294967240
2007-03-18-LiveIntervalAssert.ll
1
; RUN: llc < %s -
march
=x86
2007-09-06-ExtWeakAliasee.ll
1
; RUN: llc < %s -
march
=x86 | grep weak | count 2
2008-04-28-CyclicSchedUnit.ll
1
; RUN: llc < %s -
march
=x86
2008-07-11-SHLBy1.ll
1
; RUN: llc < %s -
march
=x86-64 -o - | not grep shr
2009-01-31-BigShift.ll
1
; RUN: llc < %s -
march
=x86 | not grep and
2010-06-14-fast-isel-fs-load.ll
1
; RUN: llc -fast-isel -
march
=x86 < %s | grep %fs:
2011-03-30-CreateFixedObjCrash.ll
1
; RUN: llc < %s -
march
=x86
2011-12-06-BitcastVectorGlobal.ll
1
; RUN: llc < %s -
march
=x86-64 | FileCheck %s
combine-lds.ll
1
; RUN: llc < %s -
march
=x86 -mattr=+sse2 | grep fldl | count 1
illegal-vector-args-return.ll
1
; RUN: llc < %s -
march
=x86 -mattr=+sse2 | grep {mulpd %xmm3, %xmm1}
2
; RUN: llc < %s -
march
=x86 -mattr=+sse2 | grep {mulpd %xmm2, %xmm0}
3
; RUN: llc < %s -
march
=x86 -mattr=+sse2 | grep {addps %xmm3, %xmm1}
4
; RUN: llc < %s -
march
=x86 -mattr=+sse2 | grep {addps %xmm2, %xmm0}
mul-remat.ll
1
; RUN: llc < %s -
march
=x86 | grep mov | count 1
mul128.ll
1
; RUN: llc < %s -
march
=x86-64 | grep mul | count 3
mul64.ll
1
; RUN: llc < %s -
march
=x86 | grep mul | count 3
negative_zero.ll
1
; RUN: llc < %s -
march
=x86 -mattr=-sse2,-sse3 | grep fchs
rem-2.ll
1
; RUN: llc < %s -
march
=x86 | not grep cltd
Completed in 51 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>