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

/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DRegisterContextPOSIXProcessMonitor_x86.cpp80 if (GetFPRType() == eFXSAVE)
83 if (GetFPRType() == eXSAVE)
99 if (GetFPRType() == eFXSAVE)
102 if (GetFPRType() == eXSAVE)
197 if (IsFPR(reg, GetFPRType()))
244 if (GetFPRType() == eXSAVE && CopyXSTATEtoYMM(reg, byte_order))
282 if (IsFPR(reg, GetFPRType()))
297 if (GetFPRType() != eXSAVE)
353 if (GetFPRType() == eFXSAVE)
356 if (GetFPRType()
[all...]
H A DRegisterContextPOSIX_x86.cpp454 RegisterContextPOSIX_x86::FPRType RegisterContextPOSIX_x86::GetFPRType() function in class:RegisterContextPOSIX_x86
494 if (GetFPRType() == eXSAVE)
641 if (GetFPRType() == eXSAVE) // ...and to start with AVX registers.
H A DRegisterContextPOSIX_x86.h454 FPRType GetFPRType();

Completed in 51 milliseconds