HomeSort by: relevance | last modified time | path
    Searched defs:regs_off (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/sparc/
linux-unwind.h 43 long regs_off, fpu_save_off; local
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; local
159 regs_off = 96;
160 fpu_save_off = regs_off + (4 * 4) + (16 * 4)
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/sparc/
linux-unwind.h 43 long regs_off, fpu_save_off; local
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; local
159 regs_off = 96;
160 fpu_save_off = regs_off + (4 * 4) + (16 * 4)
    [all...]

Completed in 17 milliseconds