Commit 656ef6bb by Uros Bizjak Committed by Uros Bizjak

i386.md (x86_shrd): Add athlon_decode and amdfam10_decode attributes.

	* config/i386/i386.md (x86_shrd): Add athlon_decode and
	amdfam10_decode attributes.

From-SVN: r158596
parent 78db7d92
2010-04-21 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.md (x86_shrd): Add athlon_decode and
amdfam10_decode attributes.
2010-04-21 Jakub Jelinek <jakub@redhat.com>
PR middle-end/43570
......
......@@ -10319,8 +10319,10 @@
"shrd{l}\t{%s2%1, %0|%0, %1, %2}"
[(set_attr "type" "ishift")
(set_attr "prefix_0f" "1")
(set_attr "mode" "SI")
(set_attr "pent_pair" "np")
(set_attr "mode" "SI")])
(set_attr "athlon_decode" "vector")
(set_attr "amdfam10_decode" "vector")])
(define_insn "ashrdi3_cvt"
[(set (match_operand:DI 0 "nonimmediate_operand" "=*d,rm")
......
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