]> 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)
committerMichael Tokarev <mjt@tls.msk.ru>
Thu, 9 May 2024 13:43:11 +0000 (16:43 +0300)
commitb7f629b431ff9044655858a751c92ff6158890ea
treef1bcc5b7316ed5e70a077f022a60cfc09579dfdc
parent098f10e9a830305cfc0ea1bc43fef1b3005e6f85
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>
(cherry picked from commit be8998e046c2a7e434494b75cf468ffd9d536025)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target/sparc/helper.h
target/sparc/translate.c
target/sparc/vis_helper.c