Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/POSIX/
DRegisterContext_x86_64.h293 enum FPRType enum
328 FPRType m_fpr_type; // determines the type of data stored by union FPR, if any.
338 bool IsFPR(unsigned reg, FPRType fpr_type);
DRegisterContext_x86_64.cpp482 bool RegisterContext_x86_64::IsFPR(unsigned reg, FPRType fpr_type) in IsFPR()