Searched refs:UNW_DEC_REG_GR (Results 1 – 2 of 2) sorted by relevance
| /trueos/contrib/binutils/binutils/ |
| HD | unwind-ia64.c | 275 #define UNW_DEC_REG_GR(fmt, src, dst, arg) \ macro 736 UNW_DEC_REG_GR ("P3", UNW_REG_PSP, dst, arg); in unw_decode_p2_p5() 739 UNW_DEC_REG_GR ("P3", UNW_REG_RP, dst, arg); in unw_decode_p2_p5() 742 UNW_DEC_REG_GR ("P3", UNW_REG_PFS, dst, arg); in unw_decode_p2_p5() 745 UNW_DEC_REG_GR ("P3", UNW_REG_PR, dst, arg); in unw_decode_p2_p5() 748 UNW_DEC_REG_GR ("P3", UNW_REG_UNAT, dst, arg); in unw_decode_p2_p5() 751 UNW_DEC_REG_GR ("P3", UNW_REG_LC, dst, arg); in unw_decode_p2_p5() 757 UNW_DEC_REG_GR ("P3", UNW_REG_RNAT, dst, arg); in unw_decode_p2_p5() 760 UNW_DEC_REG_GR ("P3", UNW_REG_BSP, dst, arg); in unw_decode_p2_p5() 763 UNW_DEC_REG_GR ("P3", UNW_REG_BSPSTORE, dst, arg); in unw_decode_p2_p5() [all …]
|
| /trueos/contrib/gcc/config/ia64/ |
| HD | unwind-ia64.c | 956 #define UNW_DEC_REG_GR(fmt,r,d,arg) desc_reg_gr(r,d,arg) macro 1212 case 0: UNW_DEC_REG_GR(P3, UNW_REG_PSP, dst, arg); break; in unw_decode_p2_p5() 1213 case 1: UNW_DEC_REG_GR(P3, UNW_REG_RP, dst, arg); break; in unw_decode_p2_p5() 1214 case 2: UNW_DEC_REG_GR(P3, UNW_REG_PFS, dst, arg); break; in unw_decode_p2_p5() 1215 case 3: UNW_DEC_REG_GR(P3, UNW_REG_PR, dst, arg); break; in unw_decode_p2_p5() 1216 case 4: UNW_DEC_REG_GR(P3, UNW_REG_UNAT, dst, arg); break; in unw_decode_p2_p5() 1217 case 5: UNW_DEC_REG_GR(P3, UNW_REG_LC, dst, arg); break; in unw_decode_p2_p5() 1219 case 7: UNW_DEC_REG_GR(P3, UNW_REG_RNAT, dst, arg); break; in unw_decode_p2_p5() 1220 case 8: UNW_DEC_REG_GR(P3, UNW_REG_BSP, dst, arg); break; in unw_decode_p2_p5() 1221 case 9: UNW_DEC_REG_GR(P3, UNW_REG_BSPSTORE, dst, arg); break; in unw_decode_p2_p5() [all …]
|