]> git.proxmox.com Git - mirror_qemu.git/commit - target/sparc/vis_helper.c
target/sparc: Fix FPMERGE
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 2 May 2024 16:55:27 +0000 (09:55 -0700)
committerMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Sun, 5 May 2024 20:02:48 +0000 (21:02 +0100)
commitd3ef26afde77fbdedd5b30282134ff99d0fe5cc5
treeeefc699b7cedda20f7b1667468652fe544715a4b
parentbe8998e046c2a7e434494b75cf468ffd9d536025
target/sparc: Fix FPMERGE

This instruction has f32 inputs, which changes the decode
of the register numbers.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20240502165528.244004-7-richard.henderson@linaro.org>
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
target/sparc/helper.h
target/sparc/translate.c
target/sparc/vis_helper.c