]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/sparc: Fix FPMERGE
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 2 May 2024 16:55:27 +0000 (09:55 -0700)
committerMichael Tokarev <mjt@tls.msk.ru>
Thu, 9 May 2024 13:43:23 +0000 (16:43 +0300)
commit6466cf4131c8edce2d4098ab382d8ede0b49b0f1
tree390e786399740624dc39b1d91e69d6a9caa43d6f
parentb7f629b431ff9044655858a751c92ff6158890ea
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>
(cherry picked from commit d3ef26afde77fbdedd5b30282134ff99d0fe5cc5)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target/sparc/helper.h
target/sparc/translate.c
target/sparc/vis_helper.c