]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/sparc: Relax decode of rs2_or_imm for v7
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 5 Sep 2025 11:46:27 +0000 (13:46 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 23 Sep 2025 23:51:36 +0000 (16:51 -0700)
commitdf663ac0a4e5d916b6b3e77552a925fec02bced4
tree523f605a90b940a3f95c58ca2a360887b2c08b37
parent6ff52f9dee064d3c2138426834320f5877863d9b
target/sparc: Relax decode of rs2_or_imm for v7

For v7, bits [12:5] are ignored for !imm.
For v8, those same bits are reserved, but are not trapped.

Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/sparc/translate.c