Home | History | Annotate | Download | only in gdb

Lines Matching defs:regsize

58   size_t regsize = mips_isa_regsize (regcache->arch ());
62 gdb_assert (len >= MIPSNBSD_NUM_FPREGS * regsize);
67 regcache->raw_supply (i, regs + (i - MIPS_FP0_REGNUM) * regsize);
80 size_t regsize = mips_isa_regsize (regcache->arch ());
84 gdb_assert (len >= MIPSNBSD_NUM_GREGS * regsize);
89 regcache->raw_supply (i, regs + i * regsize);
92 if (len >= (MIPSNBSD_NUM_GREGS + MIPSNBSD_NUM_FPREGS) * regsize)
94 regs += MIPSNBSD_NUM_GREGS * regsize;
95 len -= MIPSNBSD_NUM_GREGS * regsize;
126 size_t regsize = mips_isa_regsize (gdbarch);
128 cb (".reg", MIPSNBSD_NUM_GREGS * regsize, MIPSNBSD_NUM_GREGS * regsize,
130 cb (".reg2", MIPSNBSD_NUM_FPREGS * regsize, MIPSNBSD_NUM_FPREGS * regsize,