Searched defs:__mcontext32 (Results 1 – 2 of 2) sorted by relevance
54 typedef struct __mcontext32 { struct55 int mc_vers;56 int mc_flags;59 int mc_onstack; /* saved onstack flag */60 int mc_len; /* sizeof(__mcontext) */61 uint64_t mc_avec[32*2]; /* vector register file */62 uint32_t mc_av[2];63 uint32_t mc_frame[42];64 uint64_t mc_fpreg[33];65 uint64_t mc_vsxfpreg[32]; /* low-order half of VSR0-31 */
89 typedef struct __mcontext32 { struct105 typedef struct __mcontext32_vfp { argument