aboutsummaryrefslogtreecommitdiff
path: root/opcodes/i386-dis-evex-w.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-w.h
parente74d9fa9cf7cbbcd290b74564d58456611a019bf (diff)
downloadgdb-3a57774c7b3840355b5b21818515fa2b6df3e5e9.zip
gdb-3a57774c7b3840355b5b21818515fa2b6df3e5e9.tar.gz
gdb-3a57774c7b3840355b5b21818515fa2b6df3e5e9.tar.bz2
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-w.h')
-rw-r--r--opcodes/i386-dis-evex-w.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/i386-dis-evex-w.h b/opcodes/i386-dis-evex-w.h
index 72cd648..b388def 100644
--- a/opcodes/i386-dis-evex-w.h
+++ b/opcodes/i386-dis-evex-w.h
@@ -688,12 +688,12 @@
/* EVEX_W_0F3A00_P_2 */
{
{ Bad_Opcode },
- { "vpermq", { XM, EXx, Ib }, 0 },
+ { EVEX_LEN_TABLE (EVEX_LEN_0F3A00_P_2_W_1) },
},
/* EVEX_W_0F3A01_P_2 */
{
{ Bad_Opcode },
- { "vpermpd", { XM, EXx, Ib }, 0 },
+ { EVEX_LEN_TABLE (EVEX_LEN_0F3A01_P_2_W_1) },
},
/* EVEX_W_0F3A05_P_2 */
{