Lines Matching refs:ia64_loc_t
232 #define IA64_LOC_REG(r,t) ((ia64_loc_t) { ((r) << 2) | (t), \
234 #define IA64_LOC_ADDR(a,t) ((ia64_loc_t) { ((a) & ~0x3) | (t), 0 })
235 #define IA64_LOC_UC_ADDR(a,t) ((ia64_loc_t) { ((a) & ~0x3) | (t), \
237 #define IA64_LOC_UC_REG(r,a) ((ia64_loc_t) { ((r) << 2), \
240 #define IA64_NULL_LOC ((ia64_loc_t) { 0, 0 })
264 extern int ia64_uc_access_reg (struct cursor *c, ia64_loc_t loc,
266 extern int ia64_uc_access_fpreg (struct cursor *c, ia64_loc_t loc,
270 ia64_getfp (struct cursor *c, ia64_loc_t loc, unw_fpreg_t *val) in ia64_getfp()
299 ia64_putfp (struct cursor *c, ia64_loc_t loc, unw_fpreg_t val) in ia64_putfp()
333 ia64_get (struct cursor *c, ia64_loc_t loc, unw_word_t *val) in ia64_get()
369 ia64_put (struct cursor *c, ia64_loc_t loc, unw_word_t val) in ia64_put()
506 extern ia64_loc_t ia64_scratch_loc (struct cursor *c, unw_regnum_t reg,
520 ia64_loc_t saved_rnat_loc);
522 ia64_loc_t *locp, ia64_loc_t *rnat_locp);
534 extern const char *ia64_strloc (ia64_loc_t loc);
561 static inline ia64_loc_t
565 ia64_loc_t rnat_loc; in rbs_get_rnat_loc()
579 static inline ia64_loc_t
590 ia64_loc_t *locp, ia64_loc_t *rnat_locp) in ia64_get_stacked()