From: Richard Henderson <richard.henderson@linaro.org>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org
Subject: [PATCH 0/4] target/arm: Fix SME full tile indexing
Date: Thu, 22 Jun 2023 17:11:57 +0200 [thread overview]
Message-ID: <20230622151201.1578522-1-richard.henderson@linaro.org> (raw)
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
next reply other threads:[~2023-06-22 15:12 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-22 15:11 Richard Henderson [this message]
2023-06-22 15:11 ` [PATCH 1/4] target/arm: Avoid splitting Zregs across lines in dump Richard Henderson
2023-06-27 12:51 ` Peter Maydell
2023-06-22 15:11 ` [PATCH 2/4] target/arm: Dump ZA[] when active Richard Henderson
2023-06-27 12:51 ` Peter Maydell
2023-06-22 15:12 ` [PATCH 3/4] target/arm: Support reading ZA[] from gdbstub Richard Henderson
2023-06-27 13:07 ` Peter Maydell
2023-06-27 13:29 ` Luis Machado
2023-06-22 15:12 ` [PATCH 4/4] target/arm: Fix SME full tile indexing Richard Henderson
2023-06-27 13:24 ` Peter Maydell
2023-06-27 13:36 ` [PATCH 0/4] " Peter Maydell
2023-06-28 6:54 ` Richard Henderson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230622151201.1578522-1-richard.henderson@linaro.org \
--to=richard.henderson@linaro.org \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).