]> 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)
committerMichael Tokarev <mjt@tls.msk.ru>
Sun, 19 Nov 2023 18:15:06 +0000 (21:15 +0300)
commitf68a36b7c44097e82b5bd47bfe3a70d61031654b
tree184dccd4cc35a4ce1502aa798c12068312706290
parent801b7e43905b180d1012ce394e7af9eb2eb7b826
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>
(cherry picked from commit 04591b3ddd9a96b9298a1dd437a6464ab55e62ee)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target/mips/tcg/msa.decode