r249433 - in /trunk/gcc: ChangeLog config/aarch...

naveenh@gcc.gnu.org naveenh@gcc.gnu.org
Wed Jun 21 05:36:00 GMT 2017


Author: naveenh
Date: Wed Jun 21 05:36:03 2017
New Revision: 249433

URL: https://gcc.gnu.org/viewcvs?rev=249433&root=gcc&view=rev
Log:
	* 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.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/aarch64/aarch64-simd.md
    trunk/gcc/config/aarch64/thunderx2t99.md
    trunk/gcc/config/arm/cortex-a53.md
    trunk/gcc/config/arm/cortex-a57.md
    trunk/gcc/config/arm/crypto.md
    trunk/gcc/config/arm/exynos-m1.md
    trunk/gcc/config/arm/types.md
    trunk/gcc/config/arm/xgene1.md



More information about the Gcc-cvs mailing list