OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:march
(Results
26 - 50
of
3154
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/CodeGen/X86/
2007-02-25-FastCCStack.ll
1
; RUN: llc < %s -
march
=x86 -mcpu=pentium3
barrier.ll
1
; RUN: llc < %s -
march
=x86 -mattr=-sse2 | grep lock
i128-immediate.ll
1
; RUN: llc < %s -
march
=x86-64 | grep movq | count 2
ret-i64-0.ll
1
; RUN: llc < %s -
march
=x86 | grep xor | count 2
utf8.ll
1
; RUN: llc < %s -
march
=x86 | FileCheck %s
2008-10-17-Asm64bitRConstraint.ll
1
; RUN: llc < %s -
march
=x86
2
; RUN: llc < %s -
march
=x86-64
2008-10-20-AsmDoubleInI32.ll
1
; RUN: llc < %s -
march
=x86
2
; RUN: llc < %s -
march
=x86-64
fp-stack-direct-ret.ll
1
; RUN: llc < %s -
march
=x86 | not grep fstp
2
; RUN: llc < %s -
march
=x86 -mcpu=yonah | not grep movsd
rdtsc.ll
1
; RUN: llc < %s -
march
=x86 | grep rdtsc
2
; RUN: llc < %s -
march
=x86-64 | grep rdtsc
shift-i128.ll
1
; RUN: llc < %s -
march
=x86
2
; RUN: llc < %s -
march
=x86-64
shift-i256.ll
1
; RUN: llc < %s -
march
=x86
2
; RUN: llc < %s -
march
=x86-64
vec_set-9.ll
1
; RUN: llc < %s -
march
=x86-64 | grep movd | count 1
2
; RUN: llc < %s -
march
=x86-64 | grep {movlhps.*%xmm0, %xmm0}
/external/llvm/test/CodeGen/XCore/
2009-03-27-v2f64-param.ll
1
; RUN: llc < %s -
march
=xcore
/external/llvm/test/CodeGen/ARM/
mem.ll
1
; RUN: llc < %s -
march
=arm | grep strb
2
; RUN: llc < %s -
march
=arm | grep strh
stack-frame.ll
1
; RUN: llc < %s -
march
=arm
2
; RUN: llc < %s -
march
=arm | grep add | count 1
weak.ll
1
; RUN: llc < %s -
march
=arm | grep .weak.*f
2
; RUN: llc < %s -
march
=arm | grep .weak.*h
tls1.ll
1
; RUN: llc < %s -
march
=arm -mtriple=arm-linux-gnueabi | \
3
; RUN: llc < %s -
march
=arm -mtriple=arm-linux-gnueabi | \
5
; RUN: llc < %s -
march
=arm -mtriple=arm-linux-gnueabi \
/external/llvm/test/CodeGen/PowerPC/
2007-01-29-lbrx-asm.ll
1
; RUN: llc < %s -
march
=ppc32
2
; RUN: llc < %s -
march
=ppc64
hello.ll
1
; RUN: llc < %s -
march
=ppc32
2
; RUN: llc < %s -
march
=ppc64
i64_fp.ll
4
; RUN: llc < %s -
march
=ppc32 -mattr=+64bit | \
6
; RUN: llc < %s -
march
=ppc32 -mattr=+64bit | \
8
; RUN: llc < %s -
march
=ppc32 -mcpu=g5 | \
10
; RUN: llc < %s -
march
=ppc32 -mcpu=g5 | \
12
; RUN: llc < %s -
march
=ppc32 -mattr=-64bit | \
14
; RUN: llc < %s -
march
=ppc32 -mattr=-64bit | \
16
; RUN: llc < %s -
march
=ppc32 -mcpu=g4 | \
18
; RUN: llc < %s -
march
=ppc32 -mcpu=g4 | \
load-constant-addr.ll
2
; RUN: llc < %s -
march
=ppc32 | grep lfs
3
; RUN: llc < %s -
march
=ppc32 | not grep ori
unsafe-math.ll
1
; RUN: llc < %s -
march
=ppc32 | grep fmul | count 2
2
; RUN: llc < %s -
march
=ppc32 -enable-unsafe-fp-math | \
LargeAbsoluteAddr.ll
1
; RUN: llc < %s -
march
=ppc32 -mtriple=powerpc-apple-darwin | \
3
; RUN: llc < %s -
march
=ppc64 -mtriple=powerpc-apple-darwin | \
5
; RUN: llc < %s -
march
=ppc64 -mtriple=powerpc-apple-darwin | \
calls.ll
3
; RUN: llc < %s -
march
=ppc32 | \
5
; RUN: llc < %s -
march
=ppc32 | \
7
; RUN: llc < %s -
march
=ppc32 | \
/external/llvm/test/CodeGen/Thumb/
stack-frame.ll
1
; RUN: llc < %s -
march
=thumb
2
; RUN: llc < %s -
march
=thumb | grep add | count 1
Completed in 97 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>