Lines Matching defs:ireg
218 } ireg[32 - 2]; /* Indexed by <register number> - 2 */
1581 struct unw_ireg *ireg;
1594 ireg = &info->ireg[regnum - 2];
1595 addr = ireg->loc;
1598 nat_addr = addr + ireg->nat.off;
1599 switch (ireg->nat.type)
1932 addr = context->ireg[rval - 2].loc;
1974 context->ireg[regno - UNW_REG_R2].loc = addr;
1980 context->ireg[regno - UNW_REG_R2].nat.type = UNW_NAT_MEMSTK;
1981 context->ireg[regno - UNW_REG_R2].nat.off
1986 context->ireg[regno - UNW_REG_R2].nat
1987 = context->ireg[rval - 2].nat;
1991 context->ireg[regno - UNW_REG_R2].nat.type = UNW_NAT_NONE;
1992 context->ireg[regno - UNW_REG_R2].nat.off = 0;
1999 context->ireg[regno - UNW_REG_R2].nat.type = UNW_NAT_VAL;
2000 context->ireg[regno - UNW_REG_R2].nat.off = 0;
2004 context->ireg[regno - UNW_REG_R2].nat.type = UNW_NAT_NONE;
2005 context->ireg[regno - UNW_REG_R2].nat.off = 0;
2010 context->ireg[regno - UNW_REG_R2].nat.type = UNW_NAT_MEMSTK;
2011 context->ireg[regno - UNW_REG_R2].nat.off
2200 void *t = target->ireg[i - 2].loc;