]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/config/tc-arm.c
* gas/config/tc-arm.c (NEON_ENC_TAB): Add aes entry.
authorMatthew Gretton-Dann <matthew.gretton-dann@arm.com>
Fri, 24 Aug 2012 08:12:45 +0000 (08:12 +0000)
committerMatthew Gretton-Dann <matthew.gretton-dann@arm.com>
Fri, 24 Aug 2012 08:12:45 +0000 (08:12 +0000)
commit91ff78946d8fd0c1eb13a65225b72eea3f8b8c17
treef3b732407b979b7d519b721166931503170b436a
parentc70a898785be75ec28614634bcea0f9220032dfb
* gas/config/tc-arm.c (NEON_ENC_TAB): Add aes entry.
(neon_type_mask): Add N_UNT.
(neon_check_type): Don't always decay typed to untyped sizes.
(do_crypto_2op_1): New function.
(do_aese): Likewise.
(do_aesd): Likewise.
(do_aesmc.8): Likewise.
(do_aesimc.8): Likewise.
(insns): Add AES instructions.
* gas/testsuite/gas/arm/armv8-a+crypto.d: New testcase.
* gas/testsuite/gas/arm/armv8-a+crypto.s: Likewise.
* opcodes/arm-dis.c (neon_opcodes): Add support for AES instructions.
gas/ChangeLog
gas/config/tc-arm.c
gas/testsuite/ChangeLog
gas/testsuite/gas/arm/armv8-a+crypto.d [new file with mode: 0644]
gas/testsuite/gas/arm/armv8-a+crypto.s [new file with mode: 0644]
opcodes/ChangeLog
opcodes/arm-dis.c