OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:march
(Results
51 - 75
of
3154
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/CodeGen/PowerPC/
retaddr.ll
1
; RUN: llc < %s -
march
=ppc32 | grep mflr
2
; RUN: llc < %s -
march
=ppc32 | grep lwz
3
; RUN: llc < %s -
march
=ppc64 | grep {ld r., 16(r1)}
2006-10-17-ppc64-alloca.ll
1
; RUN: llc < %s -
march
=ppc64
2007-02-16-AlignPacked.ll
1
; RUN: llc < %s -
march
=ppc32 -mtriple=powerpc-apple-darwin8.8.0 | \
/external/llvm/test/CodeGen/X86/
2004-02-13-FrameReturnAddress.ll
1
; RUN: llc < %s -
march
=x86 | grep {(%esp}
2
; RUN: llc < %s -
march
=x86 | grep {pushl %ebp} | count 1
3
; RUN: llc < %s -
march
=x86 | grep {popl %ebp} | count 1
imul-lea-2.ll
1
; RUN: llc < %s -
march
=x86-64 | grep lea | count 3
2
; RUN: llc < %s -
march
=x86-64 | grep shl | count 1
3
; RUN: llc < %s -
march
=x86-64 | not grep imul
long-setcc.ll
1
; RUN: llc < %s -
march
=x86 | grep cmp | count 1
2
; RUN: llc < %s -
march
=x86 | grep shr | count 1
3
; RUN: llc < %s -
march
=x86 | grep xor | count 1
vec_set-C.ll
1
; RUN: llc < %s -
march
=x86 -mtriple=i386-linux-gnu -mattr=+sse2 | grep movq
2
; RUN: llc < %s -
march
=x86 -mtriple=i386-linux-gnu -mattr=+sse2 | grep mov | count 1
3
; RUN: llc < %s -
march
=x86-64 -mtriple=x86_64-pc-linux -mattr=+sse2 | grep movd
/external/llvm/test/CodeGen/ARM/
2007-05-14-InlineAsmCstCrash.ll
1
; RUN: llc < %s -
march
=arm -mattr=+v6
2008-07-17-Fdiv.ll
1
; RUN: llc < %s -
march
=arm
2008-07-24-CodeGenPrepCrash.ll
1
; RUN: llc < %s -
march
=arm
fnmuls.ll
1
; RUN: llc < %s -
march
=arm -mattr=+vfp2 | FileCheck %s
2
; RUN: llc < %s -
march
=arm -mattr=+neon | FileCheck %s
3
; RUN: llc < %s -
march
=arm -mcpu=cortex-a8 | FileCheck %s
4
; RUN: llc < %s -
march
=arm -mcpu=cortex-a9 | FileCheck %s
formal.ll
1
; RUN: llc < %s -
march
=arm -mattr=+vfp2
ret_arg4.ll
1
; RUN: llc < %s -
march
=arm
ret_arg5.ll
1
; RUN: llc < %s -
march
=arm
ret_f32_arg5.ll
1
; RUN: llc < %s -
march
=arm -mattr=+vfp2
ret_f64_arg_reg_split.ll
1
; RUN: llc < %s -
march
=arm -mcpu=arm8 -mattr=+vfp2
ret_f64_arg_split.ll
1
; RUN: llc < %s -
march
=arm -mattr=+vfp2
ret_f64_arg_stack.ll
1
; RUN: llc < %s -
march
=arm -mattr=+vfp2
ret_i128_arg2.ll
1
; RUN: llc < %s -
march
=arm -mattr=+vfp2
ret_i64_arg3.ll
1
; RUN: llc < %s -
march
=arm -mattr=+vfp2
ret_i64_arg_split.ll
1
; RUN: llc < %s -
march
=arm -mattr=+vfp2
/external/llvm/test/CodeGen/CPP/
2012-02-05-UnitVarCrash.ll
1
; RUN: llc < %s -
march
=cpp
/external/llvm/test/CodeGen/CellSPU/
crash.ll
1
; RUN: llc %s -
march
=cellspu -o -
fcmp64.ll
1
; RUN: llc < %s -
march
=cellspu > %t1.s
/external/llvm/test/CodeGen/Mips/
mips64fpimm0.ll
1
; RUN: llc < %s -
march
=mips64el -mcpu=mips64 -mattr=n64 | FileCheck %s
Completed in 1282 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>