binutils-gdb/opcodes
Matthew Wahab bb515fea4a [AArch64][PATCH 8/14] Support FP16 Adv.SIMD Across Lanes instructions.
ARMv8.2 adds 16-bit floating point operations as an optional extension
to the floating point and Adv.SIMD support. This patch adds FP16
instructions to the group Adv.SIMD Across Lanes, making them available
when +simd+fp16 is enabled.

The instructions added are: FMAXNMV, FMAXV, FMINNMV and FMINV.

The general form for these instructions is
   <OP> <Hd>, <V>.<T>
   where T is 4h or 8h.

The new instructions valid make uses of the 8H and 4H that were
previously illegal. The patch adjusts a test for illegal uses of vector
types to take this into account.

gas/testsuite/
2015-12-14  Matthew Wahab  <matthew.wahab@arm.com>

	* gas/aarch64/advsimd-fp16.d: Update expected output.
	* gas/aarch64/advsimd-fp16.s: Add tests for Adv.SIMD across lanes
	instructions.
	* gas/aarch64/illegal.d: Update expected output.
	* gas/aarch64/illegal.s: Replace test for illegal use of 'h'
	specifier.

opcodes/
2015-12-14  Matthew Wahab  <matthew.wahab@arm.com>

	* aarch64-asm-2.c: Regenerate.
	* aarch64-dis-2.c: Regenerate.
	* aarch64-opc-2.c: Regenerate.
	* aarch64-tbl.h (QL_XLANES_FP_H): New.
	(aarch64_opcode_table): Add fp16 versions of fmaxnmv, fmaxv,
	fminnmv, fminv to the Adv.SIMD across lanes group.

