Home
last modified time | relevance | path

Searched refs:march (Results 1 – 25 of 1797) sorted by relevance

12345678910>>...72

/external/llvm/test/CodeGen/PowerPC/
DFrames-leaf.ll1 ; RUN: llc < %s -march=ppc32 | \
3 ; RUN: llc < %s -march=ppc32 | \
5 ; RUN: llc < %s -march=ppc32 | \
7 ; RUN: llc < %s -march=ppc32 | \
9 ; RUN: llc < %s -march=ppc32 -disable-fp-elim | \
11 ; RUN: llc < %s -march=ppc32 -disable-fp-elim | \
13 ; RUN: llc < %s -march=ppc32 -disable-fp-elim | \
15 ; RUN: llc < %s -march=ppc32 -disable-fp-elim | \
17 ; RUN: llc < %s -march=ppc64 | \
19 ; RUN: llc < %s -march=ppc64 | \
[all …]
Di64_fp.ll4 ; 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 | \
DFrames-alloca.ll1 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8 | FileCheck %s -check-prefix=PPC32
2 ; RUN: llc < %s -march=ppc64 -mtriple=powerpc-apple-darwin8 | FileCheck %s -check-prefix=PPC64
3 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8 -disable-fp-elim | FileCheck %s -check-…
4 ; RUN: llc < %s -march=ppc64 -mtriple=powerpc-apple-darwin8 -disable-fp-elim | FileCheck %s -check-…
5 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8 | FileCheck %s -check-prefix=PPC32
6 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8 | FileCheck %s -check-prefix=PPC32-RS
7 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8 -disable-fp-elim | FileCheck %s -check-…
Dlong-compare.ll1 ; RUN: llc < %s -march=ppc32 | grep cntlzw
2 ; RUN: llc < %s -march=ppc32 | not grep xori
3 ; RUN: llc < %s -march=ppc32 | not grep "li "
4 ; RUN: llc < %s -march=ppc32 | not grep "mr "
DFrames-small.ll1 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8 -o %t1
5 ; RUN: llc < %s -march=ppc32 | \
7 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8 -disable-fp-elim \
13 ; RUN: llc < %s -march=ppc64 -mtriple=powerpc-apple-darwin8 -o %t3
18 ; RUN: llc < %s -march=ppc64 -mtriple=powerpc-apple-darwin8 -disable-fp-elim \
Dfsqrt.ll4 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8 -mattr=+fsqrt | \
6 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8 -mcpu=g5 | \
8 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8 -mattr=-fsqrt | \
10 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8 -mcpu=g4 | \
Dretaddr.ll1 ; 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)"
/external/llvm/test/CodeGen/X86/
Dbarrier-sse.ll1 ; RUN: llc < %s -march=x86 -mattr=+sse2 | not grep sfence
2 ; RUN: llc < %s -march=x86 -mattr=+sse2 | not grep lfence
3 ; RUN: llc < %s -march=x86 -mattr=+sse2 | not grep mfence
4 ; RUN: llc < %s -march=x86 -mattr=+sse2 | grep MEMBARRIER
Dillegal-vector-args-return.ll1 ; RUN: llc < %s -march=x86 -mattr=+sse2 -mcpu=nehalem | grep "mulpd %xmm3, %xmm1"
2 ; RUN: llc < %s -march=x86 -mattr=+sse2 -mcpu=nehalem | grep "mulpd %xmm2, %xmm0"
3 ; RUN: llc < %s -march=x86 -mattr=+sse2 -mcpu=nehalem | grep "addps %xmm3, %xmm1"
4 ; RUN: llc < %s -march=x86 -mattr=+sse2 -mcpu=nehalem | grep "addps %xmm2, %xmm0"
Dmfence.ll1 ; RUN: llc < %s -march=x86 -mattr=+sse2 | not grep sfence
2 ; RUN: llc < %s -march=x86 -mattr=+sse2 | not grep lfence
3 ; RUN: llc < %s -march=x86 -mattr=+sse2 | grep mfence
Dnarrow_op-1.ll1 ; RUN: llc < %s -march=x86-64 | grep orb | count 1
2 ; RUN: llc < %s -march=x86-64 | grep orb | grep 1
3 ; RUN: llc < %s -march=x86-64 | grep orl | count 1
4 ; RUN: llc < %s -march=x86-64 | grep orl | grep 16842752
Dimul-lea-2.ll1 ; 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
Dvec_set-C.ll1 ; 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/Mips/
D2009-11-16-CstPoolLoad.ll1 ; RUN: llc -march=mipsel -relocation-model=pic < %s | FileCheck %s -check-prefix=PIC-O32
2 ; RUN: llc -march=mipsel -relocation-model=static < %s | FileCheck %s -check-prefix=STATIC-O32
3 ; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=n32 -relocation-model=pic < %s | FileCheck %s -che…
4 ; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=n32 -relocation-model=static < %s | FileCheck %s -…
5 ; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=n64 -relocation-model=pic < %s | FileCheck %s -che…
6 ; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=n64 -relocation-model=static < %s | FileCheck %s -…
Dglobal-address.ll1 ; RUN: llc -march=mipsel -relocation-model=pic < %s | FileCheck %s -check-prefix=PIC-O32
2 ; RUN: llc -march=mipsel -relocation-model=static -mtriple=mipsel-linux-gnu < %s | FileCheck %s -ch…
3 ; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=n32 -relocation-model=pic < %s | FileCheck %s -che…
4 ; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=n32 -relocation-model=static -mtriple=mipsel-linu…
5 ; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=n64 -relocation-model=pic < %s | FileCheck %s -che…
6 ; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=n64 -relocation-model=static < %s | FileCheck %s -…
Dblockaddr.ll1 ; RUN: llc -march=mipsel -relocation-model=pic < %s | FileCheck %s -check-prefix=PIC-O32
2 ; RUN: llc -march=mipsel -relocation-model=static < %s | FileCheck %s -check-prefix=STATIC-O32
3 ; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=n32 -relocation-model=pic < %s | FileCheck %s -che…
4 ; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=n32 -relocation-model=static < %s | FileCheck %s -…
5 ; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=n64 -relocation-model=pic < %s | FileCheck %s -che…
6 ; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=n64 -relocation-model=static < %s | FileCheck %s -…
/external/dhcpcd/
Dplatform-bsd.c42 static char march[SYS_NMLN]; variable
48 size_t len = sizeof(march); in hardware_platform()
51 march, &len, NULL, 0) != 0) in hardware_platform()
53 return march; in hardware_platform()
/external/llvm/test/CodeGen/ARM/
Dfnmuls.ll1 ; 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
Dfadds.ll1 ; 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
Dfdivs.ll1 ; 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
Dfmuls.ll1 ; 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
/external/llvm/test/CodeGen/NVPTX/
Dcalling-conv.ll1 ; RUN: llc < %s -march=nvptx -mcpu=sm_10 | FileCheck %s
2 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_10 | FileCheck %s
3 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 | FileCheck %s
4 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_20 | FileCheck %s
Dintrinsics.ll1 ; RUN: llc < %s -march=nvptx -mcpu=sm_10 | FileCheck %s
2 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_10 | FileCheck %s
3 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 | FileCheck %s
4 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_20 | FileCheck %s
Dfma-disable.ll1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 -nvptx-fma-level=1 | FileCheck %s -check-prefix=FMA
2 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 -nvptx-fma-level=0 | FileCheck %s -check-prefix=MUL
3 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_20 -nvptx-fma-level=1 | FileCheck %s -check-prefix=FMA
4 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_20 -nvptx-fma-level=0 | FileCheck %s -check-prefix=MUL
/external/llvm/test/CodeGen/Thumb2/
Dthumb2-ldr_ext.ll1 ; RUN: llc < %s -march=thumb -mattr=+thumb2 | grep ldrb | count 1
2 ; RUN: llc < %s -march=thumb -mattr=+thumb2 | grep ldrh | count 1
3 ; RUN: llc < %s -march=thumb -mattr=+thumb2 | grep ldrsb | count 1
4 ; RUN: llc < %s -march=thumb -mattr=+thumb2 | grep ldrsh | count 1

12345678910>>...72