Home
last modified time | relevance | path

Searched refs:GetAsUInt16 (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.cpp748 fpu.fcw = value.GetAsUInt16(); in WriteRegister()
752 fpu.fsw = value.GetAsUInt16(); in WriteRegister()
760 fpu.fop = value.GetAsUInt16(); in WriteRegister()
768 fpu.cs = value.GetAsUInt16(); in WriteRegister()
776 fpu.ds = value.GetAsUInt16(); in WriteRegister()
H A DRegisterContextDarwin_x86_64.cpp822 fpu.fcw = value.GetAsUInt16(); in WriteRegister()
826 fpu.fsw = value.GetAsUInt16(); in WriteRegister()
834 fpu.fop = value.GetAsUInt16(); in WriteRegister()
842 fpu.cs = value.GetAsUInt16(); in WriteRegister()
850 fpu.ds = value.GetAsUInt16(); in WriteRegister()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/
H A DNativeRegisterContextNetBSD_x86_64.cpp558 m_fpr_x86_64.fxstate.fx_cw = reg_value.GetAsUInt16(); in WriteRegister()
561 m_fpr_x86_64.fxstate.fx_sw = reg_value.GetAsUInt16(); in WriteRegister()
567 m_fpr_x86_64.fxstate.fx_opcode = reg_value.GetAsUInt16(); in WriteRegister()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DRegisterValue.h119 uint16_t GetAsUInt16(uint16_t fail_value = UINT16_MAX,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DRegisterContextPOSIXProcessMonitor_x86.cpp321 *(uint16_t *)dst = value.GetAsUInt16(); in WriteRegister()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DRegisterValue.cpp504 uint16_t RegisterValue::GetAsUInt16(uint16_t fail_value, in GetAsUInt16() function in RegisterValue