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

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/src/
bootstrap.bash 8 # GOOS=linux GOARCH=ppc64 bootstrap.bash
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/
list9.go 30 package ppc64 package
a.out.go 30 package ppc64 package
34 //go:generate go run ../stringer.go -i $GOFILE -o anames.go -p ppc64
  /prebuilts/go/darwin-x86/src/cmd/internal/objfile/
macho.go 116 return "ppc64"
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ppc64/
l.go 31 package ppc64 package
asm.go 31 package ppc64 package
50 // The ppc64 ABI PLT has similar concepts to other
86 // NOTE: It's possible we could make ppc64 closer to other
87 // architectures: ppc64's .plt is like .plt.got on other
88 // platforms and ppc64's .glink is like .plt on other
351 // r->add is two ppc64 instructions holding an immediate 32-bit constant.
527 // In the ppc64 ABI, the dynamic linker is responsible
552 // This is essentially the resolver from the ppc64 ELF ABI.
  /prebuilts/go/darwin-x86/src/runtime/
duff_ppc64x.s 5 // +build ppc64 ppc64le
hash64.go 9 // +build amd64 amd64p32 arm64 ppc64 ppc64le
  /prebuilts/go/darwin-x86/src/sync/atomic/
asm_ppc64x.s 5 // +build ppc64 ppc64le
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/asm/internal/asm/
endtoend_test.go 77 testEndToEnd(t, "ppc64")
  /prebuilts/go/linux-x86/src/
bootstrap.bash 8 # GOOS=linux GOARCH=ppc64 bootstrap.bash
  /prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/
list9.go 30 package ppc64 package
a.out.go 30 package ppc64 package
34 //go:generate go run ../stringer.go -i $GOFILE -o anames.go -p ppc64
  /prebuilts/go/linux-x86/src/cmd/internal/objfile/
macho.go 116 return "ppc64"
  /prebuilts/go/linux-x86/src/cmd/link/internal/ppc64/
l.go 31 package ppc64 package
asm.go 31 package ppc64 package
50 // The ppc64 ABI PLT has similar concepts to other
86 // NOTE: It's possible we could make ppc64 closer to other
87 // architectures: ppc64's .plt is like .plt.got on other
88 // platforms and ppc64's .glink is like .plt on other
351 // r->add is two ppc64 instructions holding an immediate 32-bit constant.
527 // In the ppc64 ABI, the dynamic linker is responsible
552 // This is essentially the resolver from the ppc64 ELF ABI.
  /prebuilts/go/linux-x86/src/runtime/
duff_ppc64x.s 5 // +build ppc64 ppc64le
hash64.go 9 // +build amd64 amd64p32 arm64 ppc64 ppc64le
  /prebuilts/go/linux-x86/src/sync/atomic/
asm_ppc64x.s 5 // +build ppc64 ppc64le
  /external/valgrind/VEX/pub/
libvex.h 113 /* ppc64: baseline capability is integer and basic FP insns */
293 /* PPC32/PPC64 only: size of instruction cache line */
295 /* PPC32/PPC64 only: sizes zeroed by the dcbz/dcbzl instructions
320 guest is ppc64-linux ==> 288
337 guest is ppc64-linux ==> True
342 guest is ppc64-linux ==> const True
348 host is ppc64-linux ==> True
378 /* PPC32/PPC64 HOSTS only: does '&f' give us a pointer to a
714 amd64: %rax, ppc32: %r3, ppc64: %r3). Optionally, the guest
731 - On host archs which have a link register (ppc32, ppc64), b
    [all...]
  /external/llvm/test/CodeGen/PowerPC/
s000-alias-misched.ll 3 ; RUN: llc < %s -enable-misched -march=ppc64 -mcpu=a2 | FileCheck %s
4 ; RUN: llc < %s -enable-misched -enable-aa-sched-mi -march=ppc64 -mcpu=a2 | FileCheck %s
  /external/valgrind/coregrind/
pub_core_trampoline.h 90 ppc64-linux. The one insn at this label is never really
92 thread's LR and R2 registers from a small stack in the ppc64 guest
  /external/clang/test/CodeGen/
target-data.c 94 // RUN: FileCheck %s -check-prefix=PPC64-FREEBSD
95 // PPC64-FREEBSD: target datalayout = "E-m:e-i64:64-n32:64"
98 // RUN: FileCheck %s -check-prefix=PPC64-LINUX
99 // PPC64-LINUX: target datalayout = "E-m:e-i64:64-n32:64"
110 // RUN: FileCheck %s -check-prefix=PPC64-DARWIN
111 // PPC64-DARWIN: target datalayout = "E-m:o-i64:64-n32:64"
  /external/google-breakpad/src/processor/
dump_context.cc 93 BPLOG(ERROR) << "DumpContext cannot get ppc64 context";
97 return context_.ppc64;
200 void DumpContext::SetContextPPC64(MDRawContextPPC64* ppc64) {
201 context_.ppc64 = ppc64;
235 delete context_.ppc64;
  /external/v8/test/cctest/
cctest.status 471 ['system == aix and arch == ppc64', {
476 }], # 'system == aix and arch == ppc64'
479 ['system == aix or (arch == ppc64 and byteorder == big)', {
487 }], # 'system == aix or (arch == ppc64 and byteorder == big)'
490 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == True', {
497 }], # 'arch == ppc64 and simulator_run == True'

Completed in 1071 milliseconds

<<11121314151617181920>>