summaryrefslogtreecommitdiff
path: root/gcc/config/arm/cortex-a15-neon.md
diff options
context:
space:
mode:
authorGreta Yorsh <greta.yorsh@arm.com>2013-01-29 18:34:12 +0000
committerGreta Yorsh <gretay@gcc.gnu.org>2013-01-29 18:34:12 +0000
commit29637783d5b642e5ab85c20f598de3ded0a7a100 (patch)
tree04e5d0a4453b5c383943158b60fda4d604f7874a /gcc/config/arm/cortex-a15-neon.md
parent2ee8a2d5ceea8470777bcc0f068af42ce174ea1f (diff)
downloadgcc-29637783d5b642e5ab85c20f598de3ded0a7a100.tar.gz
arm.md (type): Add ffmas and ffmad to "type" attribute.
2013-01-29 Greta Yorsh <Greta.Yorsh@arm.com> * config/arm/arm.md (type): Add ffmas and ffmad to "type" attribute. * config/arm/vfp.md (fma,fmsub,fnmsub,fnmadd): Change type from fmac to ffma. * config/arm/vfp11.md (vfp_farith): Use ffmas. (vfp_fmul): Use ffmad. * config/arm/cortex-r4f.md (cortex_r4_fmacs): Use ffmas. (cortex_r4_fmacd): Use ffmad. * config/arm/cortex-m4-fpu.md (cortex_m4_fmacs): Use ffmas. * config/arm/cortex-a9.md (cortex_a9_fmacs): Use ffmas. (cortex_a9_fmacd): Use ffmad. * config/arm/cortex-a8-neon.md (cortex_a8_vfp_macs): Use ffmas. (cortex_a8_vfp_macd): Use ffmad. * config/arm/cortex-a5.md (cortex_a5_fpmacs): Use ffmas. (cortex_a5_fpmacd): Use ffmad. * config/arm/cortex-a15-neon.md (cortex_a15_vfp_macs) Use ffmas. (cortex_a15_vfp_macd): Use ffmad. * config/arm/arm1020e.md (v10_fmul): Use ffmas and ffmad. From-SVN: r195551
Diffstat (limited to 'gcc/config/arm/cortex-a15-neon.md')
-rw-r--r--gcc/config/arm/cortex-a15-neon.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/arm/cortex-a15-neon.md b/gcc/config/arm/cortex-a15-neon.md
index 34b48a6c3f5..bfa2f5e8818 100644
--- a/gcc/config/arm/cortex-a15-neon.md
+++ b/gcc/config/arm/cortex-a15-neon.md
@@ -505,12 +505,12 @@
(define_insn_reservation "cortex_a15_vfp_macs" 6
(and (eq_attr "tune" "cortexa15")
- (eq_attr "type" "fmacs"))
+ (eq_attr "type" "fmacs,ffmas"))
"ca15_issue1,ca15_cx_vfp")
(define_insn_reservation "cortex_a15_vfp_macd" 11
(and (eq_attr "tune" "cortexa15")
- (eq_attr "type" "fmacd"))
+ (eq_attr "type" "fmacd,ffmad"))
"ca15_issue2,ca15_cx_vfp*2")
(define_insn_reservation "cortex_a15_vfp_cvt" 6