]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/sparc: Remove cpu_fsr
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 3 Nov 2023 17:38:39 +0000 (10:38 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 3 Feb 2024 06:46:10 +0000 (16:46 +1000)
commitc9fa8e586b2235cd173fdd8d4acaf2d84ed30009
treed38cbc700498a468df32f1f37d5a7e89280f09cd
parent3590f01ed288c23594ba4a1c54a9c3b68081526f
target/sparc: Remove cpu_fsr

Drop this field as a tcg global, loading it explicitly in the
few places required.  This means that all FPop helpers may
once again be TCG_CALL_NO_WG.

Signed-off-by: Richard Henderson <richard.henderson@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-21-richard.henderson@linaro.org>
target/sparc/fop_helper.c
target/sparc/helper.h
target/sparc/translate.c