diff options
author | Jan Beulich <jbeulich@suse.com> | 2020-07-14 10:42:33 +0200 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2020-07-14 10:42:33 +0200 |
commit | 464d2b65680352965d877d9f4ac5430bd05934df (patch) | |
tree | 2ed65cc603a84764dc815f9a4a221c8eea1f2b25 /opcodes/i386-dis-evex.h | |
parent | 035e7389dd36526df823b28e7f9fb1dea16cae2e (diff) | |
download | fsf-binutils-gdb-464d2b65680352965d877d9f4ac5430bd05934df.zip fsf-binutils-gdb-464d2b65680352965d877d9f4ac5430bd05934df.tar.gz fsf-binutils-gdb-464d2b65680352965d877d9f4ac5430bd05934df.tar.bz2 |
x86: drop Rdq, Rd, and MaskR
Rdq, Rd, and MaskR can be replaced by Edq, Ed / Rm, and MaskE
respectively, as OP_R() doesn't enforce ModRM.mod == 3, and hence where
MOD matters but hasn't been decoded yet it needs to be anyway. (The case
of converting to Rm is temporary until a subsequent change.)
Diffstat (limited to 'opcodes/i386-dis-evex.h')
-rw-r--r-- | opcodes/i386-dis-evex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/i386-dis-evex.h b/opcodes/i386-dis-evex.h index 54176af..c933942 100644 --- a/opcodes/i386-dis-evex.h +++ b/opcodes/i386-dis-evex.h @@ -432,7 +432,7 @@ static const struct dis386 evex_table[][256] = { { VEX_W_TABLE (VEX_W_0F3879) }, { VEX_W_TABLE (EVEX_W_0F387A) }, { VEX_W_TABLE (EVEX_W_0F387B) }, - { "vpbroadcastK", { XM, Rdq }, PREFIX_DATA }, + { MOD_TABLE (MOD_EVEX_0F387C) }, { "vpermt2%BW", { XM, Vex, EXx }, PREFIX_DATA }, { "vpermt2%DQ", { XM, Vex, EXx }, PREFIX_DATA }, { "vpermt2p%XW", { XM, Vex, EXx }, PREFIX_DATA }, |