Home
last modified time | relevance | path

Searched refs:UNW_REG_PR (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/binutils/binutils/
Dunwind-ia64.c165 #define UNW_REG_PR "pr" macro
745 UNW_DEC_REG_GR ("P3", UNW_REG_PR, dst, arg); in unw_decode_p2_p5()
848 UNW_DEC_REG_WHEN ("P7", UNW_REG_PR, t, arg); in unw_decode_p7_p10()
851 UNW_DEC_REG_PSPREL ("P7", UNW_REG_PR, t, arg); in unw_decode_p7_p10()
893 UNW_DEC_REG_SPREL ("P8", UNW_REG_PR, t, arg); in unw_decode_p7_p10()
/freebsd-9-stable/contrib/gcc/config/ia64/
Dunwind-ia64.c87 UNW_REG_UNAT, UNW_REG_PR, UNW_REG_LC, UNW_REG_FPSR, enumerator
243 UNW_REG_RP, UNW_REG_PFS, UNW_REG_PSP, UNW_REG_PR,
450 case 0x60: return UNW_REG_PR; in decode_abreg()
1215 case 3: UNW_DEC_REG_GR(P3, UNW_REG_PR, dst, arg); break; in unw_decode_p2_p5()
1280 case 8: UNW_DEC_REG_WHEN(P7, UNW_REG_PR, t, arg); break; in unw_decode_p7_p10()
1281 case 9: UNW_DEC_REG_PSPREL(P7, UNW_REG_PR, t, arg); break; in unw_decode_p7_p10()
1303 case 3: UNW_DEC_REG_SPREL(P8, UNW_REG_PR, t, arg); break; in unw_decode_p7_p10()
1998 case UNW_REG_PR: in uw_update_reg_address()