diff options
author | Jan Beulich <jbeulich@suse.com> | 2021-03-10 08:18:24 +0100 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2021-03-10 08:18:24 +0100 |
commit | 066f82b96a4902b9f4f76dfc8d24f8d73ceeef0f (patch) | |
tree | 8d917b84badb62b27971af72db81d8a05ece397f /opcodes/i386-dis-evex.h | |
parent | fc681dd6a1264a1560a711a6b69cb5a229d2316a (diff) | |
download | gdb-066f82b96a4902b9f4f76dfc8d24f8d73ceeef0f.zip gdb-066f82b96a4902b9f4f76dfc8d24f8d73ceeef0f.tar.gz gdb-066f82b96a4902b9f4f76dfc8d24f8d73ceeef0f.tar.bz2 |
x86: reuse VEX entries for EVEX vperm{q,pd}
By matching VEX decode order (L before W), some EVEX entries can refer
back to VEX ones instead of carrying duplicates.
Diffstat (limited to 'opcodes/i386-dis-evex.h')
-rw-r--r-- | opcodes/i386-dis-evex.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/i386-dis-evex.h b/opcodes/i386-dis-evex.h index 013a338..27446c4 100644 --- a/opcodes/i386-dis-evex.h +++ b/opcodes/i386-dis-evex.h @@ -584,8 +584,8 @@ static const struct dis386 evex_table[][256] = { /* EVEX_0F3A */ { /* 00 */ - { VEX_W_TABLE (EVEX_W_0F3A00) }, - { VEX_W_TABLE (EVEX_W_0F3A01) }, + { EVEX_LEN_TABLE (EVEX_LEN_0F3A00) }, + { EVEX_LEN_TABLE (EVEX_LEN_0F3A01) }, { Bad_Opcode }, { "valign%DQ", { XM, Vex, EXx, Ib }, PREFIX_DATA }, { VEX_W_TABLE (VEX_W_0F3A04) }, |