HomeSort by relevance Sort by last modified time
    Searched full:ppc64 (Results 376 - 400 of 1243) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ELFRelocs/
PowerPC.def 6 // glibc's PowerPC asm/sigcontext.h, when compiling for PPC64, has the
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/BinaryFormat/ELFRelocs/
PowerPC.def 6 // glibc's PowerPC asm/sigcontext.h, when compiling for PPC64, has the
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/BinaryFormat/ELFRelocs/
PowerPC.def 6 // glibc's PowerPC asm/sigcontext.h, when compiling for PPC64, has the
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/BinaryFormat/ELFRelocs/
PowerPC.def 6 // glibc's PowerPC asm/sigcontext.h, when compiling for PPC64, has the
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/BinaryFormat/ELFRelocs/
PowerPC.def 6 // glibc's PowerPC asm/sigcontext.h, when compiling for PPC64, has the
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/BinaryFormat/ELFRelocs/
PowerPC.def 6 // glibc's PowerPC asm/sigcontext.h, when compiling for PPC64, has the
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/BinaryFormat/ELFRelocs/
PowerPC.def 6 // glibc's PowerPC asm/sigcontext.h, when compiling for PPC64, has the
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_sysconfig.py 152 self.assertEqual(get_platform(), 'macosx-10.3-ppc64')
202 get_config_vars()['CFLAGS'] = ('-arch ppc64 -arch x86_64 -arch ppc -arch i386 -isysroot '
209 get_config_vars()['CFLAGS'] = ('-arch x86_64 -arch ppc64 -isysroot '
216 for arch in ('ppc', 'i386', 'x86_64', 'ppc64'):
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_sysconfig.py 152 self.assertEqual(get_platform(), 'macosx-10.3-ppc64')
202 get_config_vars()['CFLAGS'] = ('-arch ppc64 -arch x86_64 -arch ppc -arch i386 -isysroot '
209 get_config_vars()['CFLAGS'] = ('-arch x86_64 -arch ppc64 -isysroot '
216 for arch in ('ppc', 'i386', 'x86_64', 'ppc64'):
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/s390x/
listz.go 1 // Based on cmd/internal/obj/ppc64/list9.go.
  /prebuilts/go/darwin-x86/src/crypto/cipher/
xor.go 13 const supportsUnaligned = runtime.GOARCH == "386" || runtime.GOARCH == "amd64" || runtime.GOARCH == "ppc64" || runtime.GOARCH == "ppc64le" || runtime.GOARCH == "s390x"
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue11656.go 60 case "ppc64":
  /prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/
listz.go 1 // Based on cmd/internal/obj/ppc64/list9.go.
  /prebuilts/go/linux-x86/src/crypto/cipher/
xor.go 13 const supportsUnaligned = runtime.GOARCH == "386" || runtime.GOARCH == "amd64" || runtime.GOARCH == "ppc64" || runtime.GOARCH == "ppc64le" || runtime.GOARCH == "s390x"
  /prebuilts/go/linux-x86/test/fixedbugs/
issue11656.go 60 case "ppc64":
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sysconfig.py 152 self.assertEqual(get_platform(), 'macosx-10.3-ppc64')
202 get_config_vars()['CFLAGS'] = ('-arch ppc64 -arch x86_64 -arch ppc -arch i386 -isysroot '
209 get_config_vars()['CFLAGS'] = ('-arch x86_64 -arch ppc64 -isysroot '
216 for arch in ('ppc', 'i386', 'x86_64', 'ppc64'):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sysconfig.py 152 self.assertEqual(get_platform(), 'macosx-10.3-ppc64')
202 get_config_vars()['CFLAGS'] = ('-arch ppc64 -arch x86_64 -arch ppc -arch i386 -isysroot '
209 get_config_vars()['CFLAGS'] = ('-arch x86_64 -arch ppc64 -isysroot '
216 for arch in ('ppc', 'i386', 'x86_64', 'ppc64'):
  /toolchain/binutils/binutils-2.27/opcodes/
ppc-opc.c     [all...]
  /external/libunwind/include/
libunwind-ppc32.h 8 frysk successfully on ppc64, by Wu Zhou <woodzltc@cn.ibm.com>
9 Will be replaced when libunwind is ready on ppc64 platform.
  /external/llvm/test/CodeGen/PowerPC/
tls-cse.ll 1 ; RUN: llc -march=ppc64 -mcpu=pwr7 -O2 -relocation-model=pic < %s | FileCheck %s
2 ; RUN: llc -march=ppc64 -mcpu=pwr7 -O2 -relocation-model=pic < %s | grep "__tls_get_addr" | count 1
  /external/ltp/testcases/kdump/
README 41 * zlib-64bit-<xxx> (ppc64 only)
49 * kernel-kdump ( only for ppc64 )
  /external/ltp/testcases/kdump/doc/
README 41 * zlib-64bit-<xxx> (ppc64 only)
49 * kernel-kdump ( only for ppc64 )
  /external/swiftshader/third_party/LLVM/lib/Support/
Triple.cpp 30 case ppc64: return "powerpc64";
64 case ppc64:
156 if (Name == "ppc64")
157 return ppc64;
210 if (Str == "ppc64")
211 return Triple::ppc64;
250 return "ppc64";
289 return ppc64;
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.cpp 44 bool isPPC64 = (TheTriple.getArch() == Triple::ppc64);
62 bool isPPC64 = TheTriple.getArch() == Triple::ppc64;
  /external/valgrind/VEX/pub/
libvex_emnote.h 85 /* overflow/underflow of the PPC64 _REDIR stack (ppc64 only) */

Completed in 680 milliseconds

<<11121314151617181920>>