Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRegisterValue.h130 uint16_t GetAsUInt16(uint16_t fail_value = UINT16_MAX,
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DRegisterValue.cpp481 uint16_t RegisterValue::GetAsUInt16(uint16_t fail_value, in GetAsUInt16() function in RegisterValue
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeRegisterContextNetBSD_x86_64.cpp497 fpr->ftag = FullToAbridgedTagWord(reg_value.GetAsUInt16()); in WriteRegister()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeRegisterContextFreeBSD_x86_64.cpp516 fpr->ftag = FullToAbridgedTagWord(reg_value.GetAsUInt16()); in WriteRegister()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp404 return reg_value.GetAsUInt16(); in read_register_u16_raw()