[Lldb-commits] [PATCH] D159503: [lldb][AArch64] Add SME streaming vector length pseduo register
David Spickett via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 13 03:26:32 PDT 2023
DavidSpickett added a comment.
Made sense at the time with it being it's own regset in ptrace. Current state is:
Scalable Matrix Array Storage Registers:
za = {<...>}
Scalable Matrix Extension Registers:
svg = 0x0000000000000004
svcr = 0x0000000000000003
But I agree, ZA could go in the latter group as you won't have ZA without SME.
I'll give it a go.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159503/new/
https://reviews.llvm.org/D159503
More information about the lldb-commits
mailing list