diff options
Diffstat (limited to 'opcodes/i386-dis-evex.h')
-rw-r--r-- | opcodes/i386-dis-evex.h | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/opcodes/i386-dis-evex.h b/opcodes/i386-dis-evex.h index 3633746..1f88987 100644 --- a/opcodes/i386-dis-evex.h +++ b/opcodes/i386-dis-evex.h @@ -497,8 +497,8 @@ static const struct dis386 evex_table[][256] = { { Bad_Opcode }, { Bad_Opcode }, { Bad_Opcode }, - { Bad_Opcode }, - { Bad_Opcode }, + { PREFIX_TABLE (PREFIX_EVEX_0F38B4) }, + { PREFIX_TABLE (PREFIX_EVEX_0F38B5) }, { PREFIX_TABLE (PREFIX_EVEX_0F38B6) }, { PREFIX_TABLE (PREFIX_EVEX_0F38B7) }, /* B8 */ @@ -2311,6 +2311,18 @@ static const struct dis386 evex_table[][256] = { { Bad_Opcode }, { "vfnmsub213s%XW", { XMScalar, VexScalar, EXxmm_mdq, EXxEVexR } }, }, + /* PREFIX_EVEX_0F38B4 */ + { + { Bad_Opcode }, + { Bad_Opcode }, + { "vpmadd52luq", { XM, Vex, EXx } }, + }, + /* PREFIX_EVEX_0F38B5 */ + { + { Bad_Opcode }, + { Bad_Opcode }, + { "vpmadd52huq", { XM, Vex, EXx } }, + }, /* PREFIX_EVEX_0F38B6 */ { { Bad_Opcode }, |