Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_x86.h57 enum FPRType { enum
146 FPRType
170 bool IsFPR(unsigned reg, FPRType fpr_type);
171 FPRType GetFPRType();
H A DRegisterContextPOSIX_x86.cpp310 bool RegisterContextPOSIX_x86::IsFPR(unsigned reg, FPRType fpr_type) { in IsFPR()
375 RegisterContextPOSIX_x86::FPRType RegisterContextPOSIX_x86::GetFPRType() { in GetFPRType()