Searched refs:ppc64 (Results 1 - 25 of 153) sorted by relevance

1234567

/external/valgrind/main/coregrind/m_gdbserver/
H A Dvalgrind-low-ppc64.c184 VexGuestPPC64State* ppc64 = (VexGuestPPC64State*) get_arch (set, tst); local
189 case 0: VG_(transfer) (&ppc64->guest_GPR0, buf, dir, size, mod); break;
190 case 1: VG_(transfer) (&ppc64->guest_GPR1, buf, dir, size, mod); break;
191 case 2: VG_(transfer) (&ppc64->guest_GPR2, buf, dir, size, mod); break;
192 case 3: VG_(transfer) (&ppc64->guest_GPR3, buf, dir, size, mod); break;
193 case 4: VG_(transfer) (&ppc64->guest_GPR4, buf, dir, size, mod); break;
194 case 5: VG_(transfer) (&ppc64->guest_GPR5, buf, dir, size, mod); break;
195 case 6: VG_(transfer) (&ppc64->guest_GPR6, buf, dir, size, mod); break;
196 case 7: VG_(transfer) (&ppc64->guest_GPR7, buf, dir, size, mod); break;
197 case 8: VG_(transfer) (&ppc64
[all...]
/external/valgrind/main/memcheck/tests/vbit-test/
H A Dirops.c13 { DEFOP(Iop_Add8, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1 },
14 { DEFOP(Iop_Add16, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1 },
15 { DEFOP(Iop_Add32, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1 },
16 { DEFOP(Iop_Add64, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 = 1, .mips32 = 0, .mips64 = 1 }, // mips asserts
17 { DEFOP(Iop_Sub8, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1 },
18 { DEFOP(Iop_Sub16, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 0, .ppc32 = 0, .mips32 = 1, .mips64 = 1 },
19 { DEFOP(Iop_Sub32, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1 },
20 { DEFOP(Iop_Sub64, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 = 0, .mips32 = 0, .mips64 = 1 }, // ppc32, mips assert
21 { DEFOP(Iop_Mul8, UNDEF_LEFT), .s390x = 0, .amd64 = 0, .x86 = 0, .arm = 0, .ppc64 = 0, .ppc32 = 0, .mips32 = 0, .mips64 = 0 },
22 { DEFOP(Iop_Mul16, UNDEF_LEFT), .s390x = 0, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64
[all...]
H A Dvtest.h73 unsigned ppc64 : 1; member in struct:__anon33082
/external/llvm/lib/Target/PowerPC/TargetInfo/
H A DPowerPCTargetInfo.cpp21 RegisterTarget<Triple::ppc64, /*HasJIT=*/true>
22 Y(ThePPC64Target, "ppc64", "PowerPC 64");
/external/libunwind/src/ppc64/
H A Dunwind_i.h33 #include <libunwind-ppc64.h>
/external/valgrind/main/none/tests/
H A Dallexec_prepare_prereq32 pair ppc32 ppc64
/external/valgrind/main/VEX/auxprogs/
H A Dgenoffsets.c136 // 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);
142 GENOFFSET(PPC64,ppc64,GPR5);
143 GENOFFSET(PPC64,ppc64,GPR6);
144 GENOFFSET(PPC64,ppc64,GPR7);
145 GENOFFSET(PPC64,ppc64,GPR
[all...]
/external/flac/libFLAC/include/private/
H A Dcpu.h64 FLAC__bool ppc64; member in struct:__anon21511
/external/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp69 case llvm::Triple::ppc64:
94 case llvm::Triple::ppc64:
136 case llvm::Triple::ppc64:
183 case llvm::Triple::ppc64:
294 case llvm::Triple::ppc64:
396 case llvm::Triple::ppc64:
/external/libunwind/include/
H A Dlibunwind-ppc64.h8 frysk successfully on ppc64, by Wu Zhou <woodzltc@cn.ibm.com>
9 Will be replaced when libunwind is ready on ppc64 platform.
42 #define UNW_TARGET ppc64
238 /* On ppc64, we can directly use ucontext_t as the unwind context. */
251 /* no ppc64-specific auxiliary proc-info */
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp52 bool isPPC64 = (TheTriple.getArch() == Triple::ppc64 ||
71 bool isPPC64 = (TheTriple.getArch() == Triple::ppc64 ||
104 (T.getArch() == Triple::ppc64 || T.getArch() == Triple::ppc64le))
/external/flac/libFLAC/
H A Dcpu.c367 info->data.ppc.ppc64 = (hostInfo.cpu_type == CPU_TYPE_POWERPC) && (hostInfo.cpu_subtype == CPU_SUBTYPE_POWERPC_970);
374 info->data.ppc.ppc64 = 0;
398 info->data.ppc.ppc64 = 1;
405 info->data.ppc.ppc64 = 0;
/external/llvm/lib/Support/
H A DTriple.cpp34 case ppc64: return "powerpc64";
75 case ppc64:
193 .Case("ppc64", ppc64)
227 .Case("powerpc64", "ppc64")
254 .Cases("powerpc64", "ppu", Triple::ppc64)
819 case llvm::Triple::ppc64:
880 case Triple::ppc64: T.setArch(Triple::ppc); break;
913 case Triple::ppc64:
926 case Triple::ppc: T.setArch(Triple::ppc64); brea
[all...]
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h68 else if (Arch == Triple::ppc64 || Arch == Triple::ppc64le)
/external/llvm/unittests/ADT/
H A DTripleTest.cpp103 EXPECT_EQ(Triple::ppc64, T.getArch());
115 EXPECT_EQ(Triple::ppc64, T.getArch());
330 T.setArch(Triple::ppc64);
365 EXPECT_EQ(Triple::ppc64, T.get64BitArchVariant().getArch());
387 T.setArch(Triple::ppc64);
389 EXPECT_EQ(Triple::ppc64, T.get64BitArchVariant().getArch());
/external/valgrind/main/
H A DAndroid.mk214 coregrind/m_dispatch/dispatch-ppc64-linux.S \
236 coregrind/m_sigframe/sigframe-ppc64-linux.c \
245 coregrind/m_syswrap/syscall-ppc64-linux.S \
259 coregrind/m_syswrap/syswrap-ppc64-linux.c \
283 coregrind/m_gdbserver/valgrind-low-ppc64.c \
/external/elfutils/0.153/backends/
H A DMakefile.am32 modules = i386 sh x86_64 ia64 alpha arm sparc ppc ppc64 s390
/external/llvm/include/llvm/ADT/
H A DTriple.h62 ppc64, // PPC64: powerpc64, ppu enumerator in enum:llvm::Triple::ArchType
/external/llvm/lib/MC/
H A DSubtargetFeature.cpp320 } else if (Triple.getArch() == Triple::ppc64) {
/external/llvm/lib/Object/
H A DMachOUniversal.cpp140 case Triple::ppc64: CTM = MachO::CPU_TYPE_POWERPC64; return true;
/external/clang/lib/Frontend/
H A DInitHeaderSearch.cpp190 bool is64bit = arch == llvm::Triple::ppc64 || arch == llvm::Triple::x86_64;
357 case llvm::Triple::ppc64:
359 "powerpc-apple-darwin10", "", "ppc64",
362 "powerpc-apple-darwin10", "", "ppc64",
/external/chromium_org/sdch/open-vcdiff/
H A Dconfig.sub925 ppc64) basic_machine=powerpc64-unknown
927 ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
929 ppc64le | powerpc64little | ppc64-le | powerpc64-little)
/external/chromium_org/third_party/libevent/
H A Dconfig.sub898 ppc64) basic_machine=powerpc64-unknown
900 ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
902 ppc64le | powerpc64little | ppc64-le | powerpc64-little)
/external/chromium_org/third_party/libxml/src/
H A Dconfig.sub934 ppc64) basic_machine=powerpc64-unknown
936 ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
938 ppc64le | powerpc64little | ppc64-le | powerpc64-little)
/external/chromium_org/third_party/libxslt/
H A Dconfig.sub870 ppc64) basic_machine=powerpc64-unknown
872 ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
874 ppc64le | powerpc64little | ppc64-le | powerpc64-little)

Completed in 376 milliseconds

1234567