Re: [PATCH/AARCH64] Add missing definition of crypto instruction on cortex-a57.md

2015-03-12 Thread Sebastian Pop
James Greenhalgh wrote: > On Wed, Mar 11, 2015 at 04:24:07PM +, Ramana Radhakrishnan wrote: > > > > > > > > Attached patch as text. > > > > > > 2015-03-11 Junmo Park > > > > > > * config/arm/cortex-a57.md (cortex_a57_crypto_simple): Add > > > crypto_sha256_fast. > > >

Re: [PATCH/AARCH64] Add missing definition of crypto instruction on cortex-a57.md

2015-03-12 Thread Ramana Radhakrishnan
Attached patch as text. 2015-03-11 Junmo Park * config/arm/cortex-a57.md (cortex_a57_crypto_simple): Add crypto_sha256_fast. (cortex_a57_crypto_complex): Add crypto_sha256_slow. Ok to commit to trunk? OK, Thanks Sebastian. regards Ramana Thanks, Sebastia

Re: [PATCH/AARCH64] Add missing definition of crypto instruction on cortex-a57.md

2015-03-12 Thread Ramana Radhakrishnan
On 11/03/2015 02:11, 박준모 wrote: > Hi all, > > This patch only affect sha2 crypto instruction's order when gcc > performs instruction scheduling(rtl-sched1,2). > > There are no definition for crypto_sha256_fast, crypto_sha256_slow on > "cortex-a57.md". > > This makes poor result of instructio

Re: [PATCH/AARCH64] Add missing definition of crypto instruction on cortex-a57.md

2015-03-11 Thread James Greenhalgh
On Wed, Mar 11, 2015 at 04:24:07PM +, Ramana Radhakrishnan wrote: > > > > > Attached patch as text. > > > > 2015-03-11 Junmo Park > > > > * config/arm/cortex-a57.md (cortex_a57_crypto_simple): Add > > crypto_sha256_fast. > > (cortex_a57_crypto_complex): Add crypto