Lines Matching refs:new_cfa
42 long new_cfa, ra_location, shifted_ra_location;
54 new_cfa = *(long *)(this_cfa + regs_off + (14 * 8));
56 new_cfa += STACK_BIAS;
60 fs->regs.cfa_offset = new_cfa - this_cfa;
70 = this_cfa + regs_off + (i * 8) - new_cfa;
76 = this_cfa + (i * 8) - new_cfa;
86 = fpu_save + (i * 4) - new_cfa;
99 fs->regs.reg[0].loc.offset = shifted_ra_location - new_cfa;
142 int new_cfa, ra_location, shifted_ra_location;
168 new_cfa = *(int *)(this_cfa + regs_off + (4 * 4) + (14 * 4));
172 fs->regs.cfa_offset = new_cfa - this_cfa;
182 = this_cfa + regs_off + (4 * 4) + (i * 4) - new_cfa;
188 = this_cfa + (i * 4) - new_cfa;
196 = fpu_save + (i * 4) - new_cfa;
209 fs->regs.reg[0].loc.offset = shifted_ra_location - new_cfa;