Searched refs:shifted_ra_location (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/libgcc/config/sparc/
H A Dlinux-unwind.h42 long new_cfa, ra_location, shifted_ra_location; local
95 shifted_ra_location = this_cfa + regs_off + 19 * 8; /* Y register */
96 *(long *)shifted_ra_location = *(long *)ra_location - 8;
99 fs->regs.reg[0].loc.offset = shifted_ra_location - new_cfa;
142 int new_cfa, ra_location, shifted_ra_location; local
205 shifted_ra_location = this_cfa + regs_off + 3 * 4; /* Y register */
206 *(int *)shifted_ra_location = *(int *)ra_location - 8;
209 fs->regs.reg[0].loc.offset = shifted_ra_location - new_cfa;
H A Dsol2-unwind.h252 void *ra_location, *shifted_ra_location; local
353 shifted_ra_location = &mctx->gregs[REG_Y];
354 *(void **)shifted_ra_location = *(void **)ra_location - 8;
357 fs->regs.reg[0].loc.offset = (long)shifted_ra_location - new_cfa;

Completed in 42 milliseconds