Searched refs:FPRType (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DRegisterContextPOSIX_x86.h339 enum FPRType enum in class:RegisterContextPOSIX_x86
427 FPRType m_fpr_type; // determines the type of data stored by union FPR, if any.
453 bool IsFPR(unsigned reg, FPRType fpr_type);
454 FPRType GetFPRType();
H A DRegisterContextPOSIX_x86.cpp371 bool RegisterContextPOSIX_x86::IsFPR(unsigned reg, FPRType fpr_type)
454 RegisterContextPOSIX_x86::FPRType RegisterContextPOSIX_x86::GetFPRType()

Completed in 112 milliseconds