Searched refs:ia64_putfp (Results 1 - 2 of 2) sorted by relevance

/external/libunwind/src/ia64/
H A DGregs.c69 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);
H A Dunwind_i.h173 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 81 milliseconds