summaryrefslogtreecommitdiff
path: root/opcodes/i386-dis-evex-prefix.h
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2020-07-06 13:41:58 +0200
committerJan Beulich <jbeulich@suse.com>2020-07-06 13:41:58 +0200
commit3a57774c7b3840355b5b21818515fa2b6df3e5e9 (patch)
treef27b9d1ac1ae2c062431f735cbd57aba825b8643 /opcodes/i386-dis-evex-prefix.h
parente74d9fa9cf7cbbcd290b74564d58456611a019bf (diff)
downloadbinutils-gdb-3a57774c7b3840355b5b21818515fa2b6df3e5e9.tar.gz
x86: AVX512 VPERM{D,Q,PS,PD} insns need to honor EVEX.L'L
Just like (where they exist) their AVX counterparts do for VEX.L. For all of them the 128-bit forms are invalid.
Diffstat (limited to 'opcodes/i386-dis-evex-prefix.h')
-rw-r--r--opcodes/i386-dis-evex-prefix.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/i386-dis-evex-prefix.h b/opcodes/i386-dis-evex-prefix.h
index f5cce6f370b..25514dbfc7e 100644
--- a/opcodes/i386-dis-evex-prefix.h
+++ b/opcodes/i386-dis-evex-prefix.h
@@ -487,7 +487,7 @@
{
{ Bad_Opcode },
{ Bad_Opcode },
- { "vpermp%XW", { XM, Vex, EXx }, 0 },
+ { EVEX_LEN_TABLE (EVEX_LEN_0F3816_P_2) },
},
/* PREFIX_EVEX_0F3819 */
{
@@ -643,7 +643,7 @@
{
{ Bad_Opcode },
{ Bad_Opcode },
- { "vperm%LW", { XM, Vex, EXx }, 0 },
+ { EVEX_LEN_TABLE (EVEX_LEN_0F3836_P_2) },
},
/* PREFIX_EVEX_0F3837 */
{