Home
last modified time | relevance | path

Searched refs:pspoff (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/binutils/binutils/
HDunwind-ia64.c288 #define UNW_DEC_REG_PSPREL(fmt, reg, pspoff, arg) \ argument
290 fmt, reg, 4*(unsigned long)pspoff)
330 #define UNW_DEC_PRIUNAT_PSPREL(fmt, pspoff, arg) \ argument
332 fmt, 4*(unsigned long)pspoff)
345 #define UNW_DEC_SPILL_BASE(fmt, pspoff, arg) \ argument
347 fmt, 4*(unsigned long)pspoff)
382 #define UNW_DEC_SPILL_PSPREL(fmt, t, abreg, pspoff, arg) \ argument
389 fmt, regname, (unsigned long) t, 4*(unsigned long)pspoff); \
427 #define UNW_DEC_SPILL_PSPREL_P(fmt, qp, t, abreg, pspoff, arg) \ argument
434 fmt, qp, (unsigned long) t, regname, 4*(unsigned long)pspoff);\
/NextBSD/contrib/gcc/config/ia64/
HDunwind-ia64.c767 desc_reg_psprel (unsigned char reg, unw_word pspoff, in desc_reg_psprel() argument
772 0x10 - 4*pspoff); in desc_reg_psprel()
800 desc_spill_base (unw_word pspoff, struct unw_state_record *sr) in desc_spill_base() argument
802 sr->spill_offset = 0x10 - 4*pspoff; in desc_spill_base()
911 unw_word pspoff, struct unw_state_record *sr) in desc_spill_psprel_p() argument
921 r->val = 0x10 - 4*pspoff; in desc_spill_psprel_p()
/NextBSD/contrib/binutils/gas/config/
HDtc-ia64.h285 unsigned long pspoff; member
HDtc-ia64.c2488 ptr->r.record.x.where.pspoff = ENCODED_PSP_OFFSET (offset);
2687 ptr->r.record.x.where.pspoff);
2702 ptr->r.record.x.t, ptr->r.record.x.where.pspoff);