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

FEAT_SVE_B16B16 adds bfloat16 versions of the FMLA and FMLS insns in
the "SVE floating-point multiply-accumulate writing addend" group,
encoded as sz=0b00.

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-6-peter.maydell@linaro.org
target/arm/tcg/helper-sve.h
target/arm/tcg/sve_helper.c
target/arm/tcg/translate-sve.c