Home
last modified time | relevance | path

Searched refs:ppc64 (Results 1 – 25 of 340) sorted by relevance

12345678910>>...14

/external/valgrind/main/coregrind/m_gdbserver/
Dvalgrind-low-ppc64.c184 VexGuestPPC64State* ppc64 = (VexGuestPPC64State*) get_arch (set, tst); in transfer_register() local
189 case 0: VG_(transfer) (&ppc64->guest_GPR0, buf, dir, size, mod); break; in transfer_register()
190 case 1: VG_(transfer) (&ppc64->guest_GPR1, buf, dir, size, mod); break; in transfer_register()
191 case 2: VG_(transfer) (&ppc64->guest_GPR2, buf, dir, size, mod); break; in transfer_register()
192 case 3: VG_(transfer) (&ppc64->guest_GPR3, buf, dir, size, mod); break; in transfer_register()
193 case 4: VG_(transfer) (&ppc64->guest_GPR4, buf, dir, size, mod); break; in transfer_register()
194 case 5: VG_(transfer) (&ppc64->guest_GPR5, buf, dir, size, mod); break; in transfer_register()
195 case 6: VG_(transfer) (&ppc64->guest_GPR6, buf, dir, size, mod); break; in transfer_register()
196 case 7: VG_(transfer) (&ppc64->guest_GPR7, buf, dir, size, mod); break; in transfer_register()
197 case 8: VG_(transfer) (&ppc64->guest_GPR8, buf, dir, size, mod); break; in transfer_register()
[all …]
/external/valgrind/main/memcheck/tests/vbit-test/
Dirops.c13 …{ DEFOP(Iop_Add8, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 =…
14 …{ DEFOP(Iop_Add16, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 =…
15 …{ DEFOP(Iop_Add32, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 =…
16 …{ DEFOP(Iop_Add64, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 =…
17 …{ DEFOP(Iop_Sub8, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 =…
18 …{ DEFOP(Iop_Sub16, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 0, .ppc32 =…
19 …{ DEFOP(Iop_Sub32, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 =…
20 …{ DEFOP(Iop_Sub64, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 =…
21 …{ DEFOP(Iop_Mul8, UNDEF_LEFT), .s390x = 0, .amd64 = 0, .x86 = 0, .arm = 0, .ppc64 = 0, .ppc32 =…
22 …{ DEFOP(Iop_Mul16, UNDEF_LEFT), .s390x = 0, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 0, .ppc32 =…
[all …]
/external/oprofile/events/
DMakefile.am24 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 \
28 ppc64/power6/events ppc64/power6/event_mappings ppc64/power6/unit_masks \
29 ppc64/power7/events ppc64/power7/event_mappings ppc64/power7/unit_masks \
30 ppc64/970/events ppc64/970/event_mappings ppc64/970/unit_masks \
31 ppc64/970MP/events ppc64/970MP/event_mappings ppc64/970MP/unit_masks \
32 ppc64/ibm-compat-v1/events ppc64/ibm-compat-v1/event_mappings ppc64/ibm-compat-v1/unit_masks \
33 ppc64/pa6t/events ppc64/pa6t/event_mappings ppc64/pa6t/unit_masks \
[all …]
/external/llvm/test/CodeGen/PowerPC/
DFrames-leaf.ll17 ; 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 | \
Dpwr3-6x.ll3 ;RUN: llc < %s -march=ppc64 -mcpu=pwr3 | FileCheck %s
4 ;RUN: llc < %s -march=ppc64 -mcpu=pwr4 | FileCheck %s
5 ;RUN: llc < %s -march=ppc64 -mcpu=pwr5 | FileCheck %s
6 ;RUN: llc < %s -march=ppc64 -mcpu=pwr5x | FileCheck %s
7 ;RUN: llc < %s -march=ppc64 -mcpu=pwr6x | FileCheck %s
Dtls.ll1 ; RUN: llc -O0 < %s -march=ppc64 -mcpu=ppc64 | FileCheck -check-prefix=OPT0 %s
2 ; RUN: llc -O1 < %s -march=ppc64 -mcpu=ppc64 | FileCheck -check-prefix=OPT1 %s
Da2q-stackalign.ll1 ; 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-…
Da2q.ll1 ; RUN: llc < %s -march=ppc64 -mcpu=a2q | FileCheck %s
2 ; RUN: llc < %s -march=ppc64 -mcpu=a2 -mattr=+qpx | FileCheck %s
DLargeAbsoluteAddr.ll3 ; RUN: llc < %s -march=ppc64 -mtriple=powerpc-apple-darwin | \
5 ; RUN: llc < %s -march=ppc64 -mtriple=powerpc-apple-darwin | \
Drotl-64.ll1 ; RUN: llc < %s -march=ppc64 | grep rldicl
2 ; RUN: llc < %s -march=ppc64 | grep rldcl
Dmature-mc-support.ll13 ; SKIP: not llc -march=ppc64 < %s > /dev/null 2> %t3
16 ; RUN: not llc -march=ppc64 -filetype=obj < %s > /dev/null 2> %t4
Dbswap-load-store.ll2 ; RUN: llc < %s -march=ppc64 -mcpu=ppc64 | FileCheck %s -check-prefix=X64
3 ; RUN: llc < %s -march=ppc64 -mcpu=pwr7 | FileCheck %s -check-prefix=PWR7
DFrames-small.ll13 ; RUN: llc < %s -march=ppc64 -mtriple=powerpc-apple-darwin8 -o %t3
18 ; RUN: llc < %s -march=ppc64 -mtriple=powerpc-apple-darwin8 -disable-fp-elim \
DFrames-alloca.ll2 ; RUN: llc < %s -march=ppc64 -mtriple=powerpc-apple-darwin8 | FileCheck %s -check-prefix=CHECK-PPC64
4 ; RUN: llc < %s -march=ppc64 -mtriple=powerpc-apple-darwin8 -disable-fp-elim | FileCheck %s -check-…
/external/valgrind/main/VEX/auxprogs/
Dgenoffsets.c137 GENOFFSET(PPC64,ppc64,GPR0); in foo()
138 GENOFFSET(PPC64,ppc64,GPR1); in foo()
139 GENOFFSET(PPC64,ppc64,GPR2); in foo()
140 GENOFFSET(PPC64,ppc64,GPR3); in foo()
141 GENOFFSET(PPC64,ppc64,GPR4); in foo()
142 GENOFFSET(PPC64,ppc64,GPR5); in foo()
143 GENOFFSET(PPC64,ppc64,GPR6); in foo()
144 GENOFFSET(PPC64,ppc64,GPR7); in foo()
145 GENOFFSET(PPC64,ppc64,GPR8); in foo()
146 GENOFFSET(PPC64,ppc64,GPR9); in foo()
[all …]
/external/lldb/source/Plugins/Process/Utility/
DStopInfoMachException.cpp69 case llvm::Triple::ppc64: in GetDescription()
94 case llvm::Triple::ppc64: in GetDescription()
136 case llvm::Triple::ppc64: in GetDescription()
183 case llvm::Triple::ppc64: in GetDescription()
294 case llvm::Triple::ppc64: in CreateStopReasonWithMachException()
396 case llvm::Triple::ppc64: in CreateStopReasonWithMachException()
/external/libunwind/src/
DMakefile.am374 noinst_HEADERS += ppc64/init.h ppc64/unwind_i.h ppc64/ucontext_i.h
376 ppc64/is_fpreg.c ppc64/regname.c ppc64/get_func_addr.c
382 ppc64/Lglobal.c ppc64/Linit.c \
383 ppc64/Lregs.c ppc64/Lresume.c ppc64/Lstep.c
389 ppc64/Gglobal.c ppc64/Ginit.c \
390 ppc64/Gregs.c ppc64/Gresume.c ppc64/Gstep.c
567 lib_LTLIBRARIES += libunwind-ppc64.la
/external/libunwind/
DMakefile.am30 include_HEADERS += include/libunwind-ppc64.h
64 include/tdep-ppc64/dwarf-config.h \
65 include/tdep-ppc64/jmpbuf.h include/tdep-ppc64/libunwind_i.h \
/external/bison/m4/
Dmultiarch.m415 # ./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/valgrind/main/VEX/
DMakefile-gcc165 libvex-ppc64-linux.a: TAG-ppc64-linux libvex.a
166 mv -f libvex.a libvex-ppc64-linux.a
167 TAG-ppc64-linux:
168 if [ ! -f TAG-ppc64-linux ] ; then rm -f $(LIB_OBJS) TAG-* libvex.a ; fi
169 touch TAG-ppc64-linux
183 libvex-ppc64-aix5.a: TAG-ppc64-aix5 libvex.a
184 mv -f libvex.a libvex-ppc64-aix5.a
185 TAG-ppc64-aix5:
186 if [ ! -f TAG-ppc64-aix5 ] ; then rm -f $(LIB_OBJS) TAG-* libvex.a ; fi
187 touch TAG-ppc64-aix5
/external/valgrind/main/include/
DMakefile.am49 vki/vki-posixtypes-ppc64-linux.h \
58 vki/vki-ppc64-linux.h \
67 vki/vki-scnums-ppc64-linux.h \
/external/oprofile/
DChangeLog-200726 * events/ppc64/power6/event_mappings: updated Power6 event files
27 * events/ppc64/power6/events:
334 * events/ppc64/cell-be/unit_masks: well, 0 == 0x0 but it's easier
366 * events/ppc64/cell-be/events:
370 * events/ppc64/970MP/event_mappings: Turn off profiling in
375 * events/ppc64/970MP/events:
376 * events/ppc64/970MP/event_mappings: Fix MMCR values
456 * events/ppc64/power5++/event_mappings:
457 * events/ppc64/power5++/events:
458 * events/ppc64/power5++/unit_masks:
[all …]
DChangeLog215 * events/ppc64/power7/events:
216 * events/ppc64/power7/event_mappings: Updates to POWER7 events and
332 * events/ppc64/power7/events:
333 * events/ppc64/power7/event_mappings: Update to IBM POWER7 events
449 * oprof-compat/events/ppc64/ibm-compat-v1/event_mappings: (new)
450 * oprof-compat/events/ppc64/ibm-compat-v1/events: (new)
451 * oprof-compat/events/ppc64/ibm-compat-v1/unit_masks: (new)
455 * oprof-compat/utils/ophelp.c: Add support for IBM ppc64 architected events
483 * events/ppc64/power7/event_mappings: (new)
484 * events/ppc64/power7/events: (new)
[all …]
/external/valgrind/main/memcheck/tests/
DMakefile.am17 SUBDIRS += ppc64 subdir
39 DIST_SUBDIRS = x86 amd64 ppc32 ppc64 s390x linux \
180 origin5-bz2.stderr.exp-glibc27-ppc64 \
186 origin6-fp.stderr.exp-glibc27-ppc64 \
245 varinfo1.stderr.exp-ppc64 \
247 varinfo2.stderr.exp-ppc64 \
249 varinfo3.stderr.exp-ppc64 \
251 varinfo4.stderr.exp-ppc64 \
253 varinfo5.stderr.exp-ppc64 \
255 varinfo6.stderr.exp-ppc64 \
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCTargetDesc.cpp52 bool isPPC64 = (TheTriple.getArch() == Triple::ppc64 || in createPPCMCRegisterInfo()
71 bool isPPC64 = (TheTriple.getArch() == Triple::ppc64 || in createPPCMCAsmInfo()
104 (T.getArch() == Triple::ppc64 || T.getArch() == Triple::ppc64le)) in createPPCMCCodeGenInfo()

12345678910>>...14