Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/binutils/
HDunwind-ia64.c163 #define UNW_REG_LC "lc" macro
751 UNW_DEC_REG_GR ("P3", UNW_REG_LC, dst, arg); in unw_decode_p2_p5()
854 UNW_DEC_REG_WHEN ("P7", UNW_REG_LC, t, arg); in unw_decode_p7_p10()
857 UNW_DEC_REG_PSPREL ("P7", UNW_REG_LC, t, arg); in unw_decode_p7_p10()
896 UNW_DEC_REG_SPREL ("P8", UNW_REG_LC, t, arg); in unw_decode_p7_p10()
/NextBSD/contrib/gcc/config/ia64/
HDunwind-ia64.c87 UNW_REG_UNAT, UNW_REG_PR, UNW_REG_LC, UNW_REG_FPSR, enumerator
244 UNW_REG_UNAT, UNW_REG_LC, UNW_REG_FPSR, UNW_REG_PRI_UNAT_GR
460 case 0x6a: return UNW_REG_LC; in decode_abreg()
1217 case 5: UNW_DEC_REG_GR(P3, UNW_REG_LC, dst, arg); break; in unw_decode_p2_p5()
1282 case 10: UNW_DEC_REG_WHEN(P7, UNW_REG_LC, t, arg); break; in unw_decode_p7_p10()
1283 case 11: UNW_DEC_REG_PSPREL(P7, UNW_REG_LC, t, arg); break; in unw_decode_p7_p10()
1304 case 4: UNW_DEC_REG_SPREL(P8, UNW_REG_LC, t, arg); break; in unw_decode_p7_p10()
2001 case UNW_REG_LC: in uw_update_reg_address()