HomeSort by relevance Sort by last modified time
    Searched refs:pri_unat (Results 1 - 3 of 3) sorted by null

  /external/libunwind/src/ia64/
Gresume.c 38 unw_word_t val, sol, sof, pri_unat, n, pfs, bspstore, dirty_rnat; local
61 pri_unat |= (unw_word_t) 1 << n; \
78 pri_unat = 0;
82 pri_unat = (pri_unat << n) | (pri_unat >> (64 - n));
155 ia64_install_cursor (c, pri_unat, (unw_word_t *) &extra,
Gscript.c 441 struct ia64_reg_info *pri_unat; local
473 pri_unat = sr.curr.reg + IA64_REG_PRI_UNAT_MEM;
476 pri_unat = sr.curr.reg + IA64_REG_PRI_UNAT_GR;
480 pri_unat = sr.curr.reg + IA64_REG_PRI_UNAT_MEM;
483 pri_unat = sr.curr.reg + IA64_REG_PRI_UNAT_GR;
486 compile_reg (&sr, IA64_REG_PRI_UNAT_MEM, pri_unat, script);
unwind_i.h 510 unw_word_t pri_unat,

Completed in 431 milliseconds