Change-Id: Ib9a47e867f55e0272c2446eb7e16837503d2f94c
2015-12-14 17:18:50 +00:00
..
po Update translations. 2015-11-20 12:35:43 +00:00
.gitignore
aarch64-asm-2.c [AArch64][PATCH 8/14] Support FP16 Adv.SIMD Across Lanes instructions. 2015-12-14 17:18:50 +00:00
aarch64-asm.c [AArch64][Patch 4/5] Support HINT aliases taking operands. 2015-12-11 10:12:34 +00:00
aarch64-asm.h [AArch64][Patch 4/5] Support HINT aliases taking operands. 2015-12-11 10:12:34 +00:00
aarch64-dis-2.c [AArch64][PATCH 8/14] Support FP16 Adv.SIMD Across Lanes instructions. 2015-12-14 17:18:50 +00:00
aarch64-dis.c [AArch64][Patch 4/5] Support HINT aliases taking operands. 2015-12-11 10:12:34 +00:00
aarch64-dis.h [AArch64][Patch 4/5] Support HINT aliases taking operands. 2015-12-11 10:12:34 +00:00
aarch64-gen.c [AArch64][Patch 3/5] Adjust maximum number of instruction aliases. 2015-12-11 10:12:08 +00:00
aarch64-opc-2.c [AArch64][PATCH 8/14] Support FP16 Adv.SIMD Across Lanes instructions. 2015-12-14 17:18:50 +00:00
aarch64-opc.c [AArch64] Fix errors rebasing the ARMv8.2 AT and system registers patch 2015-12-14 16:28:46 +00:00
aarch64-opc.h
aarch64-tbl.h [AArch64][PATCH 8/14] Support FP16 Adv.SIMD Across Lanes instructions. 2015-12-14 17:18:50 +00:00
aclocal.m4
alpha-dis.c
alpha-opc.c
arc-dis.c Fix failures in the GAS testsuite for the ARC architecture. 2015-12-04 10:49:57 +00:00
arc-dis.h New ARC implementation. 2015-10-07 14:20:19 +01:00
arc-ext.c New ARC implementation. 2015-10-07 14:20:19 +01:00
arc-ext.h New ARC implementation. 2015-10-07 14:20:19 +01:00
arc-fxi.h New ARC implementation. 2015-10-07 14:20:19 +01:00
arc-opc.c Fix failures in the GAS testsuite for the ARC architecture. 2015-12-04 10:49:57 +00:00
arc-regs.h New ARC implementation. 2015-10-07 14:20:19 +01:00
arc-tbl.h Fix failures in the GAS testsuite for the ARC architecture. 2015-12-04 10:49:57 +00:00
arm-dis.c Fix ldah being disassembled as ldaexh 2015-12-02 09:26:58 +08:00
avr-dis.c
bfin-dis.c Fix compile time warnings generated when compiling with clang. 2015-09-23 18:05:16 +01:00
cgen-asm.c Fix compile time warnings generated when compiling with clang. 2015-09-23 18:05:16 +01:00
cgen-asm.in
cgen-bitset.c
cgen-dis.c
cgen-dis.in
cgen-ibld.in
cgen-opc.c
cgen.sh Trailing space in opcodes/ generated files 2015-08-17 12:07:12 +09:30
ChangeLog [AArch64][PATCH 8/14] Support FP16 Adv.SIMD Across Lanes instructions. 2015-12-14 17:18:50 +00:00
ChangeLog-0001
ChangeLog-0203
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007
ChangeLog-2008
ChangeLog-2009
ChangeLog-2010
ChangeLog-2011
ChangeLog-2012
ChangeLog-2013
ChangeLog-2014
ChangeLog-9297
ChangeLog-9899
config.in
configure Bump version to 2.26.51 2015-11-14 16:24:39 -08:00
configure.ac
configure.com
cr16-dis.c
cr16-opc.c
cris-dis.c
cris-opc.c
crx-dis.c
crx-opc.c
d10v-dis.c
d10v-opc.c
d30v-dis.c
d30v-opc.c
dep-in.sed
dis-buf.c
dis-init.c
disassemble.c
dlx-dis.c
epiphany-asm.c
epiphany-desc.c
epiphany-desc.h
epiphany-dis.c
epiphany-ibld.c
epiphany-opc.c
epiphany-opc.h
fr30-asm.c
fr30-desc.c
fr30-desc.h
fr30-dis.c
fr30-ibld.c Fix compile time warnings generated when compiling with clang. 2015-09-23 18:05:16 +01:00
fr30-opc.c
fr30-opc.h
frv-asm.c
frv-desc.c
frv-desc.h
frv-dis.c
frv-ibld.c
frv-opc.c
frv-opc.h
ft32-dis.c The FT32's disassembly of 10-bit literals has the incorrect mask. 2015-09-25 12:33:30 -07:00
ft32-opc.c
h8300-dis.c Remove a if-clause that is redundant because the same test has been performed earlier on. 2015-11-20 14:16:30 +00:00
h8500-dis.c
h8500-opc.h
hppa-dis.c Fix compile time warnings generated when compiling with clang. 2015-09-23 18:05:16 +01:00
i370-dis.c
i370-opc.c
i386-dis-evex.h
i386-dis.c Implement Intel OSPKE instructions 2015-12-09 08:01:57 -08:00
i386-gen.c Implement Intel OSPKE instructions 2015-12-09 08:01:57 -08:00
i386-init.h Implement Intel OSPKE instructions 2015-12-09 08:01:57 -08:00
i386-opc.c
i386-opc.h Implement Intel OSPKE instructions 2015-12-09 08:01:57 -08:00
i386-opc.tbl Implement Intel OSPKE instructions 2015-12-09 08:01:57 -08:00
i386-reg.tbl
i386-tbl.h Implement Intel OSPKE instructions 2015-12-09 08:01:57 -08:00
i860-dis.c
i960-dis.c
ia64-asmtab.c Trailing space in opcodes/ generated files 2015-08-17 12:07:12 +09:30
ia64-asmtab.h
ia64-dis.c
ia64-gen.c Trailing space in opcodes/ generated files 2015-08-17 12:07:12 +09:30
ia64-ic.tbl
ia64-opc-a.c
ia64-opc-b.c
ia64-opc-d.c
ia64-opc-f.c
ia64-opc-i.c
ia64-opc-m.c
ia64-opc-x.c
ia64-opc.c
ia64-opc.h
ia64-raw.tbl
ia64-war.tbl
ia64-waw.tbl
ip2k-asm.c
ip2k-desc.c
ip2k-desc.h
ip2k-dis.c
ip2k-ibld.c
ip2k-opc.c
ip2k-opc.h
iq2000-asm.c
iq2000-desc.c
iq2000-desc.h
iq2000-dis.c
iq2000-ibld.c
iq2000-opc.c
iq2000-opc.h
lm32-asm.c
lm32-desc.c
lm32-desc.h
lm32-dis.c
lm32-ibld.c
lm32-opc.c
lm32-opc.h
lm32-opinst.c
m32c-asm.c
m32c-desc.c
m32c-desc.h
m32c-dis.c
m32c-ibld.c
m32c-opc.c
m32c-opc.h
m32r-asm.c
m32r-desc.c
m32r-desc.h
m32r-dis.c
m32r-ibld.c
m32r-opc.c
m32r-opc.h
m32r-opinst.c
m68hc11-dis.c
m68hc11-opc.c
m68k-dis.c
m68k-opc.c
m88k-dis.c
m10200-dis.c
m10200-opc.c
m10300-dis.c
m10300-opc.c
MAINTAINERS
Makefile.am
Makefile.in
makefile.vms
mcore-dis.c
mcore-opc.h
mep-asm.c
mep-desc.c
mep-desc.h
mep-dis.c
mep-ibld.c
mep-opc.c
mep-opc.h
metag-dis.c
microblaze-dis.c
microblaze-dis.h
microblaze-opc.h
microblaze-opcm.h
micromips-opc.c [MIPS] Map 'move' to 'or'. 2015-08-12 17:10:22 +01:00
mips16-opc.c
mips-dis.c Fix compile time warnings generated when compiling with clang. 2015-09-23 18:05:16 +01:00
mips-formats.h
mips-opc.c Move copy_u.w to MSA64 ASE, remove copy_u.d. 2015-11-09 08:49:10 +00:00
mmix-dis.c
mmix-opc.c
moxie-dis.c
moxie-opc.c
msp430-decode.c
msp430-decode.opc
msp430-dis.c Fix compile time warnings generated when compiling with clang. 2015-09-23 18:05:16 +01:00
mt-asm.c
mt-desc.c
mt-desc.h
mt-dis.c
mt-ibld.c
mt-opc.c
mt-opc.h
nds32-asm.c Fix compile time warnings generated when compiling with clang. 2015-09-23 18:05:16 +01:00
nds32-asm.h
nds32-dis.c
nds32-opc.h
nios2-dis.c
nios2-opc.c
ns32k-dis.c
opc2c.c Trailing space in opcodes/ generated files 2015-08-17 12:07:12 +09:30
opintl.h
or1k-asm.c
or1k-desc.c
or1k-desc.h
or1k-dis.c
or1k-ibld.c
or1k-opc.c
or1k-opc.h
or1k-opinst.c
pdp11-dis.c
pdp11-opc.c
pj-dis.c
pj-opc.c
ppc-dis.c Add assembler, disassembler and linker support for power9. 2015-11-11 19:52:52 -06:00
ppc-opc.c Enable 2 operand form of powerpc mfcr with -many 2015-12-12 21:34:34 +10:30
rl78-decode.c rl78: Enable MULU for all ISAs. 2015-12-08 00:16:13 -05:00
rl78-decode.opc rl78: Enable MULU for all ISAs. 2015-12-08 00:16:13 -05:00
rl78-dis.c Display system registers by their names when disassembling RL78 instructions. 2015-10-27 14:49:02 +00:00
rx-decode.c Disassemble RX NOP instructions as such. 2015-11-02 14:37:33 +00:00
rx-decode.opc Disassemble RX NOP instructions as such. 2015-11-02 14:37:33 +00:00
rx-dis.c Fix the disassembly of conditional instructions will illegal condition selections. 2015-11-17 11:37:14 +00:00
s390-dis.c
s390-mkopc.c Add support for extensions in the .machine pseudoop on S/390, e.g. ".machine zEC12+nohtm+vx" 2015-09-29 13:22:07 +01:00
s390-opc.c S/390: Fix instruction type of troo, trot, trto, and trtt. 2015-10-14 10:58:41 +02:00
s390-opc.txt S/390: Fix instruction type of troo, trot, trto, and trtt. 2015-10-14 10:58:41 +02:00
score7-dis.c
score-dis.c
score-opc.h
sh64-dis.c
sh64-opc.c
sh64-opc.h
sh-dis.c
sh-opc.h Fix compile time warnings generated when compiling with clang. 2015-09-23 18:05:16 +01:00
sparc-dis.c Support for the sparc %pmcdper privileged register. 2015-08-25 17:16:34 +02:00
sparc-opc.c
spu-dis.c
spu-opc.c
stamp-h.in
sysdep.h
tic4x-dis.c
tic6x-dis.c
tic30-dis.c Fix compile time warnings generated when compiling with clang. 2015-09-23 18:05:16 +01:00
tic54x-dis.c
tic54x-opc.c
tic80-dis.c
tic80-opc.c
tilegx-dis.c
tilegx-opc.c
tilepro-dis.c
tilepro-opc.c
v850-dis.c Fix compile time warnings generated when compiling with clang. 2015-09-23 18:05:16 +01:00
v850-opc.c
vax-dis.c
visium-dis.c
visium-opc.c
w65-dis.c
w65-opc.h
xc16x-asm.c
xc16x-desc.c
xc16x-desc.h
xc16x-dis.c
xc16x-ibld.c
xc16x-opc.c
xc16x-opc.h
xgate-dis.c
xgate-opc.c
xstormy16-asm.c
xstormy16-desc.c
xstormy16-desc.h
xstormy16-dis.c
xstormy16-ibld.c
xstormy16-opc.c
xstormy16-opc.h
xtensa-dis.c
z8k-dis.c
z8k-opc.h
z8kgen.c
z80-dis.c