Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/binutils/
H A Dunwind-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);\
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dunwind-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);\
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-ia64.h245 unsigned long pspoff; member
266 unsigned long pspoff; member
H A Dtc-ia64.c1842 ptr->r.record.p.pspoff = offset / 4;
1876 ptr->r.record.p.pspoff = offset / 4;
1910 ptr->r.record.p.pspoff = offset / 4;
1987 ptr->r.record.p.pspoff = offset / 4;
2012 ptr->r.record.p.pspoff = offset / 4;
2046 ptr->r.record.p.pspoff = offset / 4;
2080 ptr->r.record.p.pspoff = offset / 4;
2121 ptr->r.record.p.pspoff = offset / 4;
2155 ptr->r.record.p.pspoff = offset / 4;
2189 ptr->r.record.p.pspoff = offset / 4;
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dunwind-ia64.c762 desc_reg_psprel (unsigned char reg, unw_word pspoff, in desc_reg_psprel() argument
767 0x10 - 4*pspoff); in desc_reg_psprel()
795 desc_spill_base (unw_word pspoff, struct unw_state_record *sr) in desc_spill_base() argument
797 sr->spill_offset = 0x10 - 4*pspoff; in desc_spill_base()
906 unw_word pspoff, struct unw_state_record *sr) in desc_spill_psprel_p() argument
916 r->val = 0x10 - 4*pspoff; in desc_spill_psprel_p()
/openbsd/gnu/gcc/gcc/config/ia64/
H A Dunwind-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()
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-ia64.h285 unsigned long pspoff; member
H A Dtc-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);
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-20051454 Combine spoff and pspoff into a union. Combine gr and br into a
1457 (unw_x_record): Combine spoff, pspoff, and treg into a union.