Home
last modified time | relevance | path

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

/external/libunwind/src/ia64/
DGregs.c69 if (ia64_putfp (c, IA64_LOC_ADDR (tmp_addr, 0), in linux_scratch_loc()
290 ret = ia64_putfp (c, reg_loc, unw.nat_val_be); in access_nat()
292 ret = ia64_putfp (c, reg_loc, unw.nat_val_le); in access_nat()
311 ret = ia64_putfp (c, reg_loc, tmp); in access_nat()
609 return ia64_putfp (c, loc, *valp); in tdep_access_fpreg()
Dunwind_i.h173 ia64_putfp (struct cursor *c, unw_word_t loc, unw_fpreg_t val) in ia64_putfp() function
299 ia64_putfp (struct cursor *c, ia64_loc_t loc, unw_fpreg_t val) in ia64_putfp() function
386 return ia64_putfp (c, loc, tmp); in ia64_put()
/external/libunwind/
DChangeLog13 (ia64_putfp): Ditto.