]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/ChangeLog
x86-64: fix {,V}PCMPESTR{I,M} disassembly in Intel mode
authorJan Beulich <jbeulich@suse.com>
Tue, 14 Jul 2020 08:28:12 +0000 (10:28 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 14 Jul 2020 08:28:12 +0000 (10:28 +0200)
commitb24d668c078f65c8f092557ef4fca63a18df8280
tree5885d23e44c59309d173eba737324ec3ae3ee75d
parentc4de76066e9c6fa42d6f02c6519d2c6bbe0cc983
x86-64: fix {,V}PCMPESTR{I,M} disassembly in Intel mode

The operands don't allow disambiguating the insn in 64-bit mode, and
hence suffixes need to be emitted not just in AT&T mode. Achieve this
by re-using %LQ while dropping PCMPESTR_Fixup().
gas/ChangeLog
gas/testsuite/gas/i386/x86-64-avx-intel.d
gas/testsuite/gas/i386/x86-64-sse4_2-intel.d
opcodes/ChangeLog
opcodes/i386-dis-evex-prefix.h
opcodes/i386-dis-evex-w.h
opcodes/i386-dis.c