Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_arm64.h61 bool IsSVEVG(unsigned reg) const { in IsSVEVG() function
/llvm-project-15.0.7/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_arm64.cpp188 if (IsSVEVG(reg)) { in ReadRegister()