binutils-gdb/gas/doc
Barnaby Wilks b20d385926 Implement a float16 directive for assembling 16 bit IEEE 754 floating point numbers for the AArch64 assembler.
The syntax of the directive is:

     .float16 <0-n decimal numbers>
e.g.
     .float16 0.5
     .float16 10.2, NaN, 452.09

The floats will always be encoded using the binary16 format as described in the
IEEE 754-2008 standard. There is no need to support Arm's alternative half-precision
format since AArch64 only supports the IEEE format.

gas	* config/tc-aarch64.c: Add float16 directive and add "Hh" to
	acceptable float characters.
	* doc/c-aarch64.texi: Documentation for float16 directive.
	* testsuite/gas/aarch64/float16-be.d: New test.
	* testsuite/gas/aarch64/float16-le.d: New test.
	* testsuite/gas/aarch64/float16.s: New test.
	* NEWS: Add NEWS entry.
2019-08-22 11:13:23 +01:00
..
all.texi gas: add support for eBPF 2019-05-23 19:34:04 +02:00
as.texi gas/ELF: don't accumulate .type settings 2019-07-04 10:35:47 +02:00
c-aarch64.texi Implement a float16 directive for assembling 16 bit IEEE 754 floating point numbers for the AArch64 assembler. 2019-08-22 11:13:23 +01:00
c-alpha.texi
c-arc.texi
c-arm.texi Add generic and ARM specific support for half-precision IEEE 754 floating point numbers to the assembler. 2019-08-12 11:08:36 +01:00
c-avr.texi
c-bfin.texi GAS (documentation): Remove trademark acknowledgements. 2019-05-17 15:18:08 +02:00
c-bpf.texi gas: support .half, .word and .dword directives in eBPF 2019-07-17 22:57:23 +02:00
c-cr16.texi
c-cris.texi
c-csky.texi
c-d10v.texi
c-d30v.texi
c-epiphany.texi
c-h8300.texi
c-hppa.texi
c-i386.texi Document the .value directive supported by the x86 and x86_64 assemblers. 2019-07-01 12:39:09 +01:00
c-ia64.texi
c-ip2k.texi
c-lm32.texi
c-m32c.texi
c-m32r.texi
c-m68hc11.texi
c-m68k.texi
c-metag.texi
c-microblaze.texi
c-mips.texi
c-mmix.texi
c-msp430.texi
c-mt.texi
c-nds32.texi
c-nios2.texi
c-ns32k.texi
c-or1k.texi
c-pdp11.texi
c-pj.texi
c-ppc.texi
c-pru.texi
c-riscv.texi Kito's 5-part patch set to improve .insn support. 2019-07-05 15:19:11 +08:00
c-rl78.texi
c-rx.texi
c-s12z.texi S12Z: GAS: New option --mdollar-hex. 2019-05-22 08:13:36 +02:00
c-s390.texi
c-score.texi
c-sh.texi
c-sparc.texi
c-tic6x.texi
c-tic54x.texi
c-tilegx.texi
c-tilepro.texi
c-v850.texi
c-vax.texi
c-visium.texi
c-wasm32.texi
c-xc16x.texi
c-xgate.texi
c-xstormy16.texi
c-xtensa.texi
c-z8k.texi
c-z80.texi
fdl.texi
h8.texi
internals.texi
Makefile.am gas: add support for eBPF 2019-05-23 19:34:04 +02:00
Makefile.in Regenerate with approved autotools version 2019-06-14 10:30:35 +09:30