Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_x86.h50 enum FPRType { enum
153 FPRType
175 bool IsFPR(unsigned reg, FPRType fpr_type);
176 FPRType GetFPRType();
H A DRegisterContextPOSIX_x86.cpp388 bool RegisterContextPOSIX_x86::IsFPR(unsigned reg, FPRType fpr_type) { in IsFPR()
410 RegisterContextPOSIX_x86::FPRType RegisterContextPOSIX_x86::GetFPRType() { in GetFPRType()