cortex-a7.md (cortex_a7_neon, [...]): Remove.

2013-01-29  Greta Yorsh  <Greta.Yorsh@arm.com>

        * config/arm/cortex-a7.md (cortex_a7_neon, cortex_a7_all): Remove.
        (cortex_a7_idiv): Use cortex_a7_both instead of cortex_a7_all.

From-SVN: r195555
This commit is contained in:
Greta Yorsh 2013-01-29 18:43:26 +00:00 committed by Greta Yorsh
parent 753bcf7bdf
commit 7af79f92ad
2 changed files with 6 additions and 10 deletions

View file

@ -1,3 +1,8 @@
2013-01-29 Greta Yorsh <Greta.Yorsh@arm.com>
* config/arm/cortex-a7.md (cortex_a7_neon, cortex_a7_all): Remove.
(cortex_a7_idiv): Use cortex_a7_both instead of cortex_a7_all.
2013-01-29 Greta Yorsh <Greta.Yorsh@arm.com>
* config/arm/arm.c (cortexa7_younger): Return true for TYPE_CALL.

View file

@ -57,15 +57,6 @@
(define_cpu_unit "cortex_a7_fp_div_sqrt" "cortex_a7")
;; Neon pipeline
(define_cpu_unit "cortex_a7_neon" "cortex_a7")
(define_reservation "cortex_a7_all" "cortex_a7_both+\
cortex_a7_fpmul_pipe+\
cortex_a7_fpadd_pipe+\
cortex_a7_fp_div_sqrt+\
cortex_a7_neon")
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Branches.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@ -150,7 +141,7 @@
(define_insn_reservation "cortex_a7_idiv" 5
(and (eq_attr "tune" "cortexa7")
(eq_attr "insn" "udiv,sdiv"))
"cortex_a7_all*5")
"cortex_a7_both*5")
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Load/store instructions.