Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.cpp739 fpu.fcw = value.GetAsUInt16(); in WriteRegister()
743 fpu.fsw = value.GetAsUInt16(); in WriteRegister()
751 fpu.fop = value.GetAsUInt16(); in WriteRegister()
759 fpu.cs = value.GetAsUInt16(); in WriteRegister()
767 fpu.ds = value.GetAsUInt16(); in WriteRegister()
H A DRegisterContextDarwin_x86_64.cpp799 fpu.fcw = value.GetAsUInt16(); in WriteRegister()
803 fpu.fsw = value.GetAsUInt16(); in WriteRegister()
811 fpu.fop = value.GetAsUInt16(); in WriteRegister()
819 fpu.cs = value.GetAsUInt16(); in WriteRegister()
827 fpu.ds = value.GetAsUInt16(); in WriteRegister()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRegisterValue.h120 uint16_t GetAsUInt16(uint16_t fail_value = UINT16_MAX,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeRegisterContextFreeBSD_x86_64.cpp515 fpr->ftag = FullToAbridgedTagWord(reg_value.GetAsUInt16()); in WriteRegister()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeRegisterContextNetBSD_x86_64.cpp496 fpr->ftag = FullToAbridgedTagWord(reg_value.GetAsUInt16()); in WriteRegister()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DRegisterValue.cpp507 uint16_t RegisterValue::GetAsUInt16(uint16_t fail_value, in GetAsUInt16() function in RegisterValue