Lines Matching refs:reg
53 inlined_uc_addr (ucontext_t *uc, int reg, uint8_t *nat_bitnr)
58 switch (reg)
80 addr = &uc->uc_mcontext.sc_gr[reg - UNW_IA64_GR];
86 reg_addr = (unw_word_t) &uc->uc_mcontext.sc_gr[reg - UNW_IA64_NAT];
87 *nat_bitnr = reg - UNW_IA64_NAT;
91 addr = &uc->uc_mcontext.sc_br[reg - UNW_IA64_BR];
96 addr = &uc->uc_mcontext.sc_fr[reg - UNW_IA64_FR];
106 uc_addr (ucontext_t *uc, int reg, uint8_t *nat_bitnr)
108 if (__builtin_constant_p (reg))
109 return inlined_uc_addr (uc, reg, nat_bitnr);
111 return tdep_uc_addr (uc, reg, nat_bitnr);
441 struct ia64_reg_info reg[IA64_NUM_PREGS]; /* register save locations */
506 extern ia64_loc_t ia64_scratch_loc (struct cursor *c, unw_regnum_t reg,
589 ia64_get_stacked (struct cursor *c, unw_word_t reg,
593 unw_word_t addr, regs_to_skip = reg - 32;
596 assert (reg >= 32 && reg < 128);