Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/config/ia64/
HDunwind-ia64.c96 UNW_REG_F2, enumerator
97 UNW_REG_F5 = UNW_REG_F2 + 3,
98 UNW_REG_F16 = UNW_REG_F2 + 14,
99 UNW_REG_F31 = UNW_REG_F2 + 29,
447 case 0x22 ... 0x25: return UNW_REG_F2 + (abreg - 0x22); in decode_abreg()
545 regs[0] = sr->curr.reg + UNW_REG_F2; in finish_prologue()
564 alloc_spill_area (&off, 16, sr->curr.reg + UNW_REG_F2, in finish_prologue()
687 enum unw_register_index base = i < 4 ? UNW_REG_F2 : UNW_REG_F16 - 4; in desc_frgr_mem()
705 set_reg (sr->curr.reg + UNW_REG_F2 + i, UNW_WHERE_SPILL_HOME, in desc_fr_mem()
1975 case UNW_REG_F2 ... UNW_REG_F31: in uw_update_reg_address()
[all …]