From c3934c624fd9eb62aa1f2e47c5125a577a81075d Mon Sep 17 00:00:00 2001 From: Mystixor <38879884+Mystixor@users.noreply.github.com> Date: Mon, 17 Mar 2025 20:51:28 +0100 Subject: [PATCH] fix bitmask of VD3D0 operand (#113) --- thirdparty/disasm/ppc-dis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirdparty/disasm/ppc-dis.c b/thirdparty/disasm/ppc-dis.c index d44f27f..3e224b4 100644 --- a/thirdparty/disasm/ppc-dis.c +++ b/thirdparty/disasm/ppc-dis.c @@ -840,7 +840,7 @@ const struct powerpc_operand powerpc_operands[] = { 8, 0, insert_vperm, extract_vperm, 0 }, #define VD3D0 VPERM128 + 1 - { 3, 18, NULL, NULL, 0 }, + { 7, 18, NULL, NULL, 0 }, #define VD3D1 VD3D0 + 1 { 3, 16, NULL, NULL, 0 },