Searched refs:UNW_REG_PRI_UNAT_GR (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/libgcc/config/ia64/ |
| D | unwind-ia64.c | 61 UNW_REG_PRI_UNAT_GR, enumerator 234 UNW_REG_UNAT, UNW_REG_LC, UNW_REG_FPSR, UNW_REG_PRI_UNAT_GR 448 case 0x62: return memory ? UNW_REG_PRI_UNAT_MEM : UNW_REG_PRI_UNAT_GR; in decode_abreg() 956 #define UNW_DEC_PRIUNAT_WHEN_GR(fmt,t,arg) desc_reg_when(UNW_REG_PRI_UNAT_GR,t,arg) 958 #define UNW_DEC_PRIUNAT_GR(fmt,r,arg) desc_reg_gr(UNW_REG_PRI_UNAT_GR,r,arg) 2077 if (fs->when_target < fs->curr.reg[UNW_REG_PRI_UNAT_GR].when) in uw_update_context() 2080 i = UNW_REG_PRI_UNAT_GR; in uw_update_context() 2082 > fs->curr.reg[UNW_REG_PRI_UNAT_GR].when) in uw_update_context() 2085 i = UNW_REG_PRI_UNAT_GR; in uw_update_context()
|