Home
last modified time | relevance | path

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

/trueos/contrib/binutils/binutils/
HDunwind-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()
/trueos/contrib/gcc/config/ia64/
HDunwind-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()
HDlinux-unwind.h190 fs->curr.reg[UNW_REG_PFS].where = UNW_WHERE_NONE; in ia64_handle_unwabi()