]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Rename BFMOPA to BFMOPA_w
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 4 Jul 2025 14:21:05 +0000 (08:21 -0600)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 4 Jul 2025 14:53:23 +0000 (15:53 +0100)
commit99548ad2475435bd73dc6dfb008475c1b670fe2a
treee163aca50707606c7f49052c51716349790bde8b
parent960bf1a032d1edbff6b1f2ea716e6e8d539e3468
target/arm: Rename BFMOPA to BFMOPA_w

Our current BFMOPA opcode pattern is the widening version
of the insn. Rename it to BFMOPA_w, to make way for
the non-widening version added in SME2.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20250704142112.1018902-103-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/tcg/helper-sme.h
target/arm/tcg/sme.decode
target/arm/tcg/sme_helper.c
target/arm/tcg/translate-sme.c