]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Add BFMLA, BFMLS (indexed)
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 18 Jul 2025 17:30:28 +0000 (18:30 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 21 Jul 2025 10:13:55 +0000 (11:13 +0100)
commit67fbc4c8079226eb9e47369cc45eb3fe56c3c9c3
tree81d83157aeda44032a0e9275ccc4e7ad0796237d
parent929bec5581966c43d083588f9be38af48150c4fe
target/arm: Add BFMLA, BFMLS (indexed)

FEAT_SVE_B16B16 adds bfloat16 versions of the FMLA and FMLS insns in
the SVE floating-point multiply-add (indexed) insn group.  Implement
these.

Fixes: 7b1613a1020d2942 ("target/arm: Enable FEAT_SME2p1 on -cpu max")
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20250718173032.2498900-7-peter.maydell@linaro.org
target/arm/tcg/sve.decode
target/arm/tcg/translate-sve.c