]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/sparc: Add FQ and FSR.QNE
authorCarl Hauser <chauser@pullman.com>
Fri, 16 Aug 2024 00:02:41 +0000 (10:02 +1000)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 12 Sep 2024 02:54:35 +0000 (19:54 -0700)
commite412e9973a49e9e79bc733438fe2b637c11b6e14
treed01f6d1267a676a1c88ca3487a986e6fe18f5f1d
parenta4eb31c678400472de0b4915b9154a7c20d8332f
target/sparc: Add FQ and FSR.QNE

Add support for, and migrate, a single-entry fp
instruction queue for sparc32.

Signed-off-by: Carl Hauser <chauser@pullman.com>
[rth: Split from a larger patch;
      adjust representation with union;
      add migration state]
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Acked-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Tested-by: Carl Hauser <chauser@pullman.com>
target/sparc/cpu.h
target/sparc/fop_helper.c
target/sparc/machine.c