OSDN Git Service

target/ppc: Use helper_todouble in do_frsp
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 17 Dec 2021 16:57:15 +0000 (17:57 +0100)
committerCédric Le Goater <clg@kaod.org>
Fri, 17 Dec 2021 16:57:15 +0000 (17:57 +0100)
commit58c7edef6163dd9a136e64149b08eec3f5778f37
tree681992d82ef36cb11d4d45a97843355ce65dc79a
parent734cfbd84e6951e136aea129b37e6e3d4a58913a
target/ppc: Use helper_todouble in do_frsp

We only needed one ieee arithmetic operation to raise
exceptions.  To convert back to register form, we can
use our simpler non-arithmetic function.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20211119160502.17432-24-richard.henderson@linaro.org>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
target/ppc/fpu_helper.c