]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/config/tc-arm.c
* gas/config/tc-arm.c (NEON_ENC_TAB): Add entries for VSEL.
authorMatthew Gretton-Dann <matthew.gretton-dann@arm.com>
Fri, 24 Aug 2012 08:06:36 +0000 (08:06 +0000)
committerMatthew Gretton-Dann <matthew.gretton-dann@arm.com>
Fri, 24 Aug 2012 08:06:36 +0000 (08:06 +0000)
commit33399f071c6c3cf9877a22eeea94767dacef757b
tree473a67a514ec5915d97ed05de66b3e3218300b5b
parent9eb6c0f132631312886f7084d96448e46a053fb8
* gas/config/tc-arm.c (NEON_ENC_TAB): Add entries for VSEL.
(NEON_ENC_FPV8_): New define.
(do_vfp_nsyn_fpv8): New function.
(do_vsel): Likewise.
(insns): Add VSEL instructions.
* gas/testsuite/gas/arm/armv8-a+fp.d: New testcase.
* gas/testsuite/gas/arm/armv8-a+fp.s: Likewise.
* opcodes/arm-dis.c (coprocessor_opcodes): Add VSEL.
(print_insn_coprocessor): Add new %<>c bitfield format
specifier.
gas/ChangeLog
gas/config/tc-arm.c
gas/testsuite/ChangeLog
gas/testsuite/gas/arm/armv8-a+fp.d [new file with mode: 0644]
gas/testsuite/gas/arm/armv8-a+fp.s [new file with mode: 0644]
opcodes/ChangeLog
opcodes/arm-dis.c