Commit 4c3e13df by Junmo Park Committed by Sebastian Pop

Add missing definition crypto_sha256_fast, crypto_sha256_slow

2015-03-11  Junmo Park  <junmoz.park@samsung.com>

	* config/arm/cortex-a57.md (cortex_a57_crypto_simple): Add crypto_sha256_fast.
	(cortex_a57_crypto_complex): Add crypto_sha256_slow.

From-SVN: r221349
parent 474b3a7c
2015-03-11 Junmo Park <junmoz.park@samsung.com>
* config/arm/cortex-a57.md (cortex_a57_crypto_simple): Add crypto_sha256_fast.
(cortex_a57_crypto_complex): Add crypto_sha256_slow.
2015-03-11 Richard Biener <rguenther@suse.de>
PR tree-optimization/65310
......
......@@ -747,12 +747,12 @@
(define_insn_reservation "cortex_a57_crypto_simple" 4
(and (eq_attr "tune" "cortexa57")
(eq_attr "type" "crypto_aese,crypto_aesmc,crypto_sha1_fast"))
(eq_attr "type" "crypto_aese,crypto_aesmc,crypto_sha1_fast,crypto_sha256_fast"))
"ca57_cx2")
(define_insn_reservation "cortex_a57_crypto_complex" 7
(and (eq_attr "tune" "cortexa57")
(eq_attr "type" "crypto_sha1_slow"))
(eq_attr "type" "crypto_sha1_slow,crypto_sha256_slow"))
"ca57_cx2+(ca57_cx2_issue,ca57_cx2)")
(define_insn_reservation "cortex_a57_crypto_xor" 7
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment