From: Richard Henderson <richard.henderson@linaro.org>
To: qemu-devel@nongnu.org
Cc: qemu-arm@nongnu.org
Subject: [PATCH v2 00/13] target/arm: AdvSIMD conversion, part 2
Date: Tue, 25 Jun 2024 11:35:23 -0700 [thread overview]
Message-ID: <20240625183536.1672454-1-richard.henderson@linaro.org> (raw)
Convert another hand-full of instructions, plus fixes
for two issues that are related.
r~
Richard Henderson (13):
target/arm: Fix VCMLA Dd, Dn, Dm[idx]
target/arm: Fix SQDMULH (by element) with Q=0
target/arm: Fix FJCVTZS vs flush-to-zero
target/arm: Convert SQRDMLAH, SQRDMLSH to decodetree
target/arm: Convert SDOT, UDOT to decodetree
target/arm: Convert SUDOT, USDOT to decodetree
target/arm: Convert BFDOT to decodetree
target/arm: Convert BFMLALB, BFMLALT to decodetree
target/arm: Convert BFMMLA, SMMLA, UMMLA, USMMLA to decodetree
target/arm: Add data argument to do_fp3_vector
target/arm: Convert FCADD to decodetree
target/arm: Convert FCMLA to decodetree
target/arm: Delete dead code from disas_simd_indexed
target/arm/helper.h | 10 +
target/arm/tcg/a64.decode | 43 ++
target/arm/tcg/translate-a64.c | 808 +++++++++---------------------
target/arm/tcg/vec_helper.c | 100 +++-
target/arm/vfp_helper.c | 18 +-
tests/tcg/aarch64/test-2375.c | 21 +
tests/tcg/aarch64/Makefile.target | 3 +-
7 files changed, 421 insertions(+), 582 deletions(-)
create mode 100644 tests/tcg/aarch64/test-2375.c
--
2.34.1
next reply other threads:[~2024-06-25 18:51 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-25 18:35 Richard Henderson [this message]
2024-06-25 18:35 ` [PATCH v2 01/13] target/arm: Fix VCMLA Dd, Dn, Dm[idx] Richard Henderson
2024-06-25 18:35 ` [PATCH v2 02/13] target/arm: Fix SQDMULH (by element) with Q=0 Richard Henderson
2024-07-02 6:48 ` Michael Tokarev
2024-07-02 14:37 ` Richard Henderson
2024-06-25 18:35 ` [PATCH v2 03/13] target/arm: Fix FJCVTZS vs flush-to-zero Richard Henderson
2024-06-25 18:35 ` [PATCH v2 04/13] target/arm: Convert SQRDMLAH, SQRDMLSH to decodetree Richard Henderson
2024-06-25 18:35 ` [PATCH v2 05/13] target/arm: Convert SDOT, UDOT " Richard Henderson
2024-06-25 18:35 ` [PATCH v2 06/13] target/arm: Convert SUDOT, USDOT " Richard Henderson
2024-06-25 18:35 ` [PATCH v2 07/13] target/arm: Convert BFDOT " Richard Henderson
2024-06-25 18:35 ` [PATCH v2 08/13] target/arm: Convert BFMLALB, BFMLALT " Richard Henderson
2024-06-25 18:35 ` [PATCH v2 09/13] target/arm: Convert BFMMLA, SMMLA, UMMLA, USMMLA " Richard Henderson
2024-06-25 18:35 ` [PATCH v2 10/13] target/arm: Add data argument to do_fp3_vector Richard Henderson
2024-06-25 18:35 ` [PATCH v2 11/13] target/arm: Convert FCADD to decodetree Richard Henderson
2024-06-25 18:35 ` [PATCH v2 12/13] target/arm: Convert FCMLA " Richard Henderson
2024-06-25 18:35 ` [PATCH v2 13/13] target/arm: Delete dead code from disas_simd_indexed Richard Henderson
2024-06-28 14:40 ` [PATCH v2 00/13] target/arm: AdvSIMD conversion, part 2 Peter Maydell
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=20240625183536.1672454-1-richard.henderson@linaro.org \
--to=richard.henderson@linaro.org \
--cc=qemu-arm@nongnu.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).