Home | History | Annotate | Download | only in processor

Lines Matching refs:frame_sparc

360       const StackFrameSPARC *frame_sparc =
363 if (frame_sparc->context_validity & StackFrameSPARC::CONTEXT_VALID_SP)
364 sequence = PrintRegister("sp", frame_sparc->context.g_r[14], sequence);
365 if (frame_sparc->context_validity & StackFrameSPARC::CONTEXT_VALID_FP)
366 frame_sparc->context.g_r[30], sequence);
367 if (frame_sparc->context_validity & StackFrameSPARC::CONTEXT_VALID_PC)
368 sequence = PrintRegister("pc", frame_sparc->context.pc, sequence);