i386.md (x86_shrd): Add athlon_decode and amdfam10_decode attributes.
authorUros Bizjak <ubizjak@gmail.com>
Wed, 21 Apr 2010 13:27:02 +0000 (15:27 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Wed, 21 Apr 2010 13:27:02 +0000 (15:27 +0200)
* config/i386/i386.md (x86_shrd): Add athlon_decode and
amdfam10_decode attributes.

From-SVN: r158596

gcc/ChangeLog
gcc/config/i386/i386.md

index 66c7065e8d21b8cca58a2005a14d8565b37aee2e..be5f9183d53ea3248183be71d4f84b0948f44647 100644 (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
index eb0588d76f5ed7dbc2bd1a619332a53866231875..1e06ca017c63c5c8fe9317075f038b5ccfbf7cee 100644 (file)
   "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")