]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/sparc: Fix FEXPAND
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 2 May 2024 16:55:23 +0000 (09:55 -0700)
committerMichael Tokarev <mjt@tls.msk.ru>
Mon, 13 May 2024 06:03:37 +0000 (09:03 +0300)
commitd3da3d02a048bc3d116af5038f7302421d252d57
treee923218b714e7781e927090b1f13e1b33dd0ccb5
parent50ed4f856a4e1252b77b1f9343acbf42f7356e74
target/sparc: Fix FEXPAND

This is a 2-operand instruction, not 3-operand.
Worse, we took the source from the wrong operand.

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