Home
last modified time | relevance | path

Searched refs:GetFPRType (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DRegisterContextPOSIXProcessMonitor_x86.cpp79 if (GetFPRType() == eFXSAVE) in ReadFPR()
83 if (GetFPRType() == eXSAVE) in ReadFPR()
96 if (GetFPRType() == eFXSAVE) in WriteFPR()
100 if (GetFPRType() == eXSAVE) in WriteFPR()
180 if (IsFPR(reg, GetFPRType())) { in ReadRegister()
276 if (IsFPR(reg, GetFPRType())) { in WriteRegister()
291 if (GetFPRType() != eXSAVE) in WriteRegister()
355 if (GetFPRType() == eFXSAVE) in ReadAllRegisterValues()
359 if (GetFPRType() == eXSAVE) { in ReadAllRegisterValues()
387 if (GetFPRType() == eFXSAVE) in WriteAllRegisterValues()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_x86.cpp375 RegisterContextPOSIX_x86::FPRType RegisterContextPOSIX_x86::GetFPRType() { in GetFPRType() function in RegisterContextPOSIX_x86
402 if (GetFPRType() == eXSAVE) in GetRegisterCount()
529 if (GetFPRType() == eXSAVE) // ...and to start with AVX registers. in IsRegisterSetAvailable()
H A DRegisterContextPOSIX_x86.h171 FPRType GetFPRType();