]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Use FPST_F16 for SME FMOPA (widening)
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 17 Jul 2024 06:01:48 +0000 (16:01 +1000)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 27 Aug 2024 19:10:48 +0000 (22:10 +0300)
commit4975f9fc4ea3a41af9cb61852eea925f0e391be9
tree7b1834748c5964fed0910eee25ae17663f414b96
parentc819659750e42eee4029172760a800ab3e3c74d3
target/arm: Use FPST_F16 for SME FMOPA (widening)

This operation has float16 inputs and thus must use
the FZ16 control not the FZ control.

Cc: qemu-stable@nongnu.org
Fixes: 3916841ac75 ("target/arm: Implement FMOPA, FMOPS (widening)")
Reported-by: Daniyal Khan <danikhan632@gmail.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 20240717060149.204788-3-richard.henderson@linaro.org
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2374
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
(cherry picked from commit 207d30b5fdb5b45a36f26eefcf52fe2c1714dd4f)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target/arm/tcg/translate-sme.c