mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2026-04-27 12:11:41 +00:00
fix bitmask of VD3D0 operand
This commit is contained in:
parent
7b8e37aa37
commit
2f7f07cfda
1 changed files with 1 additions and 1 deletions
2
thirdparty/disasm/ppc-dis.c
vendored
2
thirdparty/disasm/ppc-dis.c
vendored
|
|
@ -840,7 +840,7 @@ const struct powerpc_operand powerpc_operands[] =
|
||||||
{ 8, 0, insert_vperm, extract_vperm, 0 },
|
{ 8, 0, insert_vperm, extract_vperm, 0 },
|
||||||
|
|
||||||
#define VD3D0 VPERM128 + 1
|
#define VD3D0 VPERM128 + 1
|
||||||
{ 3, 18, NULL, NULL, 0 },
|
{ 7, 18, NULL, NULL, 0 },
|
||||||
|
|
||||||
#define VD3D1 VD3D0 + 1
|
#define VD3D1 VD3D0 + 1
|
||||||
{ 3, 16, NULL, NULL, 0 },
|
{ 3, 16, NULL, NULL, 0 },
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue