diff options
Diffstat (limited to 'opcodes/i386-dis.c')
-rw-r--r-- | opcodes/i386-dis.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index cc5448b..9cf6de4 100644 --- a/opcodes/i386-dis.c +++ b/opcodes/i386-dis.c @@ -2977,6 +2977,8 @@ static const struct dis386 reg_table[][8] = { { "xsha384", { { OP_0f07, 0 } }, 0 }, { "xsha512", { { OP_0f07, 0 } }, 0 }, { PREFIX_TABLE (PREFIX_0FA6_REG_5) }, + { "montmul2", { { OP_0f07, 0 } }, 0 }, + { "xmodexp", { { OP_0f07, 0 } }, 0 }, }, /* REG_0FA7 */ { |