diff options
author | Igor Tsimbalist <igor.v.tsimbalist@intel.com> | 2018-04-27 14:34:13 +0200 |
---|---|---|
committer | Igor Tsimbalist <igor.v.tsimbalist@intel.com> | 2018-04-27 14:34:13 +0200 |
commit | aa178437393fd97f706c3f8bdf60ab2cc53a8cb4 (patch) | |
tree | c17b80644ef479bfda7abbc8c808df8dfcc8748a /opcodes/i386-gen.c | |
parent | ffa389a39655f4b35d583783e49fa5b31c288e8f (diff) | |
download | gdb-aa178437393fd97f706c3f8bdf60ab2cc53a8cb4.zip gdb-aa178437393fd97f706c3f8bdf60ab2cc53a8cb4.tar.gz gdb-aa178437393fd97f706c3f8bdf60ab2cc53a8cb4.tar.bz2 |
Revert "Enable Intel MOVDIRI, MOVDIR64B instructions."
This reverts commit a914a7c95895161c99533d5919b8504b37ea54a0.
Diffstat (limited to 'opcodes/i386-gen.c')
-rw-r--r-- | opcodes/i386-gen.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/opcodes/i386-gen.c b/opcodes/i386-gen.c index 58828d0..826aa04 100644 --- a/opcodes/i386-gen.c +++ b/opcodes/i386-gen.c @@ -283,10 +283,6 @@ static initializer cpu_flag_init[] = "CpuWAITPKG" }, { "CPU_CLDEMOTE_FLAGS", "CpuCLDEMOTE" }, - { "CPU_MOVDIRI_FLAGS", - "CpuMOVDIRI" }, - { "CPU_MOVDIR64B_FLAGS", - "CpuMOVDIR64B" }, { "CPU_ANY_X87_FLAGS", "CPU_ANY_287_FLAGS|Cpu8087" }, { "CPU_ANY_287_FLAGS", @@ -347,10 +343,6 @@ static initializer cpu_flag_init[] = "CpuAVX512_VNNI" }, { "CPU_ANY_AVX512_BITALG_FLAGS", "CpuAVX512_BITALG" }, - { "CPU_ANY_MOVDIRI_FLAGS", - "CpuMOVDIRI" }, - { "CPU_ANY_MOVDIR64B_FLAGS", - "CpuMOVDIR64B" }, }; static const initializer operand_type_shorthands[] = @@ -585,13 +577,6 @@ static bitfield cpu_flags[] = BITFIELD (CpuPCONFIG), BITFIELD (CpuWAITPKG), BITFIELD (CpuCLDEMOTE), - BITFIELD (CpuMOVDIRI), - BITFIELD (CpuMOVDIR64B), - BITFIELD (CpuRegMMX), - BITFIELD (CpuRegXMM), - BITFIELD (CpuRegYMM), - BITFIELD (CpuRegZMM), - BITFIELD (CpuRegMask), #ifdef CpuUnused BITFIELD (CpuUnused), #endif @@ -634,7 +619,6 @@ static bitfield opcode_modifiers[] = BITFIELD (ToDword), BITFIELD (ToQword), BITFIELD (AddrPrefixOp0), - BITFIELD (AddrPrefixOpReg), BITFIELD (IsPrefix), BITFIELD (ImmExt), BITFIELD (NoRex64), |