Searched refs:UNW_DEC_REG_WHEN (Results 1 – 2 of 2) sorted by relevance
/external/libunwind/src/ia64/ |
D | unwind_decoder.h | 309 case 4: UNW_DEC_REG_WHEN(P7, UNW_REG_RP, t, arg); break; in unw_decode_p7_p10() 311 case 6: UNW_DEC_REG_WHEN(P7, UNW_REG_PFS, t, arg); break; in unw_decode_p7_p10() 313 case 8: UNW_DEC_REG_WHEN(P7, UNW_REG_PR, t, arg); break; in unw_decode_p7_p10() 315 case 10: UNW_DEC_REG_WHEN(P7, UNW_REG_LC, t, arg); break; in unw_decode_p7_p10() 317 case 12: UNW_DEC_REG_WHEN(P7, UNW_REG_UNAT, t, arg); break; in unw_decode_p7_p10() 319 case 14: UNW_DEC_REG_WHEN(P7, UNW_REG_FPSR, t, arg); break; in unw_decode_p7_p10() 340 case 7: UNW_DEC_REG_WHEN(P8, UNW_REG_BSP, t, arg); break; in unw_decode_p7_p10() 343 case 10: UNW_DEC_REG_WHEN(P8, UNW_REG_BSPSTORE, t, arg); break; in unw_decode_p7_p10() 346 case 13: UNW_DEC_REG_WHEN(P8, UNW_REG_RNAT, t, arg); break; in unw_decode_p7_p10()
|
D | Gparser.c | 658 #define UNW_DEC_REG_WHEN(fmt,r,t,arg) desc_reg_when(r,t,arg) macro
|