Fix #1620 and add its test case. Several cleanups to aid debugging ZA[]. :-)
r~ Richard Henderson (4): target/arm: Avoid splitting Zregs across lines in dump target/arm: Dump ZA[] when active target/arm: Support reading ZA[] from gdbstub target/arm: Fix SME full tile indexing target/arm/cpu.h | 1 + target/arm/internals.h | 3 ++ target/arm/cpu.c | 54 +++++++++++-------- target/arm/gdbstub.c | 8 +++ target/arm/gdbstub64.c | 88 +++++++++++++++++++++++++++++++ target/arm/tcg/translate-sme.c | 24 ++++++--- tests/tcg/aarch64/sme-outprod1.c | 83 +++++++++++++++++++++++++++++ tests/tcg/aarch64/Makefile.target | 10 ++-- 8 files changed, 240 insertions(+), 31 deletions(-) create mode 100644 tests/tcg/aarch64/sme-outprod1.c -- 2.34.1