fixed decoding for VPSHLDVW/VPSHRDVW/VPSHLDVD/VPSHLDVQ/VPSHRDVD/VPSHRDVQ

This commit is contained in:
Stanislav Shwartsman 2019-12-13 12:34:16 +00:00
parent 9bbf43ed4b
commit f9d04849b3

View File

@ -2127,10 +2127,10 @@ static const Bit64u *BxOpcodeTableEVEX[256*3] = {
/* 6D */ ( BxOpcodeGroup_ERR ),
/* 6E */ ( BxOpcodeGroup_ERR ),
/* 6F */ ( BxOpcodeGroup_ERR ),
/* 70 */ ( BxOpcodeGroup_ERR ),
/* 71 */ ( BxOpcodeGroup_ERR ),
/* 72 */ ( BxOpcodeGroup_ERR ),
/* 73 */ ( BxOpcodeGroup_ERR ),
/* 70 */ ( BxOpcodeGroup_EVEX_0F3870 ),
/* 71 */ ( BxOpcodeGroup_EVEX_0F3871 ),
/* 72 */ ( BxOpcodeGroup_EVEX_0F3872 ),
/* 73 */ ( BxOpcodeGroup_EVEX_0F3873 ),
/* 74 */ ( BxOpcodeGroup_ERR ),
/* 75 */ ( BxOpcodeGroup_EVEX_0F3875 ),
/* 76 */ ( BxOpcodeGroup_EVEX_0F3876 ),