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
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
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