HomeSort by: relevance | last modified time | path
    Searched defs:fioff (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdbserver/
i387-fp.cc 40 is only eleven bits), and fooff / fioff (which are 32 bits each). */
47 unsigned int fioff; member in struct:i387_fsave
61 is only eleven bits), and fooff / fioff (which are 32 bits each). */
66 unsigned int fioff; member in struct:i387_fxsave
152 fp->fioff = regcache_raw_get_unsigned_by_name (regcache, "fioff");
179 supply_register_by_name (regcache, "fioff", &fp->fioff);
221 fp->fioff = regcache_raw_get_unsigned_by_name (regcache, "fioff");
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbserver/
i387-fp.cc 42 is only eleven bits), and fooff / fioff (which are 32 bits each). */
49 unsigned int fioff; member in struct:i387_fsave
63 is only eleven bits), and fooff / fioff (which are 32 bits each). */
68 unsigned int fioff; member in struct:i387_fxsave
163 fp->fioff = regcache_raw_get_unsigned_by_name (regcache, "fioff");
190 supply_register_by_name (regcache, "fioff", &fp->fioff);
232 fp->fioff = regcache_raw_get_unsigned_by_name (regcache, "fioff");
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
i387-tdep.c 216 ULONGEST fioff; local
238 I387_FIOFF_REGNUM (tdep), &fioff);
311 fioff_p ? hex_string_custom (fioff, 8) : _("<unavailable>"));
429 12, /* `fioff'. */
555 8, /* `fioff'. */
  /src/external/gpl3/gdb.old/dist/gdb/
i387-tdep.c 216 ULONGEST fioff; local
238 I387_FIOFF_REGNUM (tdep), &fioff);
311 fioff_p ? hex_string_custom (fioff, 8) : _("<unavailable>"));
429 12, /* `fioff'. */
555 8, /* `fioff'. */

Completed in 31 milliseconds