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
This commit is contained in:
parent
474b3a7c49
commit
4c3e13dfa2
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue