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

  /external/libunwind/src/ia64/
Gregs.c 69 if (ia64_putfp (c, IA64_LOC_ADDR (tmp_addr, 0),
290 ret = ia64_putfp (c, reg_loc, unw.nat_val_be);
292 ret = ia64_putfp (c, reg_loc, unw.nat_val_le);
311 ret = ia64_putfp (c, reg_loc, tmp);
609 return ia64_putfp (c, loc, *valp);
unwind_i.h 173 ia64_putfp (struct cursor *c, unw_word_t loc, unw_fpreg_t val) function
299 ia64_putfp (struct cursor *c, ia64_loc_t loc, unw_fpreg_t val) function
386 return ia64_putfp (c, loc, tmp);

Completed in 375 milliseconds