]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/sparc: Implement STDFQ
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 16 Aug 2024 04:12:59 +0000 (14:12 +1000)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 12 Sep 2024 02:54:51 +0000 (19:54 -0700)
commit29b99802aaf519c3c5b9ac8f713458908cf70799
tree9fbd3be3ced6171bd0a2cbbef3b198df8374d0e2
parent5a165e2615736a60acce94fbd4e66eda5ba92268
target/sparc: Implement STDFQ

Invalid encoding of addr should raise TT_ILL_INSN, so
check before supervisor, which might raise TT_PRIV_INSN.
Clear QNE after execution.

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2340
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/insns.decode
target/sparc/translate.c