HomeSort by relevance Sort by last modified time
    Searched full:ppc64 (Results 1 - 25 of 372) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/oprofile/events/ppc64/970/
unit_masks 0 # ppc64 970 possible unit masks
  /external/oprofile/events/ppc64/pa6t/
unit_masks 0 # ppc64 pa6t possible unit masks
  /external/oprofile/events/ppc64/power4/
unit_masks 0 # ppc64 POWER4 possible unit masks
  /external/oprofile/events/ppc64/power5/
unit_masks 0 # ppc64 POWER5 possible unit masks
  /external/llvm/test/CodeGen/PowerPC/
Frames-large.ll 5 ; RUN: llc < %t.bc -march=ppc64 | FileCheck %s -check-prefix=PPC64-NOFP
6 ; RUN: llc < %t.bc -march=ppc64 -disable-fp-elim | FileCheck %s -check-prefix=PPC64-FP
37 ; PPC64-NOFP: _f1:
38 ; PPC64-NOFP: lis r0, -1
39 ; PPC64-NOFP: ori r0, r0, 32656
40 ; PPC64-NOFP: stdux r1, r1, r0
41 ; PPC64-NOFP: addi r3, r1, 116
42 ; PPC64-NOFP: ld r1, 0(r1
    [all...]
Frames-alloca.ll 2 ; RUN: llc < %s -march=ppc64 -mtriple=powerpc-apple-darwin8 | FileCheck %s -check-prefix=PPC64
4 ; RUN: llc < %s -march=ppc64 -mtriple=powerpc-apple-darwin8 -disable-fp-elim | FileCheck %s -check-prefix=PPC64-NOFP
18 ; CHECK-PPC64: std r31, -8(r1)
19 ; CHECK-PPC64: stdu r1, -128(r1)
20 ; CHECK-PPC64: ld r1, 0(r1)
21 ; CHECK-PPC64: ld r31, -8(r1)
22 ; CHECK-PPC64-NOFP: std r31, -8(r1)
23 ; CHECK-PPC64-NOFP: stdu r1, -128(r1
    [all...]
2006-10-17-ppc64-alloca.ll 1 ; RUN: llc < %s -march=ppc64
Frames-leaf.ll 17 ; RUN: llc < %s -march=ppc64 | \
19 ; RUN: llc < %s -march=ppc64 | \
21 ; RUN: llc < %s -march=ppc64 | \
23 ; RUN: llc < %s -march=ppc64 | \
25 ; RUN: llc < %s -march=ppc64 -disable-fp-elim | \
27 ; RUN: llc < %s -march=ppc64 -disable-fp-elim | \
29 ; RUN: llc < %s -march=ppc64 -disable-fp-elim | \
31 ; RUN: llc < %s -march=ppc64 -disable-fp-elim | \
LargeAbsoluteAddr.ll 3 ; RUN: llc < %s -march=ppc64 -mtriple=powerpc-apple-darwin | \
5 ; RUN: llc < %s -march=ppc64 -mtriple=powerpc-apple-darwin | \
2007-01-29-lbrx-asm.ll 2 ; RUN: llc < %s -march=ppc64
2008-03-18-RegScavengerAssert.ll 1 ; RUN: llc < %s -march=ppc64
hello.ll 2 ; RUN: llc < %s -march=ppc64
  /external/valgrind/main/coregrind/m_gdbserver/
valgrind-low-ppc64.c 184 VexGuestPPC64State* ppc64 = (VexGuestPPC64State*) get_arch (set, tst); local
189 case 0: VG_(transfer) (&ppc64->guest_GPR0, buf, dir, size, mod); break;
190 case 1: VG_(transfer) (&ppc64->guest_GPR1, buf, dir, size, mod); break;
191 case 2: VG_(transfer) (&ppc64->guest_GPR2, buf, dir, size, mod); break;
192 case 3: VG_(transfer) (&ppc64->guest_GPR3, buf, dir, size, mod); break;
193 case 4: VG_(transfer) (&ppc64->guest_GPR4, buf, dir, size, mod); break;
194 case 5: VG_(transfer) (&ppc64->guest_GPR5, buf, dir, size, mod); break;
195 case 6: VG_(transfer) (&ppc64->guest_GPR6, buf, dir, size, mod); break;
196 case 7: VG_(transfer) (&ppc64->guest_GPR7, buf, dir, size, mod); break;
197 case 8: VG_(transfer) (&ppc64->guest_GPR8, buf, dir, size, mod); break
    [all...]
  /external/oprofile/events/ppc64/power5+/
unit_masks 0 # ppc64 Power5+ possible unit masks
  /external/oprofile/events/ppc64/power5++/
unit_masks 0 # ppc64 Power5++ possible unit masks
  /external/valgrind/main/drd/tests/
pth_create_chain.vgtest 1 prereq: ./supported_libpthread && [ `uname -m` != ppc ] && [ `uname -m` != ppc64 ]
  /external/oprofile/events/
Makefile.am 24 ppc64/power4/events ppc64/power4/event_mappings ppc64/power4/unit_masks \
25 ppc64/power5/events ppc64/power5/event_mappings ppc64/power5/unit_masks \
26 ppc64/power5+/events ppc64/power5+/event_mappings ppc64/power5+/unit_masks \
27 ppc64/power5++/events ppc64/power5++/event_mappings ppc64/power5++/unit_masks
    [all...]
  /external/oprofile/libop/
op_cpu_type.c 47 { "ppc64 POWER4", "ppc64/power4", CPU_PPC64_POWER4, 8 },
48 { "ppc64 POWER5", "ppc64/power5", CPU_PPC64_POWER5, 6 },
49 { "ppc64 POWER5+", "ppc64/power5+", CPU_PPC64_POWER5p, 6 },
50 { "ppc64 970", "ppc64/970", CPU_PPC64_970, 8 },
68 { "ppc64 POWER6", "ppc64/power6", CPU_PPC64_POWER6, 4 }
    [all...]
op_cpu_type.h 44 CPU_PPC64_POWER4, /**< ppc64 POWER4 family */
45 CPU_PPC64_POWER5, /**< ppc64 POWER5 family */
46 CPU_PPC64_POWER5p, /**< ppc64 Power5+ family */
47 CPU_PPC64_970, /**< ppc64 970 family */
65 CPU_PPC64_POWER6, /**< ppc64 POWER6 family */
66 CPU_PPC64_970MP, /**< ppc64 970MP */
67 CPU_PPC64_CELL, /**< ppc64 Cell Broadband Engine*/
69 CPU_PPC64_PA6T, /**< ppc64 PA6T */
72 CPU_PPC64_POWER5pp, /**< ppc64 Power5++ family */
78 CPU_PPC64_POWER7, /**< ppc64 POWER7 family *
    [all...]
  /external/valgrind/main/VEX/auxprogs/
genoffsets.c 133 // ppc64
134 GENOFFSET(PPC64,ppc64,GPR0);
135 GENOFFSET(PPC64,ppc64,GPR1);
136 GENOFFSET(PPC64,ppc64,GPR2);
137 GENOFFSET(PPC64,ppc64,GPR3);
138 GENOFFSET(PPC64,ppc64,GPR4)
    [all...]
  /external/clang/test/Preprocessor/
stdint.c 316 // RUN: %clang_cc1 -E -ffreestanding -triple=powerpc64-none-none %s | FileCheck -check-prefix PPC64 %s
318 // PPC64:typedef signed long int int64_t;
319 // PPC64:typedef unsigned long int uint64_t;
320 // PPC64:typedef int64_t int_least64_t;
321 // PPC64:typedef uint64_t uint_least64_t;
322 // PPC64:typedef int64_t int_fast64_t;
323 // PPC64:typedef uint64_t uint_fast64_t;
325 // PPC64:typedef signed int int32_t;
326 // PPC64:typedef unsigned int uint32_t;
327 // PPC64:typedef int32_t int_least32_t
    [all...]
  /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

Completed in 470 milliseconds

1 2 3 4 5 6 7 8 91011>>