Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.cpp286 {DEFINE_FPU_UINT(fcw),
622 value = fpu.fcw; in ReadRegister()
739 fpu.fcw = value.GetAsUInt16(); in WriteRegister()
H A DRegisterContextDarwin_i386.h77 uint16_t fcw; member
H A DRegisterContextDarwin_x86_64.h82 uint16_t fcw; // "fctrl" member
H A DRegisterContextDarwin_x86_64.cpp340 {DEFINE_FPU_UINT(fcw),
673 value = fpu.fcw; in ReadRegister()
799 fpu.fcw = value.GetAsUInt16(); in WriteRegister()