aboutsummaryrefslogtreecommitdiff
path: root/opcodes/i386-opc.h
diff options
context:
space:
mode:
authorIgor Tsimbalist <igor.v.tsimbalist@intel.com>2018-04-27 14:34:13 +0200
committerIgor Tsimbalist <igor.v.tsimbalist@intel.com>2018-04-27 14:34:13 +0200
commitaa178437393fd97f706c3f8bdf60ab2cc53a8cb4 (patch)
treec17b80644ef479bfda7abbc8c808df8dfcc8748a /opcodes/i386-opc.h
parentffa389a39655f4b35d583783e49fa5b31c288e8f (diff)
downloadgdb-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-opc.h')
-rw-r--r--opcodes/i386-opc.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/opcodes/i386-opc.h b/opcodes/i386-opc.h
index eddd08b..58abea6 100644
--- a/opcodes/i386-opc.h
+++ b/opcodes/i386-opc.h
@@ -231,20 +231,6 @@ enum
CpuWAITPKG,
/* CLDEMOTE instruction required */
CpuCLDEMOTE,
- /* MOVDIRI instruction support required */
- CpuMOVDIRI,
- /* MOVDIRR64B instruction required */
- CpuMOVDIR64B,
- /* MMX register support required */
- CpuRegMMX,
- /* XMM register support required */
- CpuRegXMM,
- /* YMM register support required */
- CpuRegYMM,
- /* ZMM register support required */
- CpuRegZMM,
- /* Mask register support required */
- CpuRegMask,
/* 64bit support required */
Cpu64,
/* Not supported in the 64bit mode */
@@ -368,13 +354,6 @@ typedef union i386_cpu_flags
unsigned int cpupconfig:1;
unsigned int cpuwaitpkg:1;
unsigned int cpucldemote:1;
- unsigned int cpumovdiri:1;
- unsigned int cpumovdir64b:1;
- unsigned int cpuregmmx:1;
- unsigned int cpuregxmm:1;
- unsigned int cpuregymm:1;
- unsigned int cpuregzmm:1;
- unsigned int cpuregmask:1;
unsigned int cpu64:1;
unsigned int cpuno64:1;
#ifdef CpuUnused
@@ -468,8 +447,6 @@ enum
ToQword,
/* Address prefix changes operand 0 */
AddrPrefixOp0,
- /* Address prefix changes register operand */
- AddrPrefixOpReg,
/* opcode is a prefix */
IsPrefix,
/* instruction has extension in 8 bit imm */
@@ -651,7 +628,6 @@ typedef struct i386_opcode_modifier
unsigned int todword:1;
unsigned int toqword:1;
unsigned int addrprefixop0:1;
- unsigned int addrprefixopreg:1;
unsigned int isprefix:1;
unsigned int immext:1;
unsigned int norex64:1;