x86: drop Vec_Imm4
[deliverable/binutils-gdb.git] / gas / ChangeLog
index ed20593778686e954c58d1a3384408cc06b621f9..ac4a132235f23d67e02826ef4d8a9c514981756d 100644 (file)
@@ -1,3 +1,32 @@
+2019-07-01  Jan Beulich  <jbeulich@suse.com>
+
+       * config/tc-i386.c (vec_imm4): Delete.
+       (VEX_check_operands): Replace Vec_Imm4 check by CpuXOP with five
+       operands one.  Clear Imm<N> by different means.
+       (build_modrm_byte): Adjust comment.  Remove dead code.  Add and
+       adjust assertions.
+
+2019-07-01  Jan Beulich  <jbeulich@suse.com>
+
+       * config/tc-i386.c (output_insn): Adjust recognition of xFENCE
+       insns. Move PadLock special case of prefix emission to 3-byte
+       long base opcode handling.
+       (i386_index_check): Check for CpuPadLock instead of ImmExt.
+
+2019-07-01  Jan Beulich  <jbeulich@suse.com>
+
+       * config/tc-i386.c (optimize_encoding): Handle AND / OR with
+       both operands being the same register.
+       * doc/c-i386.texi: Update -O2 documentation.
+       * testsuite/gas/i386/optimize-2.s,
+       testsuite/gas/i386/x86-64-optimize-3.s: Add cases of AND / OR
+       with both operands being the same register.
+       * testsuite/gas/i386/optimize-2.d,
+       testsuite/gas/i386/x86-64-optimize-3.d: Adjust expectations.
+       * testsuite/gas/i386/optimize-2b.d,
+       testsuite/gas/i386/x86-64-optimize-3b.d: New.
+       * testsuite/gas/i386/i386.exp: Run new test.
+
 2019-07-01  Jan Beulich  <jbeulich@suse.com>
 
        * config/tc-i386.c (commutative): New.
This page took 0.033751 seconds and 4 git commands to generate.