Home
last modified time | relevance | path

Searched refs:UNW_REG_PFS (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/usr.bin/binutils/binutils/
H A Dunwind-ia64.c164 #define UNW_REG_PFS "pfs" macro
742 UNW_DEC_REG_GR ("P3", UNW_REG_PFS, dst, arg); in unw_decode_p2_p5()
842 UNW_DEC_REG_WHEN ("P7", UNW_REG_PFS, t, arg); in unw_decode_p7_p10()
845 UNW_DEC_REG_PSPREL ("P7", UNW_REG_PFS, t, arg); in unw_decode_p7_p10()
890 UNW_DEC_REG_SPREL ("P8", UNW_REG_PFS, t, arg); in unw_decode_p7_p10()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dunwind-ia64.c164 #define UNW_REG_PFS "pfs" macro
742 UNW_DEC_REG_GR ("P3", UNW_REG_PFS, dst, arg); in unw_decode_p2_p5()
842 UNW_DEC_REG_WHEN ("P7", UNW_REG_PFS, t, arg); in unw_decode_p7_p10()
845 UNW_DEC_REG_PSPREL ("P7", UNW_REG_PFS, t, arg); in unw_decode_p7_p10()
890 UNW_DEC_REG_SPREL ("P8", UNW_REG_PFS, t, arg); in unw_decode_p7_p10()
/openbsd/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dunwind-ia64.c77 UNW_REG_PFS, /* previous function state */ enumerator
238 UNW_REG_RP, UNW_REG_PFS, UNW_REG_PSP, UNW_REG_PR,
454 case 0x69: return UNW_REG_PFS; in decode_abreg()
1209 case 2: UNW_DEC_REG_GR(P3, UNW_REG_PFS, dst, arg); break; in unw_decode_p2_p5()
1273 case 6: UNW_DEC_REG_WHEN(P7, UNW_REG_PFS, t, arg); break; in unw_decode_p7_p10()
1274 case 7: UNW_DEC_REG_PSPREL(P7, UNW_REG_PFS, t, arg); break; in unw_decode_p7_p10()
1297 case 2: UNW_DEC_REG_SPREL(P8, UNW_REG_PFS, t, arg); break; in unw_decode_p7_p10()
1899 case UNW_REG_PFS: in uw_update_reg_address()
H A Dlinux.h176 (FS)->curr.reg[UNW_REG_PFS].where = UNW_WHERE_NONE; \
/openbsd/gnu/gcc/gcc/config/ia64/
H A Dunwind-ia64.c81 UNW_REG_PFS, /* previous function state */ enumerator
243 UNW_REG_RP, UNW_REG_PFS, UNW_REG_PSP, UNW_REG_PR,
459 case 0x69: return UNW_REG_PFS; in decode_abreg()
1214 case 2: UNW_DEC_REG_GR(P3, UNW_REG_PFS, dst, arg); break; in unw_decode_p2_p5()
1278 case 6: UNW_DEC_REG_WHEN(P7, UNW_REG_PFS, t, arg); break; in unw_decode_p7_p10()
1279 case 7: UNW_DEC_REG_PSPREL(P7, UNW_REG_PFS, t, arg); break; in unw_decode_p7_p10()
1302 case 2: UNW_DEC_REG_SPREL(P8, UNW_REG_PFS, t, arg); break; in unw_decode_p7_p10()
1989 case UNW_REG_PFS: in uw_update_reg_address()
H A Dlinux-unwind.h190 fs->curr.reg[UNW_REG_PFS].where = UNW_WHERE_NONE; in ia64_handle_unwabi()