]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/sparc: Fix FMUL8x16
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 2 May 2024 16:55:24 +0000 (09:55 -0700)
committerMichael Tokarev <mjt@tls.msk.ru>
Thu, 9 May 2024 13:41:50 +0000 (16:41 +0300)
commit6d027e1bf95f50aaa6ddee21af6a4847163cdb18
treea3989112677d58352ee51340cce10ea27890f8e1
parent63a58450a6fa36083dc1430379b29bbdee248275
target/sparc: Fix FMUL8x16

This instruction has f32 as source1, which alters the
decoding of the register number, which means we've been
passing the wrong data for odd register numbers.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20240502165528.244004-4-richard.henderson@linaro.org>
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
(cherry picked from commit 9157dccc7e71f7c94581c38f38acbef9a21bbe9a)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target/sparc/helper.h
target/sparc/translate.c
target/sparc/vis_helper.c