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

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/asm/internal/arch/
arch.go 14 "bootstrap/internal/obj/ppc64"
71 case "ppc64":
73 a.LinkArch = &ppc64.Linkppc64
77 a.LinkArch = &ppc64.Linkppc64le
313 for i := ppc64.REG_R0; i <= ppc64.REG_R31; i++ {
316 for i := ppc64.REG_F0; i <= ppc64.REG_F31; i++ {
319 for i := ppc64.REG_CR0; i <= ppc64.REG_CR7; i++
    [all...]
  /prebuilts/go/linux-x86/src/cmd/asm/internal/arch/
arch.go 11 "cmd/internal/obj/ppc64"
68 case "ppc64":
70 a.LinkArch = &ppc64.Linkppc64
74 a.LinkArch = &ppc64.Linkppc64le
310 for i := ppc64.REG_R0; i <= ppc64.REG_R31; i++ {
313 for i := ppc64.REG_F0; i <= ppc64.REG_F31; i++ {
316 for i := ppc64.REG_CR0; i <= ppc64.REG_CR7; i++
    [all...]
  /external/llvm/lib/Target/PowerPC/TargetInfo/
PowerPCTargetInfo.cpp 21 RegisterTarget<Triple::ppc64, /*HasJIT=*/true>
22 Y(ThePPC64Target, "ppc64", "PowerPC 64");
  /external/llvm/test/CodeGen/PowerPC/
mc-instrlat.ll 22 attributes #0 = { nounwind "no-infs-fp-math"="true" "no-nans-fp-math"="true" "target-cpu"="ppc64" "target-features"="+altivec,-bpermd,-crypto,-direct-move,-extdiv,-power8-vector,-qpx,-vsx" "unsafe-fp-math"="true" "use-soft-float"="false" }
23 attributes #1 = { "no-infs-fp-math"="true" "no-nans-fp-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="ppc64" "target-features"="+altivec,-bpermd,-crypto,-direct-move,-extdiv,-power8-vector,-qpx,-vsx" "unsafe-fp-math"="true" "use-soft-float"="false" }
vector-merge-store-fp-constants.ll 1 ; RUN: llc -march=ppc64 -mtriple=ppc64-apple-darwin < %s | FileCheck %s
atomics.ll 2 ; FIXME: -verify-machineinstrs currently fail on ppc64 (mismatched register/instruction).
4 ; RUN: llc < %s -mtriple=powerpc-apple-darwin -march=ppc64 | FileCheck %s --check-prefix=CHECK --check-prefix=PPC64
37 ; PPC64-NOT: __sync_
38 ; PPC64: ld
70 ; PPC64-NOT: __sync_
71 ; PPC64: std
2006-12-07-SelectCrash.ll 1 ; RUN: llc < %s -march=ppc64
2007-09-04-AltivecDST.ll 1 ; RUN: llc < %s -march=ppc64 -mattr=+altivec | grep dst | count 4
  /external/valgrind/memcheck/tests/linux/
stack_switch.c 29 sleep(2); /* ppc64-linux hack */
39 /* "2*" is a ppc64-linux hack */
  /prebuilts/go/darwin-x86/src/runtime/
defs3_linux.go 10 GOARCH=ppc64 cgo -cdefs defs_linux.go defs3_linux.go > defs_linux_ppc64.h
40 // PPC64 uses sigcontext in place of mcontext in ucontext.
lfstack_linux_ppc64x.go 5 // +build ppc64 ppc64le
12 // On ppc64, Linux limits the user address space to 46 bits (see
tls_ppc64x.s 5 // +build ppc64 ppc64le
20 // ppc64 code that will overwrite this register.
46 // ppc64 code that overwrote those registers.
  /prebuilts/go/linux-x86/src/runtime/
defs3_linux.go 10 GOARCH=ppc64 cgo -cdefs defs_linux.go defs3_linux.go > defs_linux_ppc64.h
40 // PPC64 uses sigcontext in place of mcontext in ucontext.
lfstack_linux_ppc64x.go 5 // +build ppc64 ppc64le
12 // On ppc64, Linux limits the user address space to 46 bits (see
tls_ppc64x.s 5 // +build ppc64 ppc64le
20 // ppc64 code that will overwrite this register.
46 // ppc64 code that overwrote those registers.
  /external/clang/test/Preprocessor/
init.c     [all...]
  /external/clang/test/Driver/
unknown-gcc-arch.c 18 // RUN: -no-integrated-as 2>&1 | FileCheck -check-prefix=PPC64 %s
19 // PPC64: {{.*as.*-a64}}
27 // RUN: -no-integrated-as 2>&1 | FileCheck -check-prefix=PPC64-M32 %s
28 // PPC64-M32: {{.*as.*-a32}}
  /external/elfutils/backends/
ppc64_symbol.c 0 /* PPC64 specific symbolic name handling.
116 /* Check whether machine flags are valid. PPC64 has three possible values:
118 1 - for the original ELF PPC64 ABI using function descriptors.
119 2 - for the revised ELFv2 PPC64 ABI without function descriptors. */
  /external/libunwind/
Makefile.am 30 include_HEADERS += include/libunwind-ppc64.h
64 include/tdep-ppc64/dwarf-config.h \
65 include/tdep-ppc64/jmpbuf.h include/tdep-ppc64/libunwind_i.h \
  /external/libunwind/include/
libunwind.h 19 # include "libunwind-ppc64.h"
libunwind.h.in 19 # include "libunwind-ppc64.h"
  /external/libunwind/include/tdep/
dwarf-config.h 17 # include "tdep-ppc64/dwarf-config.h"
jmpbuf.h 19 # include "tdep-ppc64/jmpbuf.h"
libunwind_i.h 19 # include "tdep-ppc64/libunwind_i.h"
libunwind_i.h.in 19 # include "tdep-ppc64/libunwind_i.h"

Completed in 289 milliseconds

1 2 3 4 56 7 8 91011>>