]> git.ipfire.org Git - thirdparty/qemu.git/commit - target/sparc/helper.h
target/sparc: Inline FNEG, FABS
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 3 Nov 2023 17:38:24 +0000 (10:38 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 3 Feb 2024 06:46:10 +0000 (16:46 +1000)
commitdaf457d40f92dd5f957b206cc86d95d9c42350c6
treef7bb6f91ff7ece842d9ea4ff4bd594ddc35d53b6
parent33ec424535e2e8e5fa1fd78f691eb9c3c68fd449
target/sparc: Inline FNEG, FABS

These are simple bit manipulation insns.
Begin using i128 for float128.
Implement FMOVq with do_qq.

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