Home
last modified time | relevance | path

Searched refs:fpu_fop (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.cpp48 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 DRegisterContextDarwin_x86_64.cpp55 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 DMachO.h1754 uint16_t fpu_fop; member
1846 sys::swapByteOrder(x.fpu_fop); in swapStruct()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp9495 outs() << " fpu_fop " << format("0x%04" PRIx32, fpu.fpu_fop); in Print_x86_float_state_t()