Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Utility/
DRegisterContextPOSIX_x86.h202 bool IsFPR(unsigned reg, FPRType fpr_type);
DRegisterContextPOSIX_x86.cpp388 bool RegisterContextPOSIX_x86::IsFPR(unsigned reg, FPRType fpr_type) { in IsFPR() argument
391 if (fpr_type == eXSAVE) in IsFPR()