Searched refs:fioff (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/gdbserver/
H A Di387-fp.c35 is only eleven bits), and fooff / fioff (which are 32 bits each). */
39 unsigned int fioff; member in struct:i387_fsave
51 is only eleven bits), and fooff / fioff (which are 32 bits each). */
56 unsigned int fioff; member in struct:i387_fxsave
83 collect_register_by_name ("fioff", &fp->fioff);
122 supply_register_by_name ("fioff", &fp->fioff);
159 collect_register_by_name ("fioff", &fp->fioff);
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterContextNetBSD_i386.cpp46 uint32_t fioff; // FPU IP Offset (fip) member in struct:FPR_i386::__anon1437::__anon1439
H A DRegisterContextLinux_i386.cpp46 uint32_t fioff; // FPU IP Offset (fip) member in struct:FPR_i386::__anon1434::__anon1436
H A DRegisterInfos_i386.h239 DEFINE_FPR(fioff, ptr.i386_.fioff, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM,
H A DRegisterContext_x86.h277 uint32_t fioff; // FPU IP Offset (fip) member in struct:lldb_private::FXSAVE::__anon1659::__anon1661
H A DRegisterInfos_x86_64.h268 DEFINE_FPR_32(fioff, ptr.i386_.fioff, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM, fip),
418 UPDATE_FPR_INFO(fioff, ptr.i386_.fioff);
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Di387-tdep.c214 ULONGEST fioff; local
231 fioff = get_frame_register_unsigned (frame, I387_FIOFF_REGNUM);
282 fprintf_filtered (file, "%s\n", hex_string_custom (fioff, 8));
372 12, /* `fioff'. */
520 8, /* `fioff'. */

Completed in 140 milliseconds