Home
last modified time | relevance | path

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

/external/libunwind/src/ia64/
DGrbs.c91 ndirty = rse_num_regs (saved_bspstore, saved_bsp); in rbs_switch()
142 n = rse_num_regs (c->rbs_area[curr].end, bsp); in rbs_find_stacked()
149 nregs = rse_num_regs (bsp, c->rbs_area[curr].end); in rbs_find_stacked()
214 n = rse_num_regs (bsp, rbs->end); in rbs_cover_and_flush()
239 nregs += rse_num_regs (rbs->end, bsp); in rbs_cover_and_flush()
264 assert (rse_num_regs (rbs->end, bsp) == 0); in rbs_cover_and_flush()
DGstep.c211 ndirty = rse_num_regs (c->bsp - loadrs, c->bsp); in check_rbs_switch()
/external/libunwind/include/tdep-ia64/
Drse.h46 rse_num_regs (uint64_t bspstore, uint64_t bsp) in rse_num_regs() function