x86: fix AVX-512 16-bit addressing
authorJan Beulich <jbeulich@novell.com>
Thu, 23 Nov 2017 10:04:18 +0000 (11:04 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 23 Nov 2017 10:04:18 +0000 (11:04 +0100)
commit65f3ed048fa0741e874c7aa372f9ddba153a2949
tree1ebbe1a6a298a49a6b68bd2a1d602095a44c6005
parent43083a502b8d658b8d096111e54afcc73b0215a4
x86: fix AVX-512 16-bit addressing

Despite EVEX encodings not being available in real and VM86 modes,
16-bit addressing still needs to be handled properly for 16-bit
protected mode as well as 16-bit addressing in 32-bit mode. Neither
should displacements be dropped silently by the assembler, nor should
the disassembler fail to correctly scale 8-bit displacements.
gas/ChangeLog
gas/config/tc-i386.c
gas/testsuite/gas/i386/avx512f-intel.d
gas/testsuite/gas/i386/avx512f.d
gas/testsuite/gas/i386/avx512f.s
opcodes/ChangeLog
opcodes/i386-dis.c
This page took 0.027623 seconds and 4 git commands to generate.