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

1 2 3 4 56 7 8 91011>>

  /external/llvm/test/CodeGen/PowerPC/
subc.ll 2 ; RUN: llc < %s -march=ppc32 -o %t
mature-mc-support.ll 7 ; SKIP: not llc -march=ppc32 < %s > /dev/null 2> %t1
10 ; RUN: not llc -march=ppc32 -filetype=obj < %s > /dev/null 2> %t2
rlwimi-commute.ll 1 ; RUN: llc < %s -march=ppc32 | grep rlwimi
2 ; RUN: llc < %s -march=ppc32 | not grep "or "
stfiwx.ll 1 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8 -mattr=stfiwx | FileCheck %s
2 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8 -mattr=-stfiwx | FileCheck -check-prefix=CHECK-LS %s
vector-identity-shuffle.ll 1 ; RUN: llc < %s -march=ppc32 -mcpu=g5 | grep test:
2 ; RUN: llc < %s -march=ppc32 -mcpu=g5 | not grep vperm
eqv-andc-orc-nor.ll 1 ; RUN: llc < %s -march=ppc32 | \
3 ; RUN: llc < %s -march=ppc32 -mcpu=g5 | \
5 ; RUN: llc < %s -march=ppc32 | \
7 ; RUN: llc < %s -march=ppc32 -mcpu=g5 | \
9 ; RUN: llc < %s -march=ppc32 | \
bswap-load-store.ll 1 ; RUN: llc < %s -march=ppc32 -mcpu=ppc32 | FileCheck %s -check-prefix=X32
4 ; RUN: llc < %s -march=ppc32 -mcpu=pwr7 | FileCheck %s -check-prefix=X32
2006-11-29-AltivecFPSplat.ll 1 ; RUN: llc < %s -march=ppc32 -mcpu=g5
2006-12-07-LargeAlloca.ll 2 ; RUN: llc < %s -march=ppc32
2007-01-15-AsmDialect.ll 1 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8 | \
2007-01-31-InlineAsmAddrMode.ll 1 ; RUN: llc < %s -march=ppc32
2010-03-09-indirect-call.ll 1 ; RUN: llc < %s -march=ppc32 -mcpu=g5 -mtriple=powerpc-apple-darwin10.0 | FileCheck %s
addi-reassoc.ll 1 ; RUN: llc < %s -march=ppc32 | not grep addi
atomic-1.ll 1 ; RUN: llc < %s -mtriple=powerpc-apple-darwin -march=ppc32 | FileCheck %s
atomics.ll 1 ; RUN: llc < %s -mtriple=powerpc-apple-darwin -march=ppc32 -verify-machineinstrs | FileCheck %s --check-prefix=CHECK --check-prefix=PPC32
36 ; PPC32: __sync_
69 ; PPC32: __sync_
cr_spilling.ll 1 ; RUN: llc < %s -march=ppc32 -regalloc=fast -O0 -relocation-model=pic -o -
delete-node.ll 1 ; RUN: llc < %s -march=ppc32
  /external/valgrind/none/tests/
allexec_prepare_prereq 32 pair ppc32 ppc64
  /external/valgrind/none/tests/ppc32/
Makefile.am 7 bug129390-ppc32.stdout.exp bug129390-ppc32.stderr.exp \
8 bug129390-ppc32.vgtest \
9 bug139050-ppc32.stdout.exp bug139050-ppc32.stderr.exp \
10 bug139050-ppc32.vgtest \
60 bug129390-ppc32 bug139050-ppc32 \
  /external/libunwind/src/
Makefile.am 354 # The list of files that go both into libunwind and libunwind-ppc32:
355 noinst_HEADERS += ppc32/init.h ppc32/unwind_i.h ppc32/ucontext_i.h
357 ppc32/is_fpreg.c ppc32/regname.c ppc32/get_func_addr.c
363 ppc32/Lglobal.c ppc32/Linit.c \
364 ppc32/Lregs.c ppc32/Lresume.c ppc32/Lstep.
    [all...]
  /external/valgrind/include/
Makefile.am 53 vki/vki-posixtypes-ppc32-linux.h \
62 vki/vki-ppc32-linux.h \
71 vki/vki-scnums-ppc32-linux.h \
  /external/valgrind/tests/
arch_test.c 28 "ppc32",
54 if ( 0 == strcmp( arch, "ppc32" ) ) return True;
59 if ( 0 == strcmp( arch, "ppc32" ) ) return True;
  /external/valgrind/docs/internals/
svn-HOWTO.txt 12 ? memcheck/tests/ppc32/power_ISA2_07
17 $ cd memcheck/tests/ppc32
  /external/valgrind/memcheck/tests/
partiallydefinedeq.c 57 // Note: on ppc32/64 the second call to foo() does give an error,
74 fprintf(stderr, "Currently running on ppc32/64/arm: this test should give 3 errors, not 2.\n");
  /external/llvm/lib/Target/PowerPC/TargetInfo/
PowerPCTargetInfo.cpp 19 X(ThePPC32Target, "ppc32", "PowerPC 32");

Completed in 358 milliseconds

1 2 3 4 56 7 8 91011>>