diff options
author | Jan Beulich <jbeulich@novell.com> | 2018-03-08 08:34:09 +0100 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2018-03-08 08:34:09 +0100 |
commit | 38e314eb064ae94318deaa9544c2da3f46f5d319 (patch) | |
tree | 8099891ee394361b9e74f50921e3663bc33c81af /opcodes/i386-opc.h | |
parent | d53e6b98a2599ba4ce6ad14f711b76e44a32eea5 (diff) | |
download | gdb-38e314eb064ae94318deaa9544c2da3f46f5d319.zip gdb-38e314eb064ae94318deaa9544c2da3f46f5d319.tar.gz gdb-38e314eb064ae94318deaa9544c2da3f46f5d319.tar.bz2 |
x86: drop FloatD
It can be expressed by D, when making the consumer look at operand size
to tell apart both uses.
Diffstat (limited to 'opcodes/i386-opc.h')
-rw-r--r-- | opcodes/i386-opc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/opcodes/i386-opc.h b/opcodes/i386-opc.h index ece3f47..f4ac207 100644 --- a/opcodes/i386-opc.h +++ b/opcodes/i386-opc.h @@ -398,8 +398,6 @@ enum FloatMF, /* src/dest swap for floats. */ FloatR, - /* has float insn direction bit. */ - FloatD, /* needs size prefix if in 32-bit mode */ Size16, /* needs size prefix if in 16-bit mode */ @@ -633,7 +631,6 @@ typedef struct i386_opcode_modifier unsigned int jumpintersegment:1; unsigned int floatmf:1; unsigned int floatr:1; - unsigned int floatd:1; unsigned int size16:1; unsigned int size32:1; unsigned int size64:1; |