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

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Di387-tdep.h74 /* Size of the memory area use by the 'fsave' and 'fxsave'
84 const void *fsave);
92 void *fsave);
99 extern void i387_fill_fsave (void *fsave, int regnum);
H A Di387-tdep.c355 the data structure used by the "fsave" instruction where GDB
378 #define FSAVE_ADDR(fsave, regnum) \
379 (fsave + fsave_offset[regnum - I387_ST0_REGNUM])
388 i387_supply_fsave (struct regcache *regcache, int regnum, const void *fsave)
391 const char *regs = fsave;
405 if (fsave == NULL)
412 fsave area. Give those a special treatment. */
450 i387_collect_fsave (const struct regcache *regcache, int regnum, void *fsave)
453 char *regs = fsave;
466 the fsave are
385 i387_supply_fsave(struct regcache *regcache, int regnum, const void *fsave) argument
447 i387_collect_fsave(const struct regcache *regcache, int regnum, void *fsave) argument
492 i387_fill_fsave(void *fsave, int regnum) argument
[all...]

Completed in 116 milliseconds