]> 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:23 +0000 (21:15 +0300)
commit9bc1741af1610ba14955b507ed341b90c275c663
tree5567d8ce47d1e34e19d383f7ae23a061ff872b53
parent2c1c0cdc253ae303a2306b9fe9df0b1c56e3c027
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