Searched
full:ppc64 (Results
351 -
375 of
917) sorted by null
<<11121314151617181920>>
/prebuilts/go/linux-x86/src/runtime/ |
crash_cgo_test.go | 87 if runtime.GOARCH == "ppc64" || runtime.GOARCH == "ppc64le" { 89 // ppc64 (issue #8912) 90 t.Skipf("no external linking on ppc64")
|
/prebuilts/go/linux-x86/test/ |
nosplit.go | 129 # Because ppc64 doesn't save LR in the leaf, it gets an extra 8 bytes. 141 # Again the ARM and ppc64 work in less space. 250 case "ppc64", "ppc64le":
|
/external/clang/test/Driver/ |
freebsd.c | 20 // RUN: | FileCheck --check-prefix=CHECK-PPC64 %s 21 // CHECK-PPC64: "-cc1" "-triple" "powerpc64-pc-freebsd8" 22 // CHECK-PPC64: ld{{.*}}" "--sysroot=[[SYSROOT:[^"]+]]" 23 // CHECK-PPC64: "--eh-frame-hdr" "-dynamic-linker" "{{.*}}ld-elf{{.*}}" "-o" "a.out" "{{.*}}crt1.o" "{{.*}}crti.o" "{{.*}}crtbegin.o" "-L[[SYSROOT]]/usr/lib" "{{.*}}.o" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "{{.*}}crtend.o" "{{.*}}crtn.o"
|
/external/clang/test/Sema/ |
attr-mode.c | 31 #ifndef TEST_64BIT_PPC64 // Note, 'XC' mode is illegal for PPC64 machines.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/p2/org.eclipse.equinox.p2.core/cache/ |
artifacts.xml | 59 <artifact classifier='binary' id='org.eclipse.rcp.configuration_root.gtk.aix.ppc64' version='1.0.0.M20110210-1200'> 89 <artifact classifier='binary' id='org.eclipse.rcp.configuration_root.gtk.linux.ppc64' version='1.0.0.M20110210-1200'> 104 <artifact classifier='binary' id='org.eclipse.equinox.executable_root.gtk.aix.ppc64' version='3.4.2.R36x_v20110125-7N7K7bF8zk1BAKMh0iz0t94miBLY'> 109 <artifact classifier='binary' id='org.eclipse.equinox.executable_root.gtk.linux.ppc64' version='3.4.2.R36x_v20110125-7N7K7bF8zk1BAKMh0iz0t94miBLY'>
|
/external/elfutils/backends/ |
ppc64_init.c | 1 /* Initialization of PPC64 specific backend library.
|
ppc_initreg.c | 83 /* PTRACE_GETREGS is EIO on kernel-2.6.18-308.el5.ppc64. */
|
/external/google-breakpad/src/client/mac/handler/testcases/ |
breakpad_nlist_test.cc | 55 system("/usr/bin/nm -arch ppc64 /usr/lib/dyld > /tmp/dyld-namelist.txt");
|
/external/llvm/include/llvm/Support/ELFRelocs/ |
PowerPC64.def | 6 // glibc's PowerPC asm/sigcontext.h, when compiling for PPC64, has the
|
/external/llvm/lib/Target/PowerPC/ |
PPCRegisterInfo.td | 236 // On non-Darwin PPC64 systems, R2 can be allocated, but must be restored, so 248 // On non-Darwin PPC64 systems, R2 can be allocated, but must be restored, so 261 // On non-Darwin PPC64 systems, R2 can be allocated, but must be restored, so 271 // On non-Darwin PPC64 systems, R2 can be allocated, but must be restored, so
|
PPCTargetMachine.h | 56 return (TT.getArch() == Triple::ppc64 || TT.getArch() == Triple::ppc64le);
|
/external/llvm/test/CodeGen/PowerPC/ |
complex-return.ll | 1 ; RUN: llc -mcpu=ppc64 -O0 < %s | FileCheck %s
|
dbg.ll | 1 ; RUN: llc < %s -break-anti-dependencies=all -march=ppc64 -mcpu=g5 | FileCheck %s
|
jaggedstructs.ll | 1 ; RUN: llc -mcpu=ppc64 -O0 -fast-isel=false < %s | FileCheck %s
|
mftb.ll | 3 ; On all other CPUs (including generic, ppc, ppc64), the mfspr instruction
|
no-rlwimi-trivial-commute.mir | 35 attributes #0 = { nounwind "target-cpu"="ppc64" }
|
ppc64-byval-align.ll | 1 ; RUN: llc -O1 < %s -march=ppc64 -mcpu=pwr7 | FileCheck %s
|
ppc64-calls.ll | 1 ; RUN: llc < %s -march=ppc64 -mcpu=pwr7 | FileCheck %s
|
/external/ltrace/sysdeps/linux-gnu/ppc/ |
arch.h | 75 /* PPC64 STUB, never resolved. */
|
/external/v8/build/ |
detect_v8_host_arch.py | 65 host_arch = 'ppc64'
|
/external/v8/test/mjsunit/ |
big-array-literal.js | 29 // On PPC64, this test needs a stack size of at least 698 kBytes.
|
/external/valgrind/ |
README | 38 - PPC64/Linux
|
/external/valgrind/docs/internals/ |
performance.txt | 19 Also, on x86, amd64, ppc32 and ppc64, --profile-flags style profiling was
|
/external/valgrind/include/ |
pub_tool_vkiscnums_asm.h | 46 # include "vki/vki-scnums-ppc64-linux.h"
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/asm/internal/asm/ |
endtoend_test.go | 77 testEndToEnd(t, "ppc64")
|
Completed in 1134 milliseconds
<<11121314151617181920>>