/external/llvm/lib/Target/PowerPC/ |
PPCTargetMachine.cpp | 92 // PPC32 has 32 bit pointers. The PS3 (OS Lv2) is a PPC64 machine with 32 bit 104 // PPC64 has 32 and 64 bit registers, PPC32 has only 32 bit ones.
|
PPCISelLowering.h | 1 //===-- PPCISelLowering.h - PPC32 DAG Lowering Interface --------*- C++ -*-===// 195 /// on PPC32. 199 /// local dynamic TLS on PPC32. [all...] |
README.txt | 566 ; RUN: llvm-as < %s | llc -march=ppc32 | grep or | count 3 569 ; RUN: llvm-as < %s | llc -march=ppc32 | grep mfcr | count 3 593 ; RUN: llvm-as < %s | llc -march=ppc32 | not grep fneg
|
/external/valgrind/coregrind/ |
launcher-linux.c | 236 platform = "ppc32-linux"; 369 (0==strcmp(VG_PLATFORM,"ppc32-linux")) ||
|
m_vki.c | 42 /* ppc32/64-linux determines page size at startup, hence m_vki is
|
/external/valgrind/docs/internals/ |
register-uses.txt | 58 ppc32-linux 214 ppc32-aix5
|
notes.txt | 3 PPC32 port
|
/external/valgrind/exp-sgcheck/docs/ |
sg-manual.xml | 306 for ppc32/64 targets (except that sg_ doesn't work on ppc32/64
|
/external/valgrind/none/tests/ |
Makefile.am | 15 SUBDIRS += ppc32 70 DIST_SUBDIRS = x86 amd64 ppc32 ppc64 arm arm64 s390x mips32 mips64 tilegx \
|
/external/valgrind/ |
NEWS | 52 ARM64/Linux, PPC32/Linux, PPC64BE/Linux, PPC64LE/Linux, S390X/Linux, 334 344279 syscall sendmmsg on arm64 (269) and ppc32/64 (349) unhandled 335 344295 syscall recvmmsg on arm64 (243) and ppc32/64 (343) unhandled 430 351873 Newer gcc doesn't allow __builtin_tabortdc[i] in ppc32 mode 515 n-i-bz Add detection of old ppc32 magic instructions from bug 278808. 533 PPC32/Linux, PPC64BE/Linux, PPC64LE/Linux, S390X/Linux, MIPS32/Linux, [all...] |
Makefile.vex.am | 77 # differently -- with a leading $ on x86/amd64 but none on ppc32/64.
|
glibc-2.5.supp | 202 # MontaVista Linux 4.0.1 on ppc32
|
/external/autotest/client/tests/lsb_dtk/ |
lsb_dtk.py | 20 self.arch = 'ppc32'
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
PPCAsmBackend.cpp | 190 assert(Name == "ppc32" && "Unknown target name!");
|
/external/valgrind/coregrind/m_syswrap/ |
syscall-ppc32-linux.S | 3 /*--- Support for doing system calls. syscall-ppc32-linux.S ---*/
|
/external/valgrind/memcheck/tests/ |
sh-mem-random.c | 206 the bottom half of an xmm register. On ppc32/64 this
|
/external/libunwind/ |
configure.ac | 163 (arm|hppa|ppc32|x86|sh) use_elf32=yes; AC_MSG_RESULT([32]);;
|
/external/libunwind/include/tdep-ppc32/ |
libunwind_i.h | 50 /* no ppc32-specific fast trace */
|
/external/libunwind/src/ppc32/ |
ucontext_i.h | 34 /usr/src/linux-2.6.18-1.8/arch/powerpc/kernel/ppc32.h
|
/external/libunwind/src/ppc64/ |
ucontext_i.h | 33 /usr/src/linux-2.6.18-1.8/arch/powerpc/kernel/ppc32.h
|
/external/llvm/include/llvm/Object/ |
RelocVisitor.h | 307 /// PPC32 ELF
|
/external/llvm/test/CodeGen/PowerPC/ |
2007-06-28-BCCISelBug.ll | 1 ; RUN: llc < %s -march=ppc32 -mattr=+altivec
|
fma-assoc.ll | 1 ; RUN: llc < %s -march=ppc32 -fp-contract=fast -mattr=-vsx | FileCheck %s
|
fma.ll | 1 ; RUN: llc < %s -march=ppc32 -fp-contract=fast -mattr=-vsx | FileCheck %s
|
/external/ltrace/ |
configure.ac | 215 powerpc) UNWIND_ARCH="ppc32" ;;
|