Searched refs:I387_SIZEOF_FXSAVE (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Di387-tdep.h77 #define I387_SIZEOF_FXSAVE 512
75 #define I387_SIZEOF_FXSAVE macro
H A Damd64obsd-tdep.c51 gdb_assert (len >= tdep->sizeof_gregset + I387_SIZEOF_FXSAVE);
67 && sect_size >= tdep->sizeof_gregset + I387_SIZEOF_FXSAVE)
H A Di386-tdep.c1764 if (len == I387_SIZEOF_FXSAVE)
1786 if (len == I387_SIZEOF_FXSAVE)
1815 && sect_size == I387_SIZEOF_FXSAVE))
H A Damd64-tdep.c1148 tdep->sizeof_fpregset = I387_SIZEOF_FXSAVE;

Completed in 126 milliseconds