]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/sparc: Loosen decode of RDY for v7
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 5 Sep 2025 05:15:57 +0000 (07:15 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 23 Sep 2025 23:50:57 +0000 (16:50 -0700)
commit49d669ccf33a772e3baf3fe4ebb996dc015f46c1
treed0c963986b3d4263388bd95ea2c0400741f26273
parentb6cdd6c6050567c02a3b3cd428f85bb79d7455aa
target/sparc: Loosen decode of RDY for v7

Bits [18:0] are not decoded with v7, and for v8 unused values
of rs1 simply produce undefined results.

Fixes: af25071c1d ("target/sparc: Move RDASR, STBAR, MEMBAR to decodetree")
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Tested-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
target/sparc/insns.decode
target/sparc/translate.c