x86: convert SReg from bitfield to enumerator
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 3b94f2975a04b013a6652edd8c2bae3d9f240a24..b049863619a317e020ec5524803932ea0060dfdc 100644 (file)
@@ -1,3 +1,77 @@
+2019-11-08  Jan Beulich  <jbeulich@suse.com>
+
+       * config/tc-i386.c (pi, check_byte_reg, process_operands,
+       build_modrm_byte, i386_att_operand, parse_real_register): Use
+       "class" instead of "sreg" field.
+       * config/tc-i386-intel.c (i386_intel_simplify_register,
+       i386_intel_operand): Likewise.
+
+2019-11-08  Jan Beulich  <jbeulich@suse.com>
+
+       * config/tc-i386.c (operand_type_set, operand_type_and,
+       operand_type_and_not, operand_type_or, operand_type_xor): Handle
+       "class" field specially.
+       (anyimm): New.
+       (operand_type_check, operand_size_match,
+       operand_type_register_match, pi, md_assemble, is_short_form,
+       process_suffix, check_byte_reg, check_long_reg, check_qword_reg,
+       check_word_reg, process_operands, build_modrm_byte): Use "class"
+       instead of "reg" field.
+       (optimize_imm): Likewise. Reduce redundancy. Adjust calculation
+       of "allowed".
+
+2019-11-07  Mihail Ionescu  <mihail.ionescu@arm.com>
+
+       * testsuite/gas/aarch64/dgh.s: New test.
+       * testsuite/gas/aarch64/dgh.d: New test.
+
+2019-11-07  Mihail Ionescu  <mihail.ionescu@arm.com>
+
+       * config/tc-arm.c (arm_ext_i8mm): New feature set.
+       (do_vusdot): New.
+       (do_vsudot): New.
+       (do_vsmmla): New.
+       (do_vummla): New.
+       (insns): Add vsmmla, vummla, vusmmla, vusdot, vsudot mnemonics.
+       (armv86a_ext_table): Add i8mm extension.
+       (arm_extensions): Move bf16 extension to context sensitive table.
+       (armv82a_ext_table, armv84a_ext_table, armv85a_ext_table):
+       Move bf16 extension to context sensitive table.
+       (armv86a_ext_table): Add i8mm extension.
+       * doc/c-arm.texi: Document i8mm extension.
+       * testsuite/gas/arm/i8mm.s: New test.
+       * testsuite/gas/arm/i8mm.d: New test.
+       * testsuite/gas/arm/bfloat17-cmdline-bad-3.d: Update test.
+
+2019-11-07  Mihail Ionescu  <mihail.ionescu@arm.com>
+
+       * config/tc-aarch64.c: Add new arch fetures to suppport the mm extension.
+       (parse_operands): Add new operand.
+       * testsuite/gas/aarch64/i8mm.s: New test.
+       * testsuite/gas/aarch64/i8mm.d: New test.
+       * testsuite/gas/aarch64/f32mm.s: New test.
+       * testsuite/gas/aarch64/f32mm.d: New test.
+       * testsuite/gas/aarch64/f64mm.s: New test.
+       * testsuite/gas/aarch64/f64mm.d: New test.
+       * testsuite/gas/aarch64/sve-movprfx-mm.s: New test.
+       * testsuite/gas/aarch64/sve-movprfx-mm.d: New test.
+
+2019-11-07  Mihail Ionescu  <mihail.ionescu@arm.com>
+2019-11-07  Barnaby Wilks  <barnaby.wilks@arm.com>
+
+       * config/tc-aarch64.c (md_atof): Add encoding for the bfloat16 format.
+       * testsuite/gas/aarch64/bfloat16-directive-le.d: New test.
+       * testsuite/gas/aarch64/bfloat16-directive-be.d: New test.
+       * testsuite/gas/aarch64/bfloat16-directive.s: New test.
+
+2019-11-07  Mihail Ionescu  <mihail.ionescu@arm.com>
+2019-11-07  Barnaby Wilks  <barnaby.wilks@arm.com>
+
+       * config/tc-arm.c (md_atof): Add encoding for bfloat16
+       * testsuite/gas/arm/bfloat16-directive-le.d: New test.
+       * testsuite/gas/arm/bfloat16-directive-be.d: New test.
+       * testsuite/gas/arm/bfloat16-directive.s: New test.
+
 2019-11-07  Mihail Ionescu  <mihail.ionescu@arm.com>
 2019-11-07  Barnaby Wilks  <barnaby.wilks@arm.com>
 
This page took 0.034131 seconds and 4 git commands to generate.