]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/sparc: Add gen_trap_if_nofpu_fpexception
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 16 Aug 2024 04:29:23 +0000 (14:29 +1000)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 12 Sep 2024 02:54:55 +0000 (19:54 -0700)
commitd2a0c3a7f7740a3d563c8c3ef1fffcc87a36213d
treecf78f9570dcb7936f634f2d8f4236545bc5d085e
parent29b99802aaf519c3c5b9ac8f713458908cf70799
target/sparc: Add gen_trap_if_nofpu_fpexception

Model fp_exception state, in which only fp stores are allowed
until such time as the FQ has been flushed.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Acked-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Tested-by: Carl Hauser <chauser@pullman.com>
target/sparc/translate.c