Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_x86.h49 enum FPRType { enum
180 FPRType
202 bool IsFPR(unsigned reg, FPRType fpr_type);
203 FPRType GetFPRType();
H A DRegisterContextPOSIX_x86.cpp388 bool RegisterContextPOSIX_x86::IsFPR(unsigned reg, FPRType fpr_type) { in IsFPR()
454 RegisterContextPOSIX_x86::FPRType RegisterContextPOSIX_x86::GetFPRType() { in GetFPRType()