* config/aarch64/aarch64-simd.md (aarch64_crypto_pmulldi)
authorJulian Brown <julian@codesourcery.com>
Wed, 21 Jun 2017 05:36:03 +0000 (05:36 +0000)
committerNaveen H.S <naveenh@gcc.gnu.org>
Wed, 21 Jun 2017 05:36:03 +0000 (05:36 +0000)
commita2074e9c4fe01e6b9130324c3d40cf2ce7072b2d
tree395cc18915b1af5cbbbc19684ab9b7386aaec652
parent12d0fd3f853447360a61a82a6a8357a0df31c662
* config/aarch64/aarch64-simd.md (aarch64_crypto_pmulldi)
(aarch64_crypto_pmullv2di): Change type attribute to crypto_pmull.
* config/aarch64/thunderx2t99.md (thunderx2t99_pmull): New
reservation.
* config/arm/cortex-a57.md (cortex_a57_neon_type): Add crypto_pmull to
attribute type list for neon_multiply.
* config/arm/crypto.md (crypto_vmullp64): Change type to crypto_pmull.
* config/arm/types.md (crypto_pmull): Add.
* config/arm/xgene1.md (xgene1_neon_pmull): Add crypto_pmull to
attribute type list.

Co-Authored-By: Naveen H.S <Naveen.Hurugalawadi@cavium.com>
From-SVN: r249433
gcc/ChangeLog
gcc/config/aarch64/aarch64-simd.md
gcc/config/aarch64/thunderx2t99.md
gcc/config/arm/cortex-a53.md
gcc/config/arm/cortex-a57.md
gcc/config/arm/crypto.md
gcc/config/arm/exynos-m1.md
gcc/config/arm/types.md
gcc/config/arm/xgene1.md