Re: [Patch ARM] Add Cortex A15 neon scheduler

2013-06-27 Thread Ramana Radhakrishnan
On 06/26/13 09:37, Tom de Vries wrote: On 18/10/12 18:48, Ramana Radhakrishnan wrote: +(define_insn_reservation "cortex_a15_vfp_adds_subs" 6 + (and (eq_attr "tune" "cortexa15") + (eq_attr "type" "fadds")) + "ca15_issue1,ca15_cx_vfp") Ramana, I noticed you use here the fadds value for

Re: [Patch ARM] Add Cortex A15 neon scheduler

2013-06-26 Thread Tom de Vries
On 18/10/12 18:48, Ramana Radhakrishnan wrote: > +(define_insn_reservation "cortex_a15_vfp_adds_subs" 6 > + (and (eq_attr "tune" "cortexa15") > + (eq_attr "type" "fadds")) > + "ca15_issue1,ca15_cx_vfp") Ramana, I noticed you use here the fadds value for the type attribute to activate this

[Patch ARM] Add Cortex A15 neon scheduler

2012-10-18 Thread Ramana Radhakrishnan
Hi, This adjusts the existing A15 scheduler description to support Neon. Tested on arm-linux-gnueabi cross. Applied to trunk. regards, Ramana 2012-10-18 Matthew Gretton-Dann Ramana Radhakrishnan Sameera Deshpande * config/arm/cortex-a15-neon.md: New f