Searched refs:CsavedRegs (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/nlm/ |
H A D | ppc.c | 29 mem2hex (&frame->ExceptionState.CsavedRegs, ®s[GP0_REGNUM * 4 * 2], 4 * 32, 0); in frame_to_registers() 47 hex2mem (®s[GP0_REGNUM * 4 * 2], &frame->ExceptionState.CsavedRegs, 4 * 32, 0); in registers_to_frame() 236 ptr = mem2hex (&frame->ExceptionState.CsavedRegs[SP_REGNUM], ptr + 3, 4, 0); in do_status() 240 ptr = mem2hex (&frame->ExceptionState.CsavedRegs[LR_REGNUM], ptr + 3, 4, 0); in do_status()
|
H A D | ppc.h | 70 Long CsavedRegs[32]; /* space to save the General Registers */ member
|