Home
last modified time | relevance | path

Searched defs:ppc_thread_state_t (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DRegisters.hpp491 struct ppc_thread_state_t { struct in libunwind::Registers_ppc
492 unsigned int __srr0; /* Instruction address register (PC) */
493 unsigned int __srr1; /* Machine state register (supervisor) */
494 unsigned int __r0;
495 unsigned int __r1;
496 unsigned int __r2;
497 unsigned int __r3;
498 unsigned int __r4;
499 unsigned int __r5;
500 unsigned int __r6;
[all …]