Searched defs:gregs_idx (Results 1 - 2 of 2) sorted by relevance

/external/libunwind/src/ppc32/
H A DGinit.c60 unsigned gregs_idx; local
65 gregs_idx = CTR_IDX;
68 gregs_idx = LINK_IDX;
71 gregs_idx = XER_IDX;
74 gregs_idx = CCR_IDX;
79 addr = &uc->uc_mcontext.uc_regs->gregs[gregs_idx];
/external/libunwind/src/ppc64/
H A DGinit.c61 unsigned gregs_idx; local
66 gregs_idx = NIP_IDX;
69 gregs_idx = CTR_IDX;
72 gregs_idx = LINK_IDX;
75 gregs_idx = XER_IDX;
78 gregs_idx = CCR_IDX;
83 addr = &uc->uc_mcontext.gp_regs[gregs_idx];

Completed in 43 milliseconds