Searched refs:IsFPR (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DRegisterContextPOSIX_mips64.h128 IsFPR(unsigned reg);
H A DRegisterContextPOSIX_mips64.cpp93 RegisterContextPOSIX_mips64::IsFPR(unsigned reg) function in class:RegisterContextPOSIX_mips64
H A DRegisterContextPOSIX_x86.h444 IsFPR(unsigned reg);
453 bool IsFPR(unsigned reg, FPRType fpr_type);
H A DRegisterContextPOSIX_x86.cpp361 bool RegisterContextPOSIX_x86::IsFPR(unsigned reg) function in class:RegisterContextPOSIX_x86
371 bool RegisterContextPOSIX_x86::IsFPR(unsigned reg, FPRType fpr_type) function in class:RegisterContextPOSIX_x86
373 bool generic_fpr = IsFPR(reg);
H A DRegisterContextPOSIXProcessMonitor_mips64.cpp140 if (IsFPR(reg))
H A DRegisterContextPOSIXProcessMonitor_x86.cpp197 if (IsFPR(reg, GetFPRType()))
282 if (IsFPR(reg, GetFPRType()))

Completed in 40 milliseconds