Searched
full:ppc64 (Results
426 -
450 of
917) sorted by null
<<11121314151617181920>>
/external/compiler-rt/lib/sanitizer_common/scripts/ |
gen_dynamic_list.py | 52 if os.uname()[4] in ["powerpc", "ppc64"]:
|
/external/elfutils/backends/ |
ppc64_reloc.def | 1 /* List the relocation types for ppc64. -*- C -*-
|
ppc64_retval.c | 1 /* Function return value location for Linux/PPC64 ABI.
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
RuntimeDyldELF.h | 74 else if (Arch == Triple::ppc64 || Arch == Triple::ppc64le)
|
/external/llvm/test/CodeGen/PowerPC/ |
code-align.ll | 1 ; RUN: llc -mcpu=ppc64 < %s | FileCheck %s -check-prefix=GENERIC
|
ctrloops.ll | 3 ; RUN: llc < %s -march=ppc64 -relocation-model=pic | FileCheck %s
|
qpx-s-sel.ll | 1 ; RUN: llc < %s -march=ppc64 -mcpu=a2q | FileCheck %s
|
subsumes-pred-regs.ll | 1 ; RUN: llc < %s -mcpu=ppc64 -mattr=-crbits | FileCheck %s
|
/external/llvm/unittests/Support/ |
ThreadPool.cpp | 55 UnsupportedArchs.push_back(Triple::ppc64);
|
/external/ltrace/sysdeps/linux-gnu/ppc/ |
trace.c | 238 /* On both PPC and PPC64, fundamental types have the
|
/external/v8/tools/testrunner/local/ |
statusfile.py | 61 "mips64el", "x64", "x87", "nacl_ia32", "nacl_x64", "ppc", "ppc64",
|
utils.py | 105 elif machine == 'ppc64':
|
/external/valgrind/ |
README_PACKAGERS | 22 ppc64-linux), Memcheck will simply stop at startup (and print an
|
/external/valgrind/coregrind/ |
pub_core_basics.h | 74 } PPC64;
|
pub_core_stacktrace.h | 46 // better stack traces on ppc64-linux and has no effect on other
|
pub_core_transtab_asm.h | 40 On ppc32/ppc64/mips32/mips64/arm64, the bottom two bits of
|
/external/valgrind/memcheck/tests/vbit-test/ |
README | 100 vbit-test has been tested on x86-64, ppc64, s390x, and mips32.
|
vtest.h | 97 unsigned ppc64 : 1; member in struct:__anon27039
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
configure | 109 all_platforms="${all_platforms} ppc64-darwin8-gcc" 110 all_platforms="${all_platforms} ppc64-darwin9-gcc" 111 all_platforms="${all_platforms} ppc64-linux-gcc" 236 ppc64
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
_osx_support.py | 226 # This code automatically removes '-arch ppc' and '-arch ppc64' 465 elif archs == ('ppc64', 'x86_64'): 467 elif archs == ('i386', 'ppc', 'ppc64', 'x86_64'): 484 machine = 'ppc64'
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
_osx_support.py | 226 # This code automatically removes '-arch ppc' and '-arch ppc64' 465 elif archs == ('ppc64', 'x86_64'): 467 elif archs == ('i386', 'ppc', 'ppc64', 'x86_64'): 484 machine = 'ppc64'
|
/prebuilts/go/darwin-x86/src/runtime/cgo/ |
asm_ppc64x.s | 5 // +build ppc64 ppc64le
|
/prebuilts/go/darwin-x86/src/runtime/debug/ |
garbage_test.go | 91 if runtime.GOARCH == "arm64" || runtime.GOARCH == "ppc64" || runtime.GOARCH == "ppc64le" ||
|
/prebuilts/go/darwin-x86/src/runtime/ |
gcinfo_test.go | 147 case "arm64", "amd64", "ppc64", "ppc64le":
|
panic1.go | 13 const hasLinkRegister = GOARCH == "arm" || GOARCH == "arm64" || GOARCH == "ppc64" || GOARCH == "ppc64le"
|
Completed in 951 milliseconds
<<11121314151617181920>>