Searched refs:fooff (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/gdb/gdb/gdbserver/ |
| H A D | i387-fp.c | 42 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 D | reg-i386.dat | 33 32:fooff
|
| H A D | reg-x86-64.dat | 41 32:fooff
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | i387-tdep.c | 216 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 D | RegisterInfos_x86_64.h | 261 …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 D | RegisterContextLinux_i386.cpp | 49 uint32_t fooff; // FPU Operand Pointer Offset (foo) member
|
| H A D | RegisterInfos_i386.h | 245 DEFINE_FPR(fooff, ptr.i386_.fooff, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM,
|
| H A D | RegisterContext_x86.h | 272 uint32_t fooff; // FPU Operand Pointer Offset (foo) member
|