Searched refs:fpu_ftw (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterContextDarwin_i386.cpp | 47 fpu_ftw, enumerator 81 fpu_ftag = fpu_ftw, 302 LLDB_INVALID_REGNUM, fpu_ftw}, 442 fpu_fcw, fpu_fsw, fpu_ftw, fpu_fop, fpu_ip, fpu_cs, 629 case fpu_ftw: in ReadRegister() 746 case fpu_ftw: in WriteRegister()
|
H A D | RegisterContextDarwin_x86_64.cpp | 54 fpu_ftw, enumerator 96 fpu_ftag = fpu_ftw, 356 LLDB_INVALID_REGNUM, fpu_ftw}, 504 fpu_fcw, fpu_fsw, fpu_ftw, fpu_fop, fpu_ip, fpu_cs, 680 case fpu_ftw: in ReadRegister() 806 case fpu_ftw: in WriteRegister()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 1752 uint8_t fpu_ftw; member
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 9493 outs() << "\t fpu_ftw " << format("0x%02" PRIx32, fpu.fpu_ftw); in Print_x86_float_state_t()
|