Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/libunwind/src/
HDRegisters.hpp589 struct ppc_thread_state_t { struct in libunwind::Registers_ppc
590 unsigned int __srr0; /* Instruction address register (PC) */
591 unsigned int __srr1; /* Machine state register (supervisor) */
592 unsigned int __r0;
593 unsigned int __r1;
594 unsigned int __r2;
595 unsigned int __r3;
596 unsigned int __r4;
597 unsigned int __r5;
598 unsigned int __r6;
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDMachO.h1963 struct ppc_thread_state_t { struct
1985 inline void swapStruct(ppc_thread_state_t &x) { in swapStruct() argument