Home
last modified time | relevance | path

Searched defs:IsFPR (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Plugins/Process/POSIX/
DRegisterContext_x86_64.cpp476 static bool IsFPR(unsigned reg) in IsFPR() function
482 bool RegisterContext_x86_64::IsFPR(unsigned reg, FPRType fpr_type) in IsFPR() function in RegisterContext_x86_64
/external/clang/lib/CodeGen/
DTargetInfo.cpp4111 bool IsFPR = BaseTy->isFloatingPointTy() || BaseTy->isVectorTy(); in EmitAAPCSVAArg() local