]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Add BFADD, BFSUB, BFMUL (unpredicated)
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 18 Jul 2025 17:30:23 +0000 (18:30 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 21 Jul 2025 10:13:55 +0000 (11:13 +0100)
commit2b5a9bbbadb39750584f36e6bee3a36ebe134418
treec9e30e0101fa79b66c6a727dfe9fc989a7a36f88
parent012bf8ad134ecec5d7e68101c216204107fd9741
target/arm: Add BFADD, BFSUB, BFMUL (unpredicated)

FEAT_SVE_B16B16 adds bfloat16 versions of the SVE floating point
(unpredicated) instructions, which are encoded via 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-2-peter.maydell@linaro.org
target/arm/tcg/helper.h
target/arm/tcg/translate-sve.c
target/arm/tcg/vec_helper.c