Home
last modified time | relevance | path

Searched refs:fooff (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/gdbserver/
H A Di387-fp.c42 unsigned int fooff; member
58 unsigned int fooff; member
84 collect_register_by_name ("fooff", &fp->fooff); in i387_cache_to_fsave()
123 supply_register_by_name ("fooff", &fp->fooff); in i387_fsave_to_cache()
160 collect_register_by_name ("fooff", &fp->fooff); in i387_cache_to_fxsave()
258 supply_register_by_name ("fooff", &fp->fooff); in i387_fxsave_to_cache()
/freebsd-12.1/contrib/gdb/gdb/regformats/
H A Dreg-i386.dat33 32:fooff
H A Dreg-x86-64.dat41 32:fooff
/freebsd-12.1/contrib/gdb/gdb/
H A Di387-tdep.c216 ULONGEST fooff; in i387_print_float_info() local
233 fooff = get_frame_register_unsigned (frame, I387_FOOFF_REGNUM); in i387_print_float_info()
285 fprintf_filtered (file, "%s\n", local_hex_string_custom (fooff, "08")); in i387_print_float_info()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_x86_64.h261 …DEFINE_FPR(fooff, ptr.i386_.fooff, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM, LLDB_INVALID_REGN…
406 UPDATE_FPR_INFO(fooff, ptr.i386_.fooff);
H A DRegisterContextLinux_i386.cpp49 uint32_t fooff; // FPU Operand Pointer Offset (foo) member
H A DRegisterInfos_i386.h245 DEFINE_FPR(fooff, ptr.i386_.fooff, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM,
H A DRegisterContext_x86.h272 uint32_t fooff; // FPU Operand Pointer Offset (foo) member