Searched defs:ppc64 (Results 1 - 5 of 5) sorted by relevance

/external/google-breakpad/src/google_breakpad/processor/
H A Ddump_context.h80 void SetContextPPC64(MDRawContextPPC64* ppc64);
96 MDRawContextPPC64* ppc64; member in union:google_breakpad::DumpContext::__anon5219
/external/valgrind/coregrind/m_gdbserver/
H A Dvalgrind-low-ppc64.c183 VexGuestPPC64State* ppc64 = (VexGuestPPC64State*) get_arch (set, tst); local
188 case 0: VG_(transfer) (&ppc64->guest_GPR0, buf, dir, size, mod); break;
189 case 1: VG_(transfer) (&ppc64->guest_GPR1, buf, dir, size, mod); break;
190 case 2: VG_(transfer) (&ppc64->guest_GPR2, buf, dir, size, mod); break;
191 case 3: VG_(transfer) (&ppc64->guest_GPR3, buf, dir, size, mod); break;
192 case 4: VG_(transfer) (&ppc64->guest_GPR4, buf, dir, size, mod); break;
193 case 5: VG_(transfer) (&ppc64->guest_GPR5, buf, dir, size, mod); break;
194 case 6: VG_(transfer) (&ppc64->guest_GPR6, buf, dir, size, mod); break;
195 case 7: VG_(transfer) (&ppc64->guest_GPR7, buf, dir, size, mod); break;
196 case 8: VG_(transfer) (&ppc64
333 VexGuestPPC64State* ppc64 = (VexGuestPPC64State*)&tst->arch.vex; local
[all...]
/external/google-breakpad/src/processor/
H A Ddump_context.cc93 BPLOG(ERROR) << "DumpContext cannot get ppc64 context";
97 return context_.ppc64;
200 void DumpContext::SetContextPPC64(MDRawContextPPC64* ppc64) { argument
201 context_.ppc64 = ppc64;
235 delete context_.ppc64;
/external/valgrind/memcheck/tests/vbit-test/
H A Dvtest.h73 unsigned ppc64 : 1; member in struct:__anon16609
/external/llvm/include/llvm/ADT/
H A DTriple.h61 ppc64, // PPC64: powerpc64, ppu enumerator in enum:llvm::Triple::ArchType

Completed in 205 milliseconds