/prebuilts/go/darwin-x86/src/math/ |
stubs_ppc64x.s | 5 // +build ppc64 ppc64le
|
/prebuilts/go/darwin-x86/src/runtime/ |
memclr_ppc64x.s | 5 // +build ppc64 ppc64le
|
/prebuilts/go/linux-x86/misc/nacl/ |
testzip.proto | 81 ppc64
|
/prebuilts/go/linux-x86/src/math/ |
stubs_ppc64x.s | 5 // +build ppc64 ppc64le
|
/prebuilts/go/linux-x86/src/runtime/ |
memclr_ppc64x.s | 5 // +build ppc64 ppc64le
|
/external/google-breakpad/src/google_breakpad/common/ |
minidump_cpu_ppc64.h | 36 * produced on ppc64. These files may be read on any platform provided 74 * Breakpad minidump extension for PPC64 support. Based on Darwin/Mac OS X' 83 // these types are the same in ppc64 & ppc
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
PPCSubtarget.cpp | 96 // If we are generating code for ppc64, verify that options make sense. 99 // Silently force 64-bit register use on ppc64. 117 // everything is. This matters for PPC64, which codegens in PIC mode without
|
/external/valgrind/include/vki/ |
vki-posixtypes-ppc64-linux.h | 3 /*--- PPC64/Linux-specific kernel interface: posix types. ---*/ 4 /*--- vki-posixtypes-ppc64-linux.h ---*/ 36 // From linux-2.6.13/include/asm-ppc64/posix_types.h
|
vki-ppc64-linux.h | 3 /*--- PPC64/Linux-specific kernel interface. vki-ppc64-linux.h ---*/ 40 // From linux-2.6.13/include/asm-ppc64/types.h 64 // From linux-2.6.13/include/asm-ppc64/page.h 81 // From linux-2.6.13/include/asm-ppc64/signal.h 100 /* Back in asm-ppc64/signal.h */ 195 // From linux-2.6.13/include/asm-ppc64/ptrace.h 269 // From linux-2.6.13/include/asm-ppc64/elf.h 305 // From linux-2.6.13/include/asm-ppc64/sigcontext.h 341 // From linux-2.6.13/include/asm-ppc64/mman. [all...] |
/external/valgrind/massif/tests/ |
Makefile.am | 11 big-alloc.post.exp big-alloc.post.exp-64bit big-alloc.post.exp-ppc64 \ 17 deep-D.post.exp-ppc64 \ 27 mmapunmap.post.exp mmapunmap.post.exp-ppc64 \
|
/external/valgrind/memcheck/tests/ |
Makefile.am | 23 SUBDIRS += ppc64 57 DIST_SUBDIRS = x86 amd64 ppc32 ppc64 s390x linux \ 219 origin5-bz2.stderr.exp-glibc27-ppc64 \ 225 origin6-fp.stderr.exp-glibc27-ppc64 \ 289 varinfo1.stderr.exp-ppc64 \ 291 varinfo2.stderr.exp-ppc64 \ 293 varinfo3.stderr.exp-ppc64 \ 295 varinfo4.stderr.exp-ppc64 \ 297 varinfo5.stderr.exp-ppc64 \ 299 varinfo6.stderr.exp-ppc64 \ [all...] |
/external/clang/test/Driver/ |
ppc-features.cpp | 43 // check -msoft-float option for ppc64 45 // CHECK-SOFTFLOAT64: error: invalid float ABI 'soft float is not supported for ppc64' 47 // check -mfloat-abi=soft option for ppc64 49 // CHECK-FLOATABISOFT64: error: invalid float ABI 'soft float is not supported for ppc64' 51 // check -msoft-float option for ppc64 53 // CHECK-SOFTFLOAT64le: error: invalid float ABI 'soft float is not supported for ppc64' 55 // check -mfloat-abi=soft option for ppc64 57 // CHECK-FLOATABISOFT64le: error: invalid float ABI 'soft float is not supported for ppc64' 59 // CHECK: invalid argument '-faltivec' only allowed with 'ppc/ppc64/ppc64le' 109 // RUN: %clang -target powerpc64-unknown-linux-gnu %s -fno-altivec -mcpu=ppc64 -### -o %t.o 2>&1 | FileCheck --check-prefix=CHECK-16 % [all...] |
/prebuilts/go/darwin-x86/src/cmd/link/internal/loadelf/ |
ldelf.go | 577 case sys.PPC64: 579 return errorf("elf object but not ppc64") 1031 // Magic symbol on ppc64. Will be set to this object 1118 PPC64 = uint32(sys.PPC64) 1129 case PPC64 | uint32(elf.R_PPC64_TOC16)<<24, 1130 PPC64 | uint32(elf.R_PPC64_TOC16_LO)<<24, 1131 PPC64 | uint32(elf.R_PPC64_TOC16_HI)<<24, 1132 PPC64 | uint32(elf.R_PPC64_TOC16_HA)<<24, 1133 PPC64 | uint32(elf.R_PPC64_TOC16_DS)<<24 [all...] |
/prebuilts/go/linux-x86/src/cmd/link/internal/loadelf/ |
ldelf.go | 577 case sys.PPC64: 579 return errorf("elf object but not ppc64") 1031 // Magic symbol on ppc64. Will be set to this object 1118 PPC64 = uint32(sys.PPC64) 1129 case PPC64 | uint32(elf.R_PPC64_TOC16)<<24, 1130 PPC64 | uint32(elf.R_PPC64_TOC16_LO)<<24, 1131 PPC64 | uint32(elf.R_PPC64_TOC16_HI)<<24, 1132 PPC64 | uint32(elf.R_PPC64_TOC16_HA)<<24, 1133 PPC64 | uint32(elf.R_PPC64_TOC16_DS)<<24 [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCTargetMachine.cpp | 87 bool is64Bit = T.getArch() == Triple::ppc64 || T.getArch() == Triple::ppc64le; 98 // PPC32 has 32 bit pointers. The PS3 (OS Lv2) is a PPC64 machine with 32 bit 103 // Note, the alignment values for f64 and i64 on ppc64 in Darwin 110 // PPC64 has 32 and 64 bit registers, PPC32 has only 32 bit ones. 124 if (TT.getArch() == Triple::ppc64 || TT.getArch() == Triple::ppc64le) { 171 case Triple::ppc64:
|
/external/libunwind/tests/ |
Makefile.am | 35 noinst_PROGRAMS_arch = ppc64-test-altivec 117 ppc64_test_altivec_SOURCES = ppc64-test-altivec.c ppc64-test-altivec-utils.c
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
PPCMCTargetDesc.cpp | 55 (TT.getArch() == Triple::ppc64 || TT.getArch() == Triple::ppc64le); 71 bool isPPC64 = (TheTriple.getArch() == Triple::ppc64 || 93 (TT.getArch() == Triple::ppc64 || TT.getArch() == Triple::ppc64le))
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_sysconfig.py | 154 self.assertEqual(get_platform(), 'macosx-10.3-ppc64')
199 get_config_vars()['CFLAGS'] = ('-arch ppc64 -arch x86_64 -arch ppc -arch i386 -isysroot '
205 get_config_vars()['CFLAGS'] = ('-arch x86_64 -arch ppc64 -isysroot '
212 for arch in ('ppc', 'i386', 'x86_64', 'ppc64'):
|
/external/capstone/cstool/ |
cstool.c | 106 printf(" ppc64: ppc64 + little endian\n"); 107 printf(" ppc64be: ppc64 + big endian\n"); 288 if (!strcmp(mode,"ppc64")) {
|
/external/elfutils/ |
Makefile.am | 37 # Make sure the test build uses the same compiler, which on e.g. ppc64
|
/external/elfutils/backends/ |
ppc64_resolve_sym.c | 39 http://refspecs.linuxfoundation.org/ELF/ppc64/PPC-elf64abi-1.9.html#FUNC-DES
|
/external/fio/arch/ |
arch-ppc.h | 141 * Let's have it defined for ppc64
|
/external/kmod/testsuite/ |
test-modinfo.c | 84 .description = "check signatures are correct for modinfo is correct for i686, ppc64, s390x and x86_64",
|
/external/libunwind/src/ppc/ |
Gis_signal_frame.c | 45 on ppc64 Linux that is (see libc.so):
|
/external/linux-kselftest/tools/testing/selftests/vm/ |
hugepage-mmap.c | 17 * Other architectures, such as ppc64, i386 or x86_64 are not so constrained.
|