]> xenbits.xensource.com Git - qemu-xen.git/commit
target/sparc: Populate sparc32 FQ when raising fp exception
authorCarl Hauser <chauser@pullman.com>
Fri, 16 Aug 2024 02:36:13 +0000 (12:36 +1000)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 12 Sep 2024 02:54:42 +0000 (19:54 -0700)
commitc35c8d4d1a1e7b556158b23fb90719f44ac98966
tree90afb1f2f945573e0f46706c73e831c07312b578
parente412e9973a49e9e79bc733438fe2b637c11b6e14
target/sparc: Populate sparc32 FQ when raising fp exception

Implement a single instruction floating point queue,
populated while delivering an fp exception.

Signed-off-by: Carl Hauser <chauser@pullman.com>
[rth: Split from a larger patch]
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/int32_helper.c