Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_arm64.cpp190 m_sve_state = SVEState::FPSIMD; in ConfigureRegisterContext()
229 if (m_sve_state == SVEState::FPSIMD) { in CalculateSVEOffset()
278 else if (m_sve_state == SVEState::FPSIMD) in ReadRegister()
284 else if (m_sve_state == SVEState::FPSIMD) in ReadRegister()
307 case SVEState::FPSIMD: { in ReadRegister()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfoPOSIX_arm64.h18 enum class SVEState : uint8_t { Unknown, Disabled, FPSIMD, Full, Streaming }; enumerator