Commit 69e3f332 by Uros Bizjak

atom.md (atom_sse_4): Merge atom_sse_attr attibutes.

	* config/i386/atom.md (atom_sse_4): Merge atom_sse_attr attibutes.
	(atom_sse_5): Ditto.

From-SVN: r192224
parent b790dea2
2012-10-08 Uros Bizjak <ubizjak@gmail.com>
* config/i386/atom.md (atom_sse_4): Merge atom_sse_attr attibutes.
(atom_sse_5): Ditto.
2012-10-08 Marc Glisse <marc.glisse@inria.fr> 2012-10-08 Marc Glisse <marc.glisse@inria.fr>
PR target/54400 PR target/54400
...@@ -149,7 +154,8 @@ ...@@ -149,7 +154,8 @@
PR target/54685 PR target/54685
* config/sh/sh.md (one_cmplsi2): Make insn_and_split. Add manual * config/sh/sh.md (one_cmplsi2): Make insn_and_split. Add manual
combine matching for an insn sequence where a ge:SI pattern can be used. combine matching for an insn sequence where a ge:SI pattern
can be used.
2012-10-08 Dodji Seketeli <dodji@redhat.com> 2012-10-08 Dodji Seketeli <dodji@redhat.com>
......
...@@ -544,16 +544,14 @@ ...@@ -544,16 +544,14 @@
(define_insn_reservation "atom_sse_4" 1 (define_insn_reservation "atom_sse_4" 1
(and (eq_attr "cpu" "atom") (and (eq_attr "cpu" "atom")
(and (eq_attr "type" "sse") (and (eq_attr "type" "sse")
(ior (eq_attr "atom_sse_attr" "fence") (eq_attr "atom_sse_attr" "fence,prefetch")))
(eq_attr "atom_sse_attr" "prefetch"))))
"atom-simple-0") "atom-simple-0")
;; rcpps, rsqrtss, sqrt, ldmxcsr ;; rcpps, rsqrtss, sqrt, ldmxcsr
(define_insn_reservation "atom_sse_5" 7 (define_insn_reservation "atom_sse_5" 7
(and (eq_attr "cpu" "atom") (and (eq_attr "cpu" "atom")
(and (eq_attr "type" "sse") (and (eq_attr "type" "sse")
(ior (ior (eq_attr "atom_sse_attr" "sqrt") (ior (eq_attr "atom_sse_attr" "sqrt,mxcsr")
(eq_attr "atom_sse_attr" "mxcsr"))
(and (eq_attr "atom_sse_attr" "rcp") (and (eq_attr "atom_sse_attr" "rcp")
(eq_attr "mode" "V4SF"))))) (eq_attr "mode" "V4SF")))))
"atom-complex, atom-all-eu*6") "atom-complex, atom-all-eu*6")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment