[Lldb-commits] [PATCH] D159502: [lldb][AArch64] Add SME's Array Storage (ZA) register

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 13 08:40:16 PDT 2023


DavidSpickett updated this revision to Diff 556670.
DavidSpickett added a comment.

Put ZA in the SME register set instead.

Once other patches are applied you end up with:

  Scalable Matrix Extension Registers:
        svcr = 0x0000000000000000
         svg = 0x0000000000000004
          za = {0x00 <...>}


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D159502/new/

https://reviews.llvm.org/D159502

Files:
  lldb/include/lldb/Utility/RegisterValue.h
  lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp
  lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.h
  lldb/source/Plugins/Process/Utility/LinuxPTraceDefines_arm64sve.h
  lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.cpp
  lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.h
  lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.cpp
  lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.h
  lldb/source/Plugins/Process/elf-core/RegisterUtilities.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D159502.556670.patch
Type: text/x-patch
Size: 24361 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230913/ca058998/attachment-0001.bin>


More information about the lldb-commits mailing list