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
This commit is contained in:
Uros Bizjak 2010-04-21 15:27:02 +02:00 committed by Uros Bizjak
parent 78db7d92ce
commit 656ef6bb35
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -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")