]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/mips: Fix MSA BZ/BNZ opcodes displacement
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 14 Sep 2023 08:39:37 +0000 (10:39 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 7 Nov 2023 11:13:28 +0000 (12:13 +0100)
commit04591b3ddd9a96b9298a1dd437a6464ab55e62ee
treec8f10a05a3e62bc30c4af0c699aec49181d1e718
parent2b34d7382b669b154f44d616f7e5b78f459ffd61
target/mips: Fix MSA BZ/BNZ opcodes displacement

The PC offset is *signed*.

Cc: qemu-stable@nongnu.org
Reported-by: Sergey Evlashev <vectorchiefrocks@gmail.com>
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1624
Fixes: c7a9ef7517 ("target/mips: Introduce decode tree bindings for MSA ASE")
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230914085807.12241-1-philmd@linaro.org>
target/mips/tcg/msa.decode