Home
last modified time | relevance | path

Searched refs:IsSVE (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Utility/
DRegisterContextPOSIX_arm64.h56 bool IsSVE(unsigned reg) const;
DRegisterContextPOSIX_arm64.cpp42 bool RegisterContextPOSIX_arm64::IsSVE(unsigned reg) const { in IsSVE() function in RegisterContextPOSIX_arm64
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Linux/
DNativeRegisterContextLinux_arm64.h128 bool IsSVE(unsigned reg) const;
DNativeRegisterContextLinux_arm64.cpp235 } else if (IsSVE(reg)) { in ReadRegister()
371 } else if (IsSVE(reg)) { in WriteRegister()
632 bool NativeRegisterContextLinux_arm64::IsSVE(unsigned reg) const { in IsSVE() function in NativeRegisterContextLinux_arm64
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/elf-core/
DRegisterContextPOSIXCore_arm64.cpp187 } else if (IsSVE(reg)) { in ReadRegister()