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

  /src/external/gpl3/gcc/dist/libgcc/config/rs6000/
linux-unwind.h 205 long cr_offset; local
228 cr_offset = (long) &regs->ccr - new_cfa;
230 cr_offset += sizeof (long) - 4;
234 fs->regs.reg[R_CR2].loc.offset = cr_offset;
238 fs->regs.reg[R_CR3].loc.offset = cr_offset;
240 fs->regs.reg[R_CR4].loc.offset = cr_offset;
  /src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
linux-unwind.h 205 long cr_offset; local
228 cr_offset = (long) &regs->ccr - new_cfa;
230 cr_offset += sizeof (long) - 4;
234 fs->regs.reg[R_CR2].loc.offset = cr_offset;
238 fs->regs.reg[R_CR3].loc.offset = cr_offset;
240 fs->regs.reg[R_CR4].loc.offset = cr_offset;
  /src/external/gpl3/gdb/dist/gdb/
ppc-tdep.h 92 int cr_offset; member in struct:ppc_reg_offsets
rs6000-tdep.c 195 int cr_offset; /* offset of saved cr */ member in struct:rs6000_framedata
491 return offsets->cr_offset;
552 (const gdb_byte *) gregs, offsets->cr_offset,
640 (gdb_byte *) gregs, offsets->cr_offset,
1577 - cr_offset is the offset of the saved cr
1771 fdata->cr_offset = offset;
1778 /* Does not update r1, so add displacement to cr_offset. */
1779 fdata->cr_offset += SIGNED_SHORT (op);
3778 /* If != 0, fdata.cr_offset is the offset from the frame that
3780 if (fdata.cr_offset != 0
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
ppc-tdep.h 92 int cr_offset; member in struct:ppc_reg_offsets
rs6000-tdep.c 195 int cr_offset; /* offset of saved cr */ member in struct:rs6000_framedata
491 return offsets->cr_offset;
552 (const gdb_byte *) gregs, offsets->cr_offset,
640 (gdb_byte *) gregs, offsets->cr_offset,
1577 - cr_offset is the offset of the saved cr
1771 fdata->cr_offset = offset;
1778 /* Does not update r1, so add displacement to cr_offset. */
1779 fdata->cr_offset += SIGNED_SHORT (op);
3779 /* If != 0, fdata.cr_offset is the offset from the frame that
3781 if (fdata.cr_offset != 0
    [all...]

Completed in 35 milliseconds