HomeSort by relevance Sort by last modified time
    Searched full:ppc32 (Results 26 - 50 of 396) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/PowerPC/
crsave.ll 1 ; RUN: llc -O0 -disable-fp-elim -mtriple=powerpc-unknown-linux-gnu -mcpu=g5 < %s | FileCheck %s -check-prefix=PPC32
16 ; PPC32: stw 31, -4(1)
17 ; PPC32: stwu 1, -32(1)
18 ; PPC32: mfcr 12
19 ; PPC32-NEXT: stw 12, 24(31)
20 ; PPC32: lwz 12, 24(31)
21 ; PPC32-NEXT: mtocrf 32, 12
45 ; PPC32: stw 31, -4(1)
46 ; PPC32: stwu 1, -32(1)
47 ; PPC32: mfcr 1
    [all...]
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
Frames-leaf.ll 1 ; 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 | \
retaddr.ll 1 ; RUN: llc < %s -march=ppc32 | grep mflr
2 ; RUN: llc < %s -march=ppc32 | grep lwz
sign_ext_inreg1.ll 1 ; RUN: llc < %s -march=ppc32 | grep srwi
2 ; RUN: llc < %s -march=ppc32 | not grep rlwimi
2004-11-30-shr-var-crash.ll 1 ; RUN: llc < %s -march=ppc32
2005-01-14-SetSelectCrash.ll 1 ; RUN: llc < %s -march=ppc32
2006-04-01-FloatDoubleExtend.ll 1 ; RUN: llc < %s -march=ppc32
2007-01-29-lbrx-asm.ll 1 ; RUN: llc < %s -march=ppc32
2008-06-21-F128LoadStore.ll 1 ; RUN: llc < %s -march=ppc32
extsh.ll 2 ; RUN: llc < %s -march=ppc32 | grep extsh | count 1
fabs.ll 1 ; RUN: llc < %s -mattr=-vsx -march=ppc32 -mtriple=powerpc-apple-darwin | grep "fabs f1, f1"
fnabs.ll 1 ; RUN: llc < %s -mattr=-vsx -march=ppc32 | grep fnabs
fp_to_uint.ll 1 ; RUN: llc < %s -mattr=-vsx -march=ppc32 | grep fctiwz | count 1
fpcopy.ll 1 ; RUN: llc < %s -march=ppc32 | not grep fmr
fsqrt.ll 4 ; RUN: llc < %s -mattr=-vsx -march=ppc32 -mtriple=powerpc-apple-darwin8 -mattr=+fsqrt | \
6 ; RUN: llc < %s -mattr=-vsx -march=ppc32 -mtriple=powerpc-apple-darwin8 -mcpu=g5 | \
8 ; RUN: llc < %s -mattr=-vsx -march=ppc32 -mtriple=powerpc-apple-darwin8 -mattr=-fsqrt | \
10 ; RUN: llc < %s -mattr=-vsx -march=ppc32 -mtriple=powerpc-apple-darwin8 -mcpu=g4 | \
i128-and-beyond.ll 1 ; RUN: llc < %s -march=ppc32 | grep 4294967295 | count 28
inverted-bool-compares.ll 1 ; RUN: llc < %s -march=ppc32 | not grep xori
ispositive.ll 1 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8 | \
lha.ll 1 ; RUN: llc < %s -march=ppc32 | grep lha
mul-neg-power-2.ll 1 ; RUN: llc < %s -march=ppc32 | not grep mul
ppcf128-4.ll 1 ; RUN: llc < %s -march=ppc32
  /external/valgrind/memcheck/tests/vbit-test/
irops.c 38 { DEFOP(Iop_Add8, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1, .tilegx = 0 },
39 { DEFOP(Iop_Add16, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1, .tilegx = 0 },
40 { DEFOP(Iop_Add32, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1, .tilegx = 1 },
41 { DEFOP(Iop_Add64, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 = 1, .mips32 = 0, .mips64 = 1, .tilegx = 1 }, // mips asserts
42 { DEFOP(Iop_Sub8, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1, .tilegx = 1 },
43 { DEFOP(Iop_Sub16, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 0, .ppc32 = 0, .mips32 = 1, .mips64 = 1, .tilegx = 1 },
44 { DEFOP(Iop_Sub32, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1, .tilegx = 1 },
45 { DEFOP(Iop_Sub64, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 = 0, .mips32 = 0, .mips64 = 1, .tilegx = 1 }, // ppc32, mips assert
46 { DEFOP(Iop_Mul8, UNDEF_LEFT), .s390x = 0, .amd64 = 0, .x86 = 0, .arm = 0, .ppc64 = 0, .ppc32 = 0, .mips32 = 0, .mips64 = 0, .tilegx = 0 }
    [all...]
  /external/valgrind/exp-bbv/tests/
Makefile.am 19 SUBDIRS += ppc32-linux
25 DIST_SUBDIRS = x86 x86-linux amd64-linux ppc32-linux arm-linux .

Completed in 2812 milliseconds

12 3 4 5 6 7 8 91011>>