Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/Utility/
DRegisterContextDarwin_i386.cpp714 fpu.fcw = value.GetAsUInt16(); in WriteRegister()
718 fpu.fsw = value.GetAsUInt16(); in WriteRegister()
726 fpu.fop = value.GetAsUInt16(); in WriteRegister()
734 fpu.cs = value.GetAsUInt16(); in WriteRegister()
742 fpu.ds = value.GetAsUInt16(); in WriteRegister()
DRegisterContextDarwin_x86_64.cpp769 fpu.fcw = value.GetAsUInt16(); in WriteRegister()
773 fpu.fsw = value.GetAsUInt16(); in WriteRegister()
781 fpu.fop = value.GetAsUInt16(); in WriteRegister()
789 fpu.cs = value.GetAsUInt16(); in WriteRegister()
797 fpu.ds = value.GetAsUInt16(); in WriteRegister()
/external/lldb/source/Plugins/Process/POSIX/
DRegisterContext_x86_64.cpp832 m_fpr.xstate.fxsave.fcw = value.GetAsUInt16(); in WriteRegister()
835 m_fpr.xstate.fxsave.fsw = value.GetAsUInt16(); in WriteRegister()
841 m_fpr.xstate.fxsave.fop = value.GetAsUInt16(); in WriteRegister()
844 m_fpr.xstate.fxsave.ftw = value.GetAsUInt16(); in WriteRegister()
/external/lldb/include/lldb/Core/
DRegisterValue.h178 GetAsUInt16 (uint16_t fail_value = UINT16_MAX, bool *success_ptr = NULL) const;
/external/lldb/source/Core/
DRegisterValue.cpp672 RegisterValue::GetAsUInt16 (uint16_t fail_value, bool *success_ptr) const in GetAsUInt16() function in RegisterValue