diff options
author | Jan Beulich <jbeulich@suse.com> | 2022-01-14 10:56:06 +0100 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2022-01-14 10:56:06 +0100 |
commit | e6cfa893f41c769f003f0d0c2d250616321bcc5a (patch) | |
tree | 27aade75714b5d5bda42e0f54a06b2efaf03f668 /opcodes/i386-dis-evex-mod.h | |
parent | 928c8d70c82feea45683b43e324cd2079d4ee31d (diff) | |
download | gdb-e6cfa893f41c769f003f0d0c2d250616321bcc5a.zip gdb-e6cfa893f41c769f003f0d0c2d250616321bcc5a.tar.gz gdb-e6cfa893f41c769f003f0d0c2d250616321bcc5a.tar.bz2 |
x86: share yet more VEX table entries with EVEX decoding
On top of prior similar work more opportunities have appeared in the
meantime. Note that this also happens to address the prior lack of
decoding of EVEX.L'L for VMOV{L,H}P{S,D} and VMOV{LH,HL}PS.
Diffstat (limited to 'opcodes/i386-dis-evex-mod.h')
-rw-r--r-- | opcodes/i386-dis-evex-mod.h | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/opcodes/i386-dis-evex-mod.h b/opcodes/i386-dis-evex-mod.h index 2d35bf2..b3af48e 100644 --- a/opcodes/i386-dis-evex-mod.h +++ b/opcodes/i386-dis-evex-mod.h @@ -1,33 +1,3 @@ - { - /* MOD_EVEX_0F12_PREFIX_0 */ - { "vmovlpX", { XMM, Vex, EXq }, PREFIX_OPCODE }, - { "vmovhlp%XS", { XMM, Vex, EXq }, 0 }, - }, - { - /* MOD_EVEX_0F12_PREFIX_2 */ - { "vmovlpX", { XMM, Vex, EXq }, PREFIX_OPCODE }, - }, - { - /* MOD_EVEX_0F13 */ - { "vmovlpX", { EXq, XMM }, PREFIX_OPCODE }, - }, - { - /* MOD_EVEX_0F16_PREFIX_0 */ - { "vmovhpX", { XMM, Vex, EXq }, PREFIX_OPCODE }, - { "vmovlhp%XS", { XMM, Vex, EXq }, 0 }, - }, - { - /* MOD_EVEX_0F16_PREFIX_2 */ - { "vmovhpX", { XMM, Vex, EXq }, PREFIX_OPCODE }, - }, - { - /* MOD_EVEX_0F17 */ - { "vmovhpX", { EXq, XMM }, PREFIX_OPCODE }, - }, - { - /* MOD_EVEX_0F2B */ - { "vmovntpX", { EXx, XM }, PREFIX_OPCODE }, - }, /* MOD_EVEX_0F381A */ { { EVEX_LEN_TABLE (EVEX_LEN_0F381A_M_0) }, |