HomeSort by relevance Sort by last modified time
    Searched refs:PPC64 (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/valgrind/coregrind/
pub_core_basics.h 74 } PPC64;
m_libcassert.c 121 (srP)->misc.PPC64.r_lr = lr; \
  /prebuilts/go/darwin-x86/src/runtime/internal/sys/
arch.go 16 PPC64
arch_ppc64.go 8 ArchFamily = PPC64
arch_ppc64le.go 8 ArchFamily = PPC64
  /prebuilts/go/linux-x86/src/runtime/internal/sys/
arch.go 16 PPC64
arch_ppc64.go 8 ArchFamily = PPC64
arch_ppc64le.go 8 ArchFamily = PPC64
  /external/valgrind/VEX/auxprogs/
genoffsets.c 136 // ppc64
137 GENOFFSET(PPC64,ppc64,GPR0);
138 GENOFFSET(PPC64,ppc64,GPR1);
139 GENOFFSET(PPC64,ppc64,GPR2);
140 GENOFFSET(PPC64,ppc64,GPR3);
141 GENOFFSET(PPC64,ppc64,GPR4)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/sys/
arch.go 11 // and ppc64 and ppc64le are both members of the PPC64 family.
21 PPC64
142 Name: "ppc64",
143 Family: PPC64,
153 Family: PPC64,
  /prebuilts/go/linux-x86/src/cmd/internal/sys/
arch.go 11 // and ppc64 and ppc64le are both members of the PPC64 family.
21 PPC64
142 Name: "ppc64",
143 Family: PPC64,
153 Family: PPC64,
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue17005.go 7 // This tickles (a version of) the PPC64 back end to
  /prebuilts/go/linux-x86/test/fixedbugs/
issue17005.go 7 // This tickles (a version of) the PPC64 back end to
  /external/valgrind/
valgrind.spec 20 platforms: x86/Linux, AMD64/Linux, PPC32/Linux, PPC64/Linux, x86/MacOSX,
  /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.
  /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.
  /external/libunwind/tests/
flush-cache.S 56 # warning IMPLEMENT ME FOR PPC64!!
  /toolchain/binutils/binutils-2.25/opcodes/
ppc-opc.c     [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
ldelf.go 587 case sys.PPC64:
589 Errorf(nil, "%s: elf object but not ppc64", pn)
1031 // Magic symbol on ppc64. Will be set to this object
1139 PPC64 = uint32(sys.PPC64)
1151 case PPC64 | R_PPC64_TOC16<<24,
1152 PPC64 | R_PPC64_TOC16_LO<<24,
1153 PPC64 | R_PPC64_TOC16_HI<<24,
1154 PPC64 | R_PPC64_TOC16_HA<<24,
1155 PPC64 | R_PPC64_TOC16_DS<<24
    [all...]
elf.go 922 if SysArch.InFamily(sys.AMD64, sys.ARM64, sys.MIPS64, sys.PPC64, sys.S390X) {
930 case sys.PPC64, sys.S390X:
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
ldelf.go 587 case sys.PPC64:
589 Errorf(nil, "%s: elf object but not ppc64", pn)
1031 // Magic symbol on ppc64. Will be set to this object
1139 PPC64 = uint32(sys.PPC64)
1151 case PPC64 | R_PPC64_TOC16<<24,
1152 PPC64 | R_PPC64_TOC16_LO<<24,
1153 PPC64 | R_PPC64_TOC16_HI<<24,
1154 PPC64 | R_PPC64_TOC16_HA<<24,
1155 PPC64 | R_PPC64_TOC16_DS<<24
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/arch/
ppc64.go 6 // 64-bit PowerPC (PPC64) instruction set, to minimize its interaction
13 "cmd/internal/obj/ppc64"
24 // IsPPC64RLD reports whether the op (as defined by an ppc64.A* constant) is
29 case ppc64.ARLDC, ppc64.ARLDCCC, ppc64.ARLDCL, ppc64.ARLDCLCC,
30 ppc64.ARLDCR, ppc64.ARLDCRCC, ppc64.ARLDMI, ppc64.ARLDMICC
    [all...]
  /prebuilts/go/linux-x86/src/cmd/asm/internal/arch/
ppc64.go 6 // 64-bit PowerPC (PPC64) instruction set, to minimize its interaction
13 "cmd/internal/obj/ppc64"
24 // IsPPC64RLD reports whether the op (as defined by an ppc64.A* constant) is
29 case ppc64.ARLDC, ppc64.ARLDCCC, ppc64.ARLDCL, ppc64.ARLDCLCC,
30 ppc64.ARLDCR, ppc64.ARLDCRCC, ppc64.ARLDMI, ppc64.ARLDMICC
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/
asm.go 355 if p.arch.Family == sys.PPC64 {
431 // On the ppc64, 9a encodes BR (CTR) as BR CTR. We do the same.
432 if p.arch.Family == sys.PPC64 && target.Offset == 0 {
486 if p.arch.Family == sys.PPC64 && arch.IsPPC64NEG(op) {
589 case sys.PPC64:
666 if p.arch.Family == sys.PPC64 {
713 if p.arch.Family == sys.PPC64 && arch.IsPPC64RLD(op) {
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/
asm.go 355 if p.arch.Family == sys.PPC64 {
431 // On the ppc64, 9a encodes BR (CTR) as BR CTR. We do the same.
432 if p.arch.Family == sys.PPC64 && target.Offset == 0 {
486 if p.arch.Family == sys.PPC64 && arch.IsPPC64NEG(op) {
589 case sys.PPC64:
666 if p.arch.Family == sys.PPC64 {
713 if p.arch.Family == sys.PPC64 && arch.IsPPC64RLD(op) {

Completed in 805 milliseconds

1 2 3