diff options
author | Jan Beulich <jbeulich@novell.com> | 2018-03-28 14:25:07 +0200 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2018-03-28 14:25:07 +0200 |
commit | c39e5b267180a5d61a6434b24bcc7888bf3c0ca7 (patch) | |
tree | 1e3fea41146db8fd596670f6387c5ded332488b0 /opcodes/i386-gen.c | |
parent | 8e6e0792d17be5d4321def520d12c1764dc0ba2a (diff) | |
download | gdb-c39e5b267180a5d61a6434b24bcc7888bf3c0ca7.zip gdb-c39e5b267180a5d61a6434b24bcc7888bf3c0ca7.tar.gz gdb-c39e5b267180a5d61a6434b24bcc7888bf3c0ca7.tar.bz2 |
x86: drop VecESize
It again can be inferred from other information.
The vpopcntd templates all need to have Dword added to their memory
operands; the lack thereof was actually a bug preventing certain Intel
syntax code to assemble, so test cases get extended.
Diffstat (limited to 'opcodes/i386-gen.c')
-rw-r--r-- | opcodes/i386-gen.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/opcodes/i386-gen.c b/opcodes/i386-gen.c index e023795..4631611 100644 --- a/opcodes/i386-gen.c +++ b/opcodes/i386-gen.c @@ -638,7 +638,6 @@ static bitfield opcode_modifiers[] = BITFIELD (NoAVX), BITFIELD (EVex), BITFIELD (Masking), - BITFIELD (VecESize), BITFIELD (Broadcast), BITFIELD (StaticRounding), BITFIELD (SAE), |