Home | History | Annotate | Download | only in processor

Lines Matching refs:frame_ppc

314       const StackFramePPC *frame_ppc =
317 if (frame_ppc->context_validity & StackFramePPC::CONTEXT_VALID_SRR0)
318 sequence = PrintRegister("srr0", frame_ppc->context.srr0, sequence);
319 if (frame_ppc->context_validity & StackFramePPC::CONTEXT_VALID_GPR1)
320 sequence = PrintRegister("r1", frame_ppc->context.gpr[1], sequence);