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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DRegisterContextPOSIXProcessMonitor_x86.cpp78 if (GetFPRType() == eFXSAVE)
82 if (GetFPRType() == eXSAVE)
95 if (GetFPRType() == eFXSAVE)
99 if (GetFPRType() == eXSAVE)
179 if (IsFPR(reg, GetFPRType())) {
225 if (GetFPRType() == eXSAVE && CopyXSTATEtoYMM(reg, byte_order))
275 if (IsFPR(reg, GetFPRType())) {
290 if (GetFPRType() != eXSAVE)
354 if (GetFPRType() == eFXSAVE)
358 if (GetFPRType()
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_x86.h168 FPRType GetFPRType();
H A DRegisterContextPOSIX_x86.cpp374 RegisterContextPOSIX_x86::FPRType RegisterContextPOSIX_x86::GetFPRType() { function in class:RegisterContextPOSIX_x86
401 if (GetFPRType() == eXSAVE)
508 if (GetFPRType() == eXSAVE) // ...and to start with AVX registers.

Completed in 109 milliseconds