]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/sparc: Fix FMULD8*X16
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 2 May 2024 16:55:26 +0000 (09:55 -0700)
committerMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Sun, 5 May 2024 20:02:48 +0000 (21:02 +0100)
commitbe8998e046c2a7e434494b75cf468ffd9d536025
treecec760857c6d3fbb1a05f4cf3ef7f65242ebc1e5
parenta859602c746baf4892cc8ca1ce003e92411d1716
target/sparc: Fix FMULD8*X16

Not only do these instructions have f32 inputs, they also do not
perform rounding.  Since these are relatively simple, implement
them properly inline.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20240502165528.244004-6-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