Searched refs:fsave (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/contrib/gdb/gdb/
H A Di387-tdep.c357 the data structure used by the "fsave" instruction where GDB
380 #define FSAVE_ADDR(fsave, regnum) \
381 (fsave + fsave_offset[regnum - I387_ST0_REGNUM])
390 i387_supply_fsave (struct regcache *regcache, int regnum, const void *fsave)
393 const char *regs = fsave;
405 if (fsave == NULL)
412 fsave area. Give those a special treatment. */
436 i387_fill_fsave (void *fsave, int regnum)
440 char *regs = fsave;
453 the fsave are
386 i387_supply_fsave(struct regcache *regcache, int regnum, const void *fsave) argument
432 i387_fill_fsave(void *fsave, int regnum) argument
[all...]
H A Di387-tdep.h74 /* Size of the memory area use by the 'fsave' and 'fxsave'
84 const void *fsave);
91 extern void i387_fill_fsave (void *fsave, int regnum);

Completed in 125 milliseconds