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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dlinux-unwind.h39 long new_cfa, ra_location, shifted_ra_location; local
91 shifted_ra_location = this_cfa + regs_off + 19 * 8; /* Y register */
92 *(long *)shifted_ra_location = *(long *)ra_location - 8;
95 fs->regs.reg[0].loc.offset = shifted_ra_location - new_cfa;
129 int new_cfa, ra_location, shifted_ra_location; local
192 shifted_ra_location = this_cfa + regs_off + 3 * 4; /* Y register */
193 *(int *)shifted_ra_location = *(int *)ra_location - 8;
196 fs->regs.reg[0].loc.offset = shifted_ra_location - new_cfa;
H A Dsol2-unwind.h40 void *new_cfa, *ra_location, *shifted_ra_location; local
237 shifted_ra_location = this_cfa + regs_off + (8*10) + (REG_Y*8);
238 *(void **)shifted_ra_location = *(void **)ra_location - 8;
241 fs->regs.reg[0].loc.offset = shifted_ra_location - new_cfa;
274 void *new_cfa, *ra_location, *shifted_ra_location; local
479 shifted_ra_location = this_cfa + regs_off + (4*10) + (REG_Y*4);
480 *(void **)shifted_ra_location = *(void **)ra_location - 8;
483 fs->regs.reg[0].loc.offset = shifted_ra_location - new_cfa;

Completed in 78 milliseconds