Searched refs:UNW_DEC_REG_WHEN (Results 1 – 2 of 2) sorted by relevance
| /trueos/contrib/binutils/binutils/ |
| HD | unwind-ia64.c | 281 #define UNW_DEC_REG_WHEN(fmt, reg, t, arg) \ macro 836 UNW_DEC_REG_WHEN ("P7", UNW_REG_RP, t, arg); in unw_decode_p7_p10() 842 UNW_DEC_REG_WHEN ("P7", UNW_REG_PFS, t, arg); in unw_decode_p7_p10() 848 UNW_DEC_REG_WHEN ("P7", UNW_REG_PR, t, arg); in unw_decode_p7_p10() 854 UNW_DEC_REG_WHEN ("P7", UNW_REG_LC, t, arg); in unw_decode_p7_p10() 860 UNW_DEC_REG_WHEN ("P7", UNW_REG_UNAT, t, arg); in unw_decode_p7_p10() 866 UNW_DEC_REG_WHEN ("P7", UNW_REG_FPSR, t, arg); in unw_decode_p7_p10() 905 UNW_DEC_REG_WHEN ("P8", UNW_REG_BSP, t, arg); in unw_decode_p7_p10() 914 UNW_DEC_REG_WHEN ("P8", UNW_REG_BSPSTORE, t, arg); in unw_decode_p7_p10() 923 UNW_DEC_REG_WHEN ("P8", UNW_REG_RNAT, t, arg); in unw_decode_p7_p10()
|
| /trueos/contrib/gcc/config/ia64/ |
| HD | unwind-ia64.c | 959 #define UNW_DEC_REG_WHEN(fmt,r,t,arg) desc_reg_when(r,t,arg) macro 1276 case 4: UNW_DEC_REG_WHEN(P7, UNW_REG_RP, t, arg); break; in unw_decode_p7_p10() 1278 case 6: UNW_DEC_REG_WHEN(P7, UNW_REG_PFS, t, arg); break; in unw_decode_p7_p10() 1280 case 8: UNW_DEC_REG_WHEN(P7, UNW_REG_PR, t, arg); break; in unw_decode_p7_p10() 1282 case 10: UNW_DEC_REG_WHEN(P7, UNW_REG_LC, t, arg); break; in unw_decode_p7_p10() 1284 case 12: UNW_DEC_REG_WHEN(P7, UNW_REG_UNAT, t, arg); break; in unw_decode_p7_p10() 1286 case 14: UNW_DEC_REG_WHEN(P7, UNW_REG_FPSR, t, arg); break; in unw_decode_p7_p10() 1307 case 7: UNW_DEC_REG_WHEN(P8, UNW_REG_BSP, t, arg); break; in unw_decode_p7_p10() 1310 case 10: UNW_DEC_REG_WHEN(P8, UNW_REG_BSPSTORE, t, arg); break; in unw_decode_p7_p10() 1313 case 13: UNW_DEC_REG_WHEN(P8, UNW_REG_RNAT, t, arg); break; in unw_decode_p7_p10()
|