commit | 49d669ccf33a772e3baf3fe4ebb996dc015f46c1 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Fri Sep 05 07:15:57 2025 +0200 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue Sep 23 16:50:57 2025 -0700 |
tree | d0c963986b3d4263388bd95ea2c0400741f26273 | |
parent | b6cdd6c6050567c02a3b3cd428f85bb79d7455aa [diff] |
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>