Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_x86.h170 bool IsFPR(unsigned reg, FPRType fpr_type);
H A DRegisterContextPOSIX_x86.cpp310 bool RegisterContextPOSIX_x86::IsFPR(unsigned reg, FPRType fpr_type) { in IsFPR() argument
313 if (fpr_type == eXSAVE) in IsFPR()