OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:march
(Results
126 - 150
of
3154
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/CodeGen/X86/
h-registers-3.ll
1
; RUN: llc < %s -
march
=x86 | grep mov | count 1
2
; RUN: llc < %s -
march
=x86-64 | grep mov | count 1
shl_elim.ll
1
; RUN: llc < %s -
march
=x86 | grep {movl 8(.esp), %eax}
2
; RUN: llc < %s -
march
=x86 | grep {shrl .eax}
3
; RUN: llc < %s -
march
=x86 | grep {movswl .ax, .eax}
2006-05-22-FPSetEQ.ll
1
; RUN: llc < %s -
march
=x86 -mattr=-sse | grep setnp
2
; RUN: llc < %s -
march
=x86 -mattr=-sse -enable-unsafe-fp-math -enable-no-nans-fp-math | \
int-intrinsic.ll
1
; RUN: llc < %s -
march
=x86 | FileCheck %s
2
; RUN: llc < %s -
march
=x86-64 | FileCheck %s
lea-2.ll
1
; RUN: llc < %s -
march
=x86 -x86-asm-syntax=intel | \
3
; RUN: llc < %s -
march
=x86 -x86-asm-syntax=intel | \
maskmovdqu.ll
1
; RUN: llc < %s -
march
=x86 -mattr=+sse2 | grep -i EDI
2
; RUN: llc < %s -
march
=x86-64 -mattr=+sse2 | grep -i RDI
mmx-insert-element.ll
1
; RUN: llc < %s -
march
=x86 -mattr=+mmx,+sse2 | grep movq
2
; RUN: llc < %s -
march
=x86 -mattr=+mmx,+sse2 | grep pshufd
mul-shift-reassoc.ll
1
; RUN: llc < %s -
march
=x86 | grep lea
2
; RUN: llc < %s -
march
=x86 | not grep add
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
store-fp-constant.ll
1
; RUN: llc < %s -
march
=x86 | not grep rodata
2
; RUN: llc < %s -
march
=x86 | not grep literal
/external/clang/test/Preprocessor/
mmx.c
1
// RUN: %clang -
march
=i386 -m32 -E -dM %s -msse -o - 2>&1 \
3
// RUN: %clang -
march
=i386 -m32 -E -dM %s -msse -mno-mmx -o - 2>&1 \
5
// RUN: %clang -
march
=i386 -m32 -E -dM %s -mno-mmx -msse -o - 2>&1 \
/external/llvm/test/CodeGen/ARM/
fsubs.ll
1
; RUN: llc < %s -
march
=arm -mattr=+vfp2 | FileCheck %s -check-prefix=VFP2
2
; RUN: llc < %s -
march
=arm -mcpu=cortex-a8 | FileCheck %s -check-prefix=NFP1
3
; RUN: llc < %s -
march
=arm -mattr=+neon | FileCheck %s -check-prefix=NFP0
ifcvt3.ll
1
; RUN: llc < %s -
march
=arm -mcpu=cortex-a8 | FileCheck %s
2
; RUN: llc < %s -
march
=arm -mattr=+v4t | grep cmpne | count 1
3
; RUN: llc < %s -
march
=arm -mattr=+v4t | grep bx | count 2
fnmul.ll
1
; RUN: llc < %s -
march
=arm -mattr=+v6,+vfp2 | grep vnmul.f64
2
; RUN: llc < %s -
march
=arm -mattr=+v6,+vfp2 -enable-sign-dependent-rounding-fp-math | grep vmul.f64
mul.ll
1
; RUN: llc < %s -
march
=arm | grep mul | count 2
2
; RUN: llc < %s -
march
=arm | grep lsl | count 2
str_trunc.ll
1
; RUN: llc < %s -
march
=arm | \
3
; RUN: llc < %s -
march
=arm | \
unord.ll
1
; RUN: llc < %s -
march
=arm | grep movne | count 1
2
; RUN: llc < %s -
march
=arm | grep moveq | count 1
/external/llvm/test/CodeGen/PowerPC/
constants.ll
2
; RUN: llc < %s -
march
=ppc32 | \
4
; RUN: llc < %s -
march
=ppc32 | \
6
; RUN: llc < %s -
march
=ppc32 | \
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
sign_ext_inreg1.ll
1
; RUN: llc < %s -
march
=ppc32 | grep srwi
2
; RUN: llc < %s -
march
=ppc32 | not grep rlwimi
/external/llvm/test/CodeGen/Mips/
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
br-jmp.ll
1
; RUN: llc -
march
=mipsel -relocation-model=pic < %s | FileCheck %s -check-prefix=CHECK-PIC
2
; RUN: llc -
march
=mipsel -relocation-model=static < %s | FileCheck %s -check-prefix=CHECK-STATIC
buildpairextractelementf64.ll
1
; RUN: llc < %s -
march
=mipsel | FileCheck %s
2
; RUN: llc < %s -
march
=mips | FileCheck %s
/external/llvm/test/CodeGen/Thumb/
mul.ll
1
; RUN: llc < %s -
march
=thumb | grep mul | count 3
2
; RUN: llc < %s -
march
=thumb | grep lsl | count 1
unord.ll
1
; RUN: llc < %s -
march
=thumb | grep bne | count 1
2
; RUN: llc < %s -
march
=thumb | grep beq | count 1
Completed in 54 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>