Searched refs:vrsave_offset (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dppc64obsd-nat.c240 ppc64obsd_reg_offsets.vrsave_offset = -1;
H A Dppc-tdep.h103 int vrsave_offset; member in struct:ppc_reg_offsets
H A Dppcobsd-nat.c238 ppcobsd_reg_offsets.vrsave_offset = offsetof (struct vreg, vrsave);
H A Dppcobsd-tdep.c357 ppcobsd_reg_offsets.vrsave_offset = 520;
H A Dppc64obsd-tdep.c436 ppc64obsd_reg_offsets.vrsave_offset = -1;
H A Drs6000-tdep.c93 int vrsave_offset; /* offset of saved vrsave register */ member in struct:rs6000_framedata
692 - vrsave_offset is the offset of the saved vrsave register
1165 fdata->vrsave_offset = SIGNED_SHORT (op) + offset;
2908 /* If != 0, fdata.vrsave_offset is the offset from the frame that
2910 if (fdata.vrsave_offset != 0)
2911 cache->saved_regs[tdep->ppc_vrsave_regnum].addr = cache->base + fdata.vrsave_offset;

Completed in 125 milliseconds