fix bitmask of VD3D0 operand (#113)

This commit is contained in:
Mystixor 2025-03-17 20:51:28 +01:00 committed by GitHub
parent 1c571c8576
commit c3934c624f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 },