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

/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Di387-fp.cc40 is only eleven bits), and fooff / fioff (which are 32 bits each). */
50 unsigned int fooff; member in struct:i387_fsave
60 is only eleven bits), and fooff / fioff (which are 32 bits each). */
68 unsigned int fooff; member in struct:i387_fxsave
84 is only eleven bits), and fooff / fioff (which are 32 bits each). */
92 unsigned int fooff; member in struct:i387_xsave
159 fp->fooff = regcache_raw_get_unsigned_by_name (regcache, "fooff");
186 supply_register_by_name (regcache, "fooff", &fp->fooff);
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Di387-fp.cc36 is only eleven bits), and fooff / fioff (which are 32 bits each). */
46 unsigned int fooff; member in struct:i387_fsave
56 is only eleven bits), and fooff / fioff (which are 32 bits each). */
64 unsigned int fooff; member in struct:i387_fxsave
80 is only eleven bits), and fooff / fioff (which are 32 bits each). */
88 unsigned int fooff; member in struct:i387_xsave
155 fp->fooff = regcache_raw_get_unsigned_by_name (regcache, "fooff");
182 supply_register_by_name (regcache, "fooff", &fp->fooff);
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Di387-tdep.c220 ULONGEST fooff; local
242 I387_FOOFF_REGNUM (tdep), &fooff);
315 fooff_p ? hex_string_custom (fooff, 8) : _("<unavailable>"));
427 20, /* `fooff'. */
552 16, /* `fooff'. */
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Di387-tdep.c220 ULONGEST fooff; local
242 I387_FOOFF_REGNUM (tdep), &fooff);
315 fooff_p ? hex_string_custom (fooff, 8) : _("<unavailable>"));
429 20, /* `fooff'. */
555 16, /* `fooff'. */

Completed in 93 milliseconds