/external/llvm/test/CodeGen/PowerPC/ |
2007-09-11-RegCoalescerAssert.ll | 1 ; RUN: llc < %s -march=ppc64
|
2008-10-28-UnprocessedNode.ll | 1 ; RUN: llc < %s -march=ppc64
|
int-fp-conv-1.ll | 1 ; RUN: llc < %s -march=ppc64 | FileCheck %s
|
retaddr.ll | 3 ; RUN: llc < %s -march=ppc64 | grep "ld r., 16(r1)"
|
tls.ll | 3 ; RUN: llc -O0 < %s -march=ppc64 | FileCheck -check-prefix=OPT0 %s 4 ; RUN: llc -O1 < %s -march=ppc64 | FileCheck -check-prefix=OPT1 %s
|
2006-12-07-SelectCrash.ll | 1 ; RUN: llc < %s -march=ppc64
|
2007-09-04-AltivecDST.ll | 1 ; RUN: llc < %s -march=ppc64 -mattr=+altivec | grep dst | count 4
|
2007-09-07-LoadStoreIdxForms.ll | 1 ; RUN: llc < %s -march=ppc64 | FileCheck %s
|
asm-Zy.ll | 3 ; RUN: llc < %s -march=ppc64 -mcpu=a2 | FileCheck %s
|
coalesce-ext.ll | 1 ; RUN: llc -march=ppc64 -mtriple=powerpc64-apple-darwin < %s | FileCheck %s
|
tls-2.ll | 3 ; RUN: llc -O1 < %s -march=ppc64 | FileCheck %s
|
Frames-small.ll | 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 \
|
/external/valgrind/main/memcheck/tests/ |
badjump.c | 6 /* on ppc64-linux, a function pointer points to a function
|
wrap7.c | 8 additional complications on ppc64-linux, hence another test. */
|
wrap8.c | 7 This is intended to check that on ppc64-linux, which uses a 13 - on ppc64-linux, a stack overflow is caught, and V aborts. 16 up the call stacks on ppc64-linux due to intercept of mempcpy. 89 int r, n = 15; /* 14 succeeds on ppc64-linux, >= 15 fails */
|
/external/llvm/lib/Target/PowerPC/TargetInfo/ |
PowerPCTargetInfo.cpp | 21 RegisterTarget<Triple::ppc64, /*HasJIT=*/true> 22 Y(ThePPC64Target, "ppc64", "PowerPC 64");
|
/external/valgrind/main/memcheck/tests/linux/ |
stack_switch.c | 29 sleep(2); /* ppc64-linux hack */ 39 /* "2*" is a ppc64-linux hack */
|
/external/valgrind/main/tests/ |
platform_test | 14 all_platforms="$all_platforms x86-linux amd64-linux ppc32-linux ppc64-linux" 16 all_platforms="$all_platforms ppc32-aix5 ppc64-aix5"
|
/external/valgrind/main/include/ |
Makefile.am | 48 vki/vki-posixtypes-ppc64-linux.h \ 55 vki/vki-ppc64-linux.h \ 62 vki/vki-scnums-ppc64-linux.h \
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
multiarch.m4 | 15 # ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ 16 # CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ 41 i?86 | x86_64 | ppc | ppc64)
|
/external/llvm/test/tools/llvm-readobj/ |
reloc-types.test | 12 RUN: llvm-readobj -r -expand-relocs %p/Inputs/relocs.obj.elf-ppc64 | FileCheck %s -check-prefix ELF-PPC64 119 ELF-PPC64: Type: R_PPC64_NONE (0) 120 ELF-PPC64: Type: R_PPC64_ADDR32 (1) 121 ELF-PPC64: Type: R_PPC64_ADDR16_LO (4) 122 ELF-PPC64: Type: R_PPC64_ADDR16_HI (5) 123 ELF-PPC64: Type: R_PPC64_ADDR14 (7) 124 ELF-PPC64: Type: R_PPC64_REL24 (10) 125 ELF-PPC64: Type: R_PPC64_REL32 (26) 126 ELF-PPC64: Type: R_PPC64_ADDR64 (38 [all...] |
/external/clang/test/Headers/ |
altivec-header.c | 1 // REQUIRES: ppc64-registered-target
|
/external/kernel-headers/original/linux/ |
compiler-gcc.h | 15 * Versions of the ppc64 compiler before 4.1 had a bug where use of
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
lit.local.cfg | 20 'AArch64', 'ARM', 'Mips', 'PowerPC', 'ppc64', 'SystemZ']:
|
/external/valgrind/main/none/tests/ |
allexec_prepare_prereq | 32 pair ppc32 ppc64
|