]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/arm/iterators.md
[ARM/AArch64][1/2] Crypto intrinsics tuning for Cortex-A53 - "type" Attribute restruc...
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>
Fri, 28 Mar 2014 17:22:47 +0000 (17:22 +0000)
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>
Fri, 28 Mar 2014 17:22:47 +0000 (17:22 +0000)
commitb10baa9584d009f3725083c97c7d44f88749abe0
treea40df4bc7a2cace21557e25a5ecd80afc026c7bf
parent97b733ac56ddf5f733d9f815e3b9812e39d060eb
[ARM/AArch64][1/2] Crypto intrinsics tuning for Cortex-A53 - "type" Attribute restructuring

     * config/aarch64/aarch64-simd.md (aarch64_crypto_aes<aes_op>v16qi):
     Use crypto_aese type.
     (aarch64_crypto_aes<aesmc_op>v16qi): Use crypto_aesmc type.
     * config/arm/arm.md (is_neon_type): Replace crypto_aes with
     crypto_aese, crypto_aesmc.  Move to types.md.
     * config/arm/types.md (crypto_aes): Split into crypto_aese,
     crypto_aesmc.
     * config/arm/iterators.md (crypto_type): Likewise.

From-SVN: r208908
gcc/ChangeLog
gcc/config/aarch64/aarch64-simd.md
gcc/config/arm/arm.md
gcc/config/arm/iterators.md
gcc/config/arm/types.md