binutils-gdb/gas/doc
Jiong Wang dec41383ff Adds command line support for Armv8.4-A, via the new command line option -march=armv8.4-a. Add support for "+dotprod" ARM feature (required for ARMv8.4-A). Add assembler and disassembler support for new FP16 instructions introduced in Armv8.4-A
gas	* config/tc-arm.c (arm_extensions):
	(arm_archs): New entry for "armv8.4-a".
	Add FPU_ARCH_DOTPROD_NEON_VFP_ARMV8.
	(arm_ext_v8_2): New variable.
	(enum arm_reg_type): New enumeration REG_TYPE_NSD.
	(reg_expected_msgs): New entry for REG_TYPE_NSD.
	(parse_typed_reg_or_scalar): Handle REG_TYPE_NSD.
	(parse_scalar): Support REG_TYPE_VFS.
	(enum operand_parse_code): New enumerations OP_RNSD and OP_RNSD_RNSC.
	(parse_operands): Handle OP_RNSD and OP_RNSD_RNSC.
	(NEON_SHAPE_DEF): New entries for DHH and DHS.
	(neon_scalar_for_fmac_fp16_long): New function to generate Rm encoding
	for new FP16 instructions in ARMv8.2-A.
	(do_neon_fmac_maybe_scalar_long): New function to encode new FP16
	instructions in ARMv8.2-A.
	(do_neon_vfmal): Wrapper function for vfmal.
	(do_neon_vfmsl): Wrapper function for vfmsl.
	(insns): New entries for vfmal and vfmsl.
	* doc/c-arm.texi (-march): Document "armv8.4-a".
	* testsuite/gas/arm/dotprod-mandatory.d: New test.
	* testsuite/gas/arm/armv8_2-a-fp16.s: New test source.
	* testsuite/gas/arm/armv8_2-a-fp16-illegal.s: New test source.
	* testsuite/gas/arm/armv8_2-a-fp16.d: New test.
	* testsuite/gas/arm/armv8_3-a-fp16.d: New test.
	* testsuite/gas/arm/armv8_4-a-fp16.d: New test.
	* testsuite/gas/arm/armv8_2-a-fp16-thumb2.d: New test.
	* testsuite/gas/arm/armv8_2-a-fp16-illegal.d: New test.
	* testsuite/gas/arm/armv8_2-a-fp16-illegal.l: New error file.

opcodes	* arm-dis.c (coprocessor_opcodes): New entries for ARMv8.2-A new
	FP16 instructions, including vfmal.f16 and vfmsl.f16.

include	* opcode/arm.h (ARM_AEXT2_V8_4A): Include Dot Product feature.
	(ARM_EXT2_V8_4A): New macro.
	(ARM_AEXT2_V8_4A): Likewise.
	(ARM_ARCH_V8_4A): Likewise.
2017-11-08 13:15:12 +00:00
..
Makefile.am Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
Makefile.in Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
all.texi Add support for the WebAssembly file format and the wasm32 ELF conversion to gas and the binutils. 2017-03-30 10:57:21 +01:00
as.texinfo Improve handling of REPT pseudo op with a negative count. 2017-10-20 11:45:19 +01:00
c-aarch64.texi Add option for Qualcomm Saphira part 2017-11-03 19:33:04 +05:30
c-alpha.texi Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
c-arc.texi [ARC] Object attributes. 2017-05-10 14:42:22 +02:00
c-arm.texi Adds command line support for Armv8.4-A, via the new command line option -march=armv8.4-a. Add support for "+dotprod" ARM feature (required for ARMv8.4-A). Add assembler and disassembler support for new FP16 instructions introduced in Armv8.4-A 2017-11-08 13:15:12 +00:00
c-avr.texi Update assembler documentation on some AVR cores. 2017-07-17 10:23:28 +01:00
c-bfin.texi Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
c-cr16.texi Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
c-cris.texi Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
c-d10v.texi Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
c-d30v.texi Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
c-epiphany.texi Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
c-h8300.texi Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
c-hppa.texi Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
c-i370.texi Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
c-i386.texi Enable Intel AVX512_BITALG instructions. 2017-10-23 15:58:18 +03:00
c-i860.texi Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
c-i960.texi Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
c-ia64.texi Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
c-ip2k.texi Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
c-lm32.texi Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
c-m32c.texi Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
c-m32r.texi Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
c-m68hc11.texi Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
c-m68k.texi Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
c-metag.texi Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
c-microblaze.texi Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
c-mips.texi MIPS: Add Imagination interAptiv MR2 MIPS32r3 processor support 2017-06-28 02:07:36 +01:00
c-mmix.texi Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
c-msp430.texi Improve MSP430 section placement. 2017-08-29 17:18:43 +01:00
c-mt.texi Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
c-nds32.texi Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
c-nios2.texi Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
c-ns32k.texi Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
c-pdp11.texi Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
c-pj.texi Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
c-ppc.texi [PowerPC VLE] Add SPE2 and EFS2 instructions support 2017-08-24 17:30:31 +09:30
c-pru.texi Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
c-riscv.texi Sanitize RISC-V GAS help text, documentation 2017-03-22 15:46:52 -07:00
c-rl78.texi Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
c-rx.texi Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
c-s390.texi S/390: Support z14 as CPU name. 2017-07-21 10:54:06 +02:00
c-score.texi Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
c-sh.texi Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
c-sh64.texi Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
c-sparc.texi binutils: support for the SPARC M8 processor 2017-05-19 09:27:08 -07:00
c-tic6x.texi Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
c-tic54x.texi Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
c-tilegx.texi Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
c-tilepro.texi Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
c-v850.texi Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
c-vax.texi Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
c-visium.texi Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
c-wasm32.texi Add support for the WebAssembly file format and the wasm32 ELF conversion to gas and the binutils. 2017-03-30 10:57:21 +01:00
c-xc16x.texi Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
c-xgate.texi Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
c-xstormy16.texi Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
c-xtensa.texi Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
c-z8k.texi Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
c-z80.texi Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
fdl.texi
h8.texi Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
internals.texi Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30