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

12 3 4 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/PowerPC/
2008-03-18-RegScavengerAssert.ll 1 ; RUN: llc < %s -march=ppc64
hello.ll 2 ; RUN: llc < %s -march=ppc64
indirectbr.ll 3 ; RUN: llc < %s -relocation-model=pic -march=ppc64 -mtriple=powerpc64-apple-darwin | FileCheck %s -check-prefix=PPC64
11 ; PPC64-LABEL: foo:
31 ; PPC64: mtctr
32 ; PPC64-NEXT: li
33 ; PPC64-NEXT: li
34 ; PPC64-NEXT: li
35 ; PPC64-NEXT: li
36 ; PPC64-NEXT: bctr
rotl-64.ll 1 ; RUN: llc < %s -march=ppc64 | grep rldicl
2 ; RUN: llc < %s -march=ppc64 | grep rldcl
ppcf128-2.ll 1 ; RUN: llc < %s -march=ppc64
shift128.ll 1 ; RUN: llc < %s -march=ppc64 | grep sld | count 5
tailcall1-64.ll 1 ; RUN: llc < %s -march=ppc64 -tailcallopt | grep TC_RETURNd8
a2q-stackalign.ll 1 ; RUN: llc < %s -march=ppc64 -mcpu=a2 | FileCheck -check-prefix=CHECK-A2 %s
2 ; RUN: llc < %s -march=ppc64 -mcpu=a2q | FileCheck -check-prefix=CHECK-A2Q %s
3 ; RUN: llc < %s -march=ppc64 -mtriple=powerpc64-bgq-linux -mcpu=a2 | FileCheck -check-prefix=CHECK-BGQ %s
2007-03-24-cntlzd.ll 1 ; RUN: llc < %s -march=ppc64 -mcpu=g5 | grep cntlzd
  /external/oprofile/events/ppc64/970MP/
unit_masks 6 # ppc64 970 possible unit masks
  /external/oprofile/events/ppc64/ibm-compat-v1/
unit_masks 6 # ppc64 compat mode version 1 possible unit masks
  /external/oprofile/events/ppc64/power6/
unit_masks 6 # ppc64 POWER6 possible unit masks
  /external/oprofile/events/ppc64/power7/
unit_masks 6 # ppc64 POWER7 possible unit masks
  /external/valgrind/main/memcheck/tests/
test-plo-yes.vgtest 1 prereq: test ! `../../tests/arch_test ppc32` && ! `../../tests/arch_test ppc64` && ! `../../tests/arch_test s390x`
  /external/llvm/test/tools/llvm-readobj/
sections-ext.test 11 RUN: llvm-readobj -s -st -sr -sd %p/Inputs/trivial.obj.macho-ppc64 \
12 RUN: | FileCheck %s -check-prefix MACHO-PPC64
436 MACHO-PPC64: Sections [
437 MACHO-PPC64-NEXT: Section {
438 MACHO-PPC64-NEXT: Index: 0
439 MACHO-PPC64-NEXT: Name: __text (5F 5F 74 65 78 74 00 00 00 00 00 00 00 00 00 00)
440 MACHO-PPC64-NEXT: Segment: __TEXT (5F 5F 54 45 58 54 00 00 00 00 00 00 00 00 00 00)
441 MACHO-PPC64-NEXT: Address: 0x0
442 MACHO-PPC64-NEXT: Size: 0x3C
443 MACHO-PPC64-NEXT: Offset: 60
    [all...]
relocations.test 11 RUN: llvm-readobj -r %p/Inputs/trivial.obj.macho-ppc64 \
12 RUN: | FileCheck %s -check-prefix MACHO-PPC64
69 MACHO-PPC64: Relocations [
70 MACHO-PPC64-NEXT: Section __text {
71 MACHO-PPC64-NEXT: 0x24 0 2 n/a 1 -
72 MACHO-PPC64-NEXT: 0x0 0 2 n/a 1 -
73 MACHO-PPC64-NEXT: 0x1C 0 2 n/a 1 -
74 MACHO-PPC64-NEXT: 0x58 0 2 n/a 1 -
75 MACHO-PPC64-NEXT: 0x18 1 2 0 0 -
76 MACHO-PPC64-NEXT:
    [all...]
  /external/clang/test/CodeGen/
ppc64-struct-onevect.c 1 // REQUIRES: ppc64-registered-target
atomics-inlining.c 3 // RUN: %clang_cc1 -triple powerpc64-linux-gnu -emit-llvm %s -o - | FileCheck %s -check-prefix=PPC64
58 // PPC64: define void @test1
59 // PPC64: = load atomic i8* @c1 seq_cst
60 // PPC64: store atomic i8 {{.*}}, i8* @c1 seq_cst
61 // PPC64: = load atomic i16* @s1 seq_cst
62 // PPC64: store atomic i16 {{.*}}, i16* @s1 seq_cst
63 // PPC64: = load atomic i32* @i1 seq_cst
64 // PPC64: store atomic i32 {{.*}}, i32* @i1 seq_cst
65 // PPC64: = load atomic i64* @ll1 seq_cst
66 // PPC64: store atomic i64 {{.*}}, i64* @ll1 seq_cs
    [all...]
ppc64-align-long-double.c 1 // REQUIRES: ppc64-registered-target
ppc64-extend.c 1 // REQUIRES: ppc64-registered-target
  /external/valgrind/main/docs/internals/
3_5_BUGSTATUS.txt 14 r10887 rmdir on ppc64-linux (#206903).
  /external/clang/test/Preprocessor/
init.c     [all...]
  /external/bison/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" \
40 i?86 | x86_64 | ppc | ppc64)
  /external/clang/test/Driver/
default-toolchain.c 7 // RUN: %clang -target i386-apple-darwin9 -arch ppc64 -m32 -v 2> %t
unknown-gcc-arch.c 19 // RUN: | FileCheck -check-prefix=PPC64 %s
20 // PPC64: {{.*gcc.*-m64}}
23 // RUN: | FileCheck -check-prefix=PPC64-M32 %s
24 // PPC64-M32: {{.*gcc.*-m32}}

Completed in 220 milliseconds

12 3 4 5 6 7 8 91011>>