Home | History | Annotate | Download | only in ia64

Lines Matching defs:rnat

165   UNW_NAT_REGSTK		/* NaT is in rnat */
177 unw_word rnat; /* rse nat collection */
179 which uses context->rnat collection */
1460 /* Return TRUE if ADDR is the address of an RNAT slot. */
1467 /* Returns the address of the RNAT slot that covers the slot at
1477 divided by eight because the 64th slot is used to store ar.rnat. */
1517 ? info->rnat : *(unw_word *) (src | 0x1f8);
1535 ? info->rnat : *(unw_word *) (src | 0x1f8);
1569 info->rnat collection. */
1571 info->rnat = dst_rnat;
1634 nat_addr = &info->rnat;
1647 nat_addr = &info->rnat;
2140 unw_word rnat, tmp1, tmp2;
2150 "mov.m %0 = ar.rnat;;\n\t"
2152 : "=r" (rnat), "=r" (tmp1), "=r" (tmp2));
2157 context->rnat collection. */
2159 context->rnat = rnat;
2219 target->rnat = *ia64_rse_rnat_addr ((unw_word *) target->bsp);
2223 : : "i"(offsetof (struct _Unwind_Context, rnat)));
2438 "mov.m ar.rnat = r22 \n\t"