[binutils][arm] BFloat16 enablement [4/X]
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 185469fbfaa686996e79ac466f8e8629c448f7bc..57ee5cd1795316c1beda2c03e166b966feeb4649 100644 (file)
@@ -1,3 +1,101 @@
+2019-11-07  Mihail Ionescu  <mihail.ionescu@arm.com>
+2019-11-07  Matthew Malcomson  <matthew.malcomson@arm.com>
+
+       * config/tc-arm.c (arm_archs): Add armv8.6-a option.
+       (cpu_arch_ver): Add TAG_CPU_ARCH_V8 tag for Armv8.6-a.
+       * doc/c-arm.texi (-march): New armv8.6-a arch.
+       * config/tc-arm.c (arm_ext_bf16): New feature set.
+       (enum neon_el_type): Add NT_bfloat value.
+       (B_MNEM_vfmat, B_MNEM_vfmab): New bfloat16 encoder
+       helpers.
+       (BAD_BF16): New message.
+       (parse_neon_type): Add bf16 type specifier.
+       (enum neon_type_mask): Add N_BF16 type.
+       (type_chk_of_el_type): Account for NT_bfloat.
+       (el_type_of_type_chk): Account for N_BF16.
+       (neon_three_args): Split out from neon_three_same.
+       (neon_three_same): Part split out into neon_three_args.
+       (CVT_FLAVOUR_VAR): Add bf16_f32 cvt flavour.
+       (do_neon_cvt_1): Account for vcvt.bf16.f32.
+       (do_bfloat_vmla): New.
+       (do_mve_vfma): New function to deal with the mnemonic clash between the BF16
+       vfmat and the MVE vfma in a VPT block with a 't'rue condition.
+       (do_neon_cvttb_1): Account for vcvt{t,b}.bf16.f32.
+       (do_vdot): New
+       (do_vmmla): New
+       (insns): Add vdot and vmmla mnemonics.
+       (arm_extensions): Add "bf16" extension.
+       * doc/c-arm.texi: Document "bf16" extension.
+       * testsuite/gas/arm/attr-march-armv8_6-a.d: New test.
+       * testsuite/gas/arm/bfloat16-bad.d: New test.
+       * testsuite/gas/arm/bfloat16-bad.l: New test.
+       * testsuite/gas/arm/bfloat16-bad.s: New test.
+       * testsuite/gas/arm/bfloat16-cmdline-bad-2.d: New test.
+       * testsuite/gas/arm/bfloat16-cmdline-bad-3.d: New test.
+       * testsuite/gas/arm/bfloat16-cmdline-bad.d: New test.
+       * testsuite/gas/arm/bfloat16-neon.s: New test.
+       * testsuite/gas/arm/bfloat16-non-neon.s: New test.
+       * testsuite/gas/arm/bfloat16-thumb-bad.d: New test.
+       * testsuite/gas/arm/bfloat16-thumb-bad.l: New test.
+       * testsuite/gas/arm/bfloat16-thumb.d: New test.
+       * testsuite/gas/arm/bfloat16-vfp.d: New test.
+       * testsuite/gas/arm/bfloat16.d: New test.
+       * testsuite/gas/arm/bfloat16.s: New test.
+
+2019-11-07  Mihail Ionescu  <mihail.ionescu@arm.com>
+2019-11-07  Matthew Malcomson  <matthew.malcomson@arm.com>
+
+       * config/tc-aarch64.c (vectype_to_qualifier): Special case the
+       S_2H operand qualifier.
+       * doc/c-aarch64.texi: Document bf16 extension.
+       * testsuite/gas/aarch64/bfloat16.d: New test.
+       * testsuite/gas/aarch64/bfloat16.s: New test.
+       * testsuite/gas/aarch64/illegal-bfloat16.d: New test.
+       * testsuite/gas/aarch64/illegal-bfloat16.l: New test.
+       * testsuite/gas/aarch64/illegal-bfloat16.s: New test.
+       * testsuite/gas/aarch64/sve-bfloat-movprfx.s: New test.
+       * testsuite/gas/aarch64/sve-bfloat-movprfx.d: New test.
+
+2019-11-07  Mihail Ionescu  <mihail.ionescu@arm.com>
+2019-11-07  Matthew Malcomson  <matthew.malcomson@arm.com>
+
+       * config/tc-aarch64.c (armv8.6-a): New arch.
+       * doc/c-aarch64.texi (armv8.6-a): Document new arch.
+
+2019-11-07  Jan Beulich  <jbeulich@suse.com>
+
+       * config/tc-i386.c (cpu_arch): Add .rdpru and .mcommit entries.
+       * doc/c-i386.texi: Mention rdpru and mcommit.
+       * testsuite/gas/i386/arch-13.s,
+       testsuite/gas/i386/x86-64-arch-3.s: Add mcommit and rdpru cases.
+       * testsuite/gas/i386/arch-13.d,
+       testsuite/gas/i386/x86-64-arch-3.d: Extend -march=. Adjust
+       expectations.
+       * testsuite/gas/i386/arch-13-znver1.d: Extend -march=. Redirect
+       expectations to arch-13.d.
+       * testsuite/gas/i386/arch-13-znver2.d: Redirect expectations to
+       arch-13.d.
+       testsuite/gas/i386/x86-64-arch-3-znver1.d: Extend -march=.
+
+2019-11-07  Jan Beulich  <jbeulich@suse.com>
+
+       * testsuite/gas/i386/x86-64-arch-3.s: Add monitorx/mwaitx cases
+       with canonical operand sizes.
+       * testsuite/gas/i386/x86-64-sse3.s: Add monitor/mwait cases with
+       canonical operand sizes.
+       * testsuite/gas/i386/x86-64-arch-3-znver1.d,
+       testsuite/gas/i386/x86-64-arch-3-znver2.d: Redirect expectations
+       to x86-64-arch-3.d.
+       * testsuite/gas/i386/ilp32/x86-64-sse-noavx.d: Redirect
+       expectations to parent dir's x86-64-sse-noavx.d.
+       * testsuite/gas/i386/ilp32/x86-64-sse3.d: Redirect expectations
+       to to parent dir's x86-64-sse3.d.
+       * testsuite/gas/i386/x86-64-arch-3.d,
+       testsuite/gas/i386/x86-64-mwaitx-bdver4.d,
+       testsuite/gas/i386/x86-64-sse-noavx.d,
+       testsuite/gas/i386/x86-64-sse3.d,
+       testsuite/gas/i386/x86-64-suffix.d: Adjust expectations.
+
 2019-11-04  Jan Beulich  <jbeulich@suse.com>
 
        * config/tc-i386.c (process_operands): Handle ShortForm insns
This page took 0.025414 seconds and 4 git commands to generate.