]> git.proxmox.com Git - mirror_qemu.git/commit - target/sparc/translate.c
target/sparc: Fix FEXPAND
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 2 May 2024 16:55:23 +0000 (09:55 -0700)
committerMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Sun, 5 May 2024 20:02:48 +0000 (21:02 +0100)
commit7b616f36de0bde126e1ba6b0793ed26fc414a1ff
tree5b542f22c49ec63014c77cec3431bba949bd6ee4
parent1cde1a2a89e7c6ac1c8240b09f9b3d066cd01270
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>
target/sparc/helper.h
target/sparc/insns.decode
target/sparc/translate.c
target/sparc/vis_helper.c