D | unwind-ia64.c | 419 #define UNW_DEC_SPILL_SPREL_P(fmt, qp, t, abreg, spoff, arg) \ argument 426 fmt, qp, (unsigned long) t, regname, 4 * (unsigned long)spoff); \ 430 #define UNW_DEC_SPILL_PSPREL_P(fmt, qp, t, abreg, pspoff, arg) \ argument 437 fmt, qp, (unsigned long) t, regname, 4*(unsigned long)pspoff);\ 441 #define UNW_DEC_RESTORE_P(fmt, qp, t, abreg, arg) \ argument 448 fmt, qp, (unsigned long) t, regname); \ 452 #define UNW_DEC_SPILL_REG_P(fmt, qp, t, abreg, x, ytreg, arg) \ argument 460 fmt, qp, (unsigned long) t, regname, tregname); \ 631 unsigned char byte1, byte2, abreg, qp; in unw_decode_x3() local 639 qp = (byte1 & 0x3f); in unw_decode_x3() [all …]
|