Lines Matching defs:regs_off
43 long regs_off, fpu_save_off;
51 regs_off = 192 + 128;
52 fpu_save_off = regs_off + (16 * 8) + (3 * 8) + (2 * 4);
54 new_cfa = *(long *)(this_cfa + regs_off + (14 * 8));
70 = this_cfa + regs_off + (i * 8) - new_cfa;
94 ra_location = this_cfa + regs_off + 17 * 8;
95 shifted_ra_location = this_cfa + regs_off + 19 * 8; /* Y register */
143 int regs_off, fpu_save_off;
159 regs_off = 96;
160 fpu_save_off = regs_off + (4 * 4) + (16 * 4);
164 regs_off = 96 + 128;
165 fpu_save_off = regs_off + (4 * 4) + (16 * 4) + (2 * 4);
168 new_cfa = *(int *)(this_cfa + regs_off + (4 * 4) + (14 * 4));
182 = this_cfa + regs_off + (4 * 4) + (i * 4) - new_cfa;
204 ra_location = this_cfa + regs_off + 4;
205 shifted_ra_location = this_cfa + regs_off + 3 * 4; /* Y register */