reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
119 uint16_t GetAsUInt16(uint16_t fail_value = UINT16_MAX,
644 *(uint16_t *)dst = reg_value.GetAsUInt16();
tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_i386.cpp745 fpu.fcw = value.GetAsUInt16(); 749 fpu.fsw = value.GetAsUInt16(); 757 fpu.fop = value.GetAsUInt16(); 765 fpu.cs = value.GetAsUInt16(); 773 fpu.ds = value.GetAsUInt16();tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_x86_64.cpp
805 fpu.fcw = value.GetAsUInt16(); 809 fpu.fsw = value.GetAsUInt16(); 817 fpu.fop = value.GetAsUInt16(); 825 fpu.cs = value.GetAsUInt16(); 833 fpu.ds = value.GetAsUInt16();tools/lldb/unittests/Utility/RegisterValueTest.cpp
19 EXPECT_EQ(42u, R8.GetAsUInt16());