/external/valgrind/coregrind/m_gdbserver/ |
D | valgrind-low-ppc32.c | 186 VexGuestPPC32State* ppc32 = (VexGuestPPC32State*) get_arch (set, tst); in transfer_register() local 191 case 0: VG_(transfer) (&ppc32->guest_GPR0, buf, dir, size, mod); break; in transfer_register() 192 case 1: VG_(transfer) (&ppc32->guest_GPR1, buf, dir, size, mod); break; in transfer_register() 193 case 2: VG_(transfer) (&ppc32->guest_GPR2, buf, dir, size, mod); break; in transfer_register() 194 case 3: VG_(transfer) (&ppc32->guest_GPR3, buf, dir, size, mod); break; in transfer_register() 195 case 4: VG_(transfer) (&ppc32->guest_GPR4, buf, dir, size, mod); break; in transfer_register() 196 case 5: VG_(transfer) (&ppc32->guest_GPR5, buf, dir, size, mod); break; in transfer_register() 197 case 6: VG_(transfer) (&ppc32->guest_GPR6, buf, dir, size, mod); break; in transfer_register() 198 case 7: VG_(transfer) (&ppc32->guest_GPR7, buf, dir, size, mod); break; in transfer_register() 199 case 8: VG_(transfer) (&ppc32->guest_GPR8, buf, dir, size, mod); break; in transfer_register() [all …]
|
/external/valgrind/memcheck/tests/vbit-test/ |
D | irops.c | 14 …{ DEFOP(Iop_Add8, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 =… 15 …{ DEFOP(Iop_Add16, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 =… 16 …{ DEFOP(Iop_Add32, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 =… 17 …{ DEFOP(Iop_Add64, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 =… 18 …{ DEFOP(Iop_Sub8, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 =… 19 …{ DEFOP(Iop_Sub16, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 0, .ppc32 =… 20 …{ DEFOP(Iop_Sub32, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 =… 21 …{ DEFOP(Iop_Sub64, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 =… 22 …{ DEFOP(Iop_Mul8, UNDEF_LEFT), .s390x = 0, .amd64 = 0, .x86 = 0, .arm = 0, .ppc64 = 0, .ppc32 =… 23 …{ DEFOP(Iop_Mul16, UNDEF_LEFT), .s390x = 0, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 0, .ppc32 =… [all …]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | i64_fp.ll | 4 ; RUN: llc < %s -mattr=-vsx -march=ppc32 -mattr=+64bit | \ 6 ; RUN: llc < %s -mattr=-vsx -march=ppc32 -mattr=+64bit | \ 8 ; RUN: llc < %s -mattr=-vsx -march=ppc32 -mcpu=g5 | \ 10 ; RUN: llc < %s -mattr=-vsx -march=ppc32 -mcpu=g5 | \ 12 ; RUN: llc < %s -mattr=-vsx -march=ppc32 -mattr=-64bit | \ 14 ; RUN: llc < %s -mattr=-vsx -march=ppc32 -mattr=-64bit | \ 16 ; RUN: llc < %s -mattr=-vsx -march=ppc32 -mcpu=g4 | \ 18 ; RUN: llc < %s -mattr=-vsx -march=ppc32 -mcpu=g4 | \
|
D | Frames-leaf.ll | 1 ; RUN: llc < %s -march=ppc32 | \ 3 ; RUN: llc < %s -march=ppc32 | \ 5 ; RUN: llc < %s -march=ppc32 | \ 7 ; RUN: llc < %s -march=ppc32 | \ 9 ; RUN: llc < %s -march=ppc32 -disable-fp-elim | \ 11 ; RUN: llc < %s -march=ppc32 -disable-fp-elim | \ 13 ; RUN: llc < %s -march=ppc32 -disable-fp-elim | \ 15 ; RUN: llc < %s -march=ppc32 -disable-fp-elim | \
|
D | long-compare.ll | 1 ; RUN: llc < %s -march=ppc32 | grep cntlzw 2 ; RUN: llc < %s -march=ppc32 | not grep xori 3 ; RUN: llc < %s -march=ppc32 | not grep "li " 4 ; RUN: llc < %s -march=ppc32 | not grep "mr "
|
D | ppc32-i1-vaarg.ll | 1 ; RUN: llc < %s -march=ppc32 -mcpu=ppc32 | FileCheck %s 2 ; RUN: llc < %s -march=ppc32 -mcpu=ppc32 -mtriple=powerpc-darwin | FileCheck %s -check-prefix=CHECK…
|
D | fsqrt.ll | 4 ; RUN: llc < %s -mattr=-vsx -march=ppc32 -mtriple=powerpc-apple-darwin8 -mattr=+fsqrt | \ 6 ; RUN: llc < %s -mattr=-vsx -march=ppc32 -mtriple=powerpc-apple-darwin8 -mcpu=g5 | \ 8 ; RUN: llc < %s -mattr=-vsx -march=ppc32 -mtriple=powerpc-apple-darwin8 -mattr=-fsqrt | \ 10 ; RUN: llc < %s -mattr=-vsx -march=ppc32 -mtriple=powerpc-apple-darwin8 -mcpu=g4 | \
|
D | Frames-alloca.ll | 1 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8 | FileCheck %s -check-prefix=CHECK-PPC32 3 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8 -disable-fp-elim | FileCheck %s -check-… 5 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8 | FileCheck %s -check-prefix=CHECK-PPC32 6 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8 | FileCheck %s -check-prefix=CHECK-PPC3… 7 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8 -disable-fp-elim | FileCheck %s -check-…
|
D | calls.ll | 3 ; RUN: llc < %s -march=ppc32 | \ 5 ; RUN: llc < %s -march=ppc32 | \ 7 ; RUN: llc < %s -march=ppc32 | \
|
D | constants.ll | 2 ; RUN: llc < %s -march=ppc32 | \ 4 ; RUN: llc < %s -march=ppc32 | \ 6 ; RUN: llc < %s -march=ppc32 | \
|
D | Frames-small.ll | 1 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8 -o %t1 5 ; RUN: llc < %s -march=ppc32 | \ 7 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8 -disable-fp-elim \
|
D | 2007-05-22-tailmerge-3.ll | 1 ; RUN: llc < %s -march=ppc32 -enable-tail-merge=0 | grep bl.*baz | count 2 2 ; RUN: llc < %s -march=ppc32 -enable-tail-merge=0 | grep bl.*quux | count 2 3 ; RUN: llc < %s -march=ppc32 | grep bl.*baz | count 1 4 ; RUN: llc < %s -march=ppc32 | grep bl.*quux | count 1
|
D | load-constant-addr.ll | 2 ; RUN: llc < %s -march=ppc32 | grep lfs 3 ; RUN: llc < %s -march=ppc32 | not grep ori
|
D | big-endian-actual-args.ll | 1 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-unknown-linux-gnu | \ 3 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-unknown-linux-gnu | \
|
D | 2008-07-10-SplatMiscompile.ll | 1 ; RUN: llc < %s -march=ppc32 -mcpu=g5 | grep vadduhm 2 ; RUN: llc < %s -march=ppc32 -mcpu=g5 | grep vsubuhm
|
D | big-endian-call-result.ll | 1 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-unknown-linux-gnu | \ 3 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-unknown-linux-gnu | \
|
D | unsafe-math.ll | 1 ; RUN: llc < %s -mattr=-vsx -march=ppc32 | grep fmul | count 2 2 ; RUN: llc < %s -mattr=-vsx -march=ppc32 -enable-unsafe-fp-math | \
|
D | rotl-2.ll | 1 ; RUN: llc < %s -march=ppc32 | grep rlwinm | count 4 2 ; RUN: llc < %s -march=ppc32 | grep rlwnm | count 2 3 ; RUN: llc < %s -march=ppc32 | not grep or
|
D | 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 | \
|
D | 2007-01-04-ArgExtension.ll | 1 ; RUN: llc < %s -march=ppc32 | grep extsb 2 ; RUN: llc < %s -march=ppc32 | grep extsh
|
/external/valgrind/docs/internals/ |
D | 3_1_BUGSTATUS.txt | 28 v5849 fixed 124475 ppc32: crash (syscall?) timer_settime() 35 v5849 fixed 124808 ppc32: sys_sched_getaffinity() not handled 38 v5849 fixed 125492 ppc32: support a bunch more syscalls 39 v5852/5907 fixed 121617 ppc32/64: coredumping gives assertion failure 49 segfaults on ppc32-linux 51 vx1605/6 fixed 126451 3.2 SVN doesn't work on ppc32 CPU's without FPU 81 v5262 v5446 n-i-bz fsub 3,3,3 in ppc32 dispatcher doesn't clear NaNs 82 v5270 v5447 n-i-bz ppc32: __NR_{set,get}priority 91 vx1482 vx1514 117419 ppc32: lfsu f5, -4(r11) 92 vx1492 vx1515 117419 ppc32: fsqrt [all …]
|
/external/valgrind/VEX/auxprogs/ |
D | genoffsets.c | 123 GENOFFSET(PPC32,ppc32,GPR0); in foo() 124 GENOFFSET(PPC32,ppc32,GPR1); in foo() 125 GENOFFSET(PPC32,ppc32,GPR2); in foo() 126 GENOFFSET(PPC32,ppc32,GPR3); in foo() 127 GENOFFSET(PPC32,ppc32,GPR4); in foo() 128 GENOFFSET(PPC32,ppc32,GPR5); in foo() 129 GENOFFSET(PPC32,ppc32,GPR6); in foo() 130 GENOFFSET(PPC32,ppc32,GPR7); in foo() 131 GENOFFSET(PPC32,ppc32,GPR8); in foo() 132 GENOFFSET(PPC32,ppc32,GPR9); in foo() [all …]
|
/external/valgrind/none/tests/ppc32/ |
D | 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 \ 54 bug129390-ppc32 \ 55 bug139050-ppc32 \
|
/external/libunwind/src/ |
D | Makefile.am | 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.c 370 ppc32/Gglobal.c ppc32/Ginit.c \ 371 ppc32/Gregs.c ppc32/Gresume.c ppc32/Gstep.c 555 lib_LTLIBRARIES += libunwind-ppc32.la
|
/external/libunwind/ |
D | Makefile.am | 27 include_HEADERS += include/libunwind-ppc32.h 62 include/tdep-ppc32/dwarf-config.h \ 63 include/tdep-ppc32/jmpbuf.h include/tdep-ppc32/libunwind_i.h \
|