Searched refs:fpu_fop (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterContextDarwin_i386.cpp | 48 fpu_fop, enumerator 309 LLDB_INVALID_REGNUM, fpu_fop}, 442 fpu_fcw, fpu_fsw, fpu_ftw, fpu_fop, fpu_ip, fpu_cs, 633 case fpu_fop: in ReadRegister() 750 case fpu_fop: in WriteRegister()
|
H A D | RegisterContextDarwin_x86_64.cpp | 55 fpu_fop, enumerator 363 LLDB_INVALID_REGNUM, fpu_fop}, 504 fpu_fcw, fpu_fsw, fpu_ftw, fpu_fop, fpu_ip, fpu_cs, 684 case fpu_fop: in ReadRegister() 810 case fpu_fop: in WriteRegister()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 1754 uint16_t fpu_fop; member 1846 sys::swapByteOrder(x.fpu_fop); in swapStruct()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 9495 outs() << " fpu_fop " << format("0x%04" PRIx32, fpu.fpu_fop); in Print_x86_float_state_t()
|