OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:march
(Results
151 - 175
of
3154
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/CodeGen/X86/
vec_insert-6.ll
1
; RUN: llc < %s -
march
=x86 -mattr=+sse2 | grep pslldq
2
; RUN: llc < %s -
march
=x86 -mattr=+sse2 -mtriple=i686-apple-darwin9 -o /dev/null -stats -info-output-file - | grep asm-printer | grep 6
volatile.ll
1
; RUN: llc < %s -
march
=x86 -mattr=sse2 | grep movsd | count 5
2
; RUN: llc < %s -
march
=x86 -mattr=sse2 -O0 | grep -v esp | grep movsd | count 5
/external/llvm/test/CodeGen/ARM/
2009-04-08-FREM.ll
1
; RUN: llc < %s -
march
=arm
2009-07-09-asm-p-constraint.ll
1
; RUN: llc < %s -
march
=arm -mattr=+v6
2009-08-23-linkerprivate.ll
1
; RUN: llc < %s -
march
=arm -mtriple=arm-apple-darwin | FileCheck %s
arm-asm.ll
1
; RUN: llc < %s -
march
=arm
ctz.ll
1
; RUN: llc < %s -
march
=arm -mattr=+v6t2 | FileCheck %s
fabss.ll
1
; RUN: llc < %s -
march
=arm -mattr=+vfp2 | FileCheck %s -check-prefix=VFP2
2
; RUN: llc < %s -
march
=arm -mattr=+neon | FileCheck %s -check-prefix=NFP0
3
; RUN: llc < %s -
march
=arm -mcpu=cortex-a8 | FileCheck %s -check-prefix=CORTEXA8
4
; RUN: llc < %s -
march
=arm -mcpu=cortex-a9 | FileCheck %s -check-prefix=CORTEXA9
fadds.ll
1
; RUN: llc < %s -
march
=arm -mattr=+vfp2 | FileCheck %s -check-prefix=VFP2
2
; RUN: llc < %s -
march
=arm -mattr=+neon | FileCheck %s -check-prefix=NFP0
3
; RUN: llc < %s -
march
=arm -mcpu=cortex-a8 | FileCheck %s -check-prefix=CORTEXA8
4
; RUN: llc < %s -
march
=arm -mcpu=cortex-a9 | FileCheck %s -check-prefix=CORTEXA9
fdivs.ll
1
; RUN: llc < %s -
march
=arm -mattr=+vfp2 | FileCheck %s -check-prefix=VFP2
2
; RUN: llc < %s -
march
=arm -mattr=+neon | FileCheck %s -check-prefix=NFP0
3
; RUN: llc < %s -
march
=arm -mcpu=cortex-a8 | FileCheck %s -check-prefix=CORTEXA8
4
; RUN: llc < %s -
march
=arm -mcpu=cortex-a9 | FileCheck %s -check-prefix=CORTEXA9
fmuls.ll
1
; RUN: llc < %s -
march
=arm -mattr=+vfp2 | FileCheck %s -check-prefix=VFP2
2
; RUN: llc < %s -
march
=arm -mattr=+neon | FileCheck %s -check-prefix=NFP0
3
; RUN: llc < %s -
march
=arm -mcpu=cortex-a8 | FileCheck %s -check-prefix=CORTEXA8
4
; RUN: llc < %s -
march
=arm -mcpu=cortex-a9 | FileCheck %s -check-prefix=CORTEXA9
fpow.ll
1
; RUN: llc < %s -
march
=arm
ifcvt9.ll
1
; RUN: llc < %s -
march
=arm
ispositive.ll
1
; RUN: llc < %s -
march
=arm | FileCheck %s
neon_arith1.ll
1
; RUN: llc < %s -
march
=arm -mattr=+neon | grep vadd
t2-imm.ll
1
; RUN: llc < %s -
march
=thumb -mattr=+thumb2 | FileCheck %s
thread_pointer.ll
1
; RUN: llc < %s -
march
=arm -mtriple=arm-linux-gnueabi | \
/external/llvm/test/CodeGen/CellSPU/
bss.ll
1
; RUN: llc < %s -
march
=cellspu | FileCheck %s
/external/llvm/test/CodeGen/MSP430/
2009-05-19-DoubleSplit.ll
1
; RUN: llc < %s -
march
=msp430
/external/llvm/test/CodeGen/Mips/
2008-07-06-fadd64.ll
1
; RUN: llc -
march
=mips -mattr=single-float < %s | FileCheck %s
2008-07-07-FPExtend.ll
1
; RUN: llc -
march
=mips -mattr=single-float < %s | FileCheck %s
2008-08-04-Bitconvert.ll
1
; RUN: llc -
march
=mips < %s | FileCheck %s
2008-08-07-FPRound.ll
1
; RUN: llc -
march
=mips -mattr=single-float < %s | FileCheck %s
2008-08-08-ctlz.ll
1
; RUN: llc -
march
=mips < %s | FileCheck %s
brdelayslot.ll
1
; RUN: llc -
march
=mipsel -enable-mips-delay-filler < %s | FileCheck %s
Completed in 1433 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>