i386.md (*movdi_internal): Set prefix_rex attribute also for alternatives 16 and 17.
authorUros Bizjak <ubizjak@gmail.com>
Fri, 22 Mar 2013 19:15:41 +0000 (20:15 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Fri, 22 Mar 2013 19:15:41 +0000 (20:15 +0100)
* config/i386/i386.md (*movdi_internal): Set prefix_rex attribute
also for alternatives 16 and 17.

From-SVN: r196982

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

index 6677a77..a437a63 100644 (file)
@@ -1,5 +1,10 @@
 2013-03-22  Uros Bizjak  <ubizjak@gmail.com>
 
+       * config/i386/i386.md (*movdi_internal): Set prefix_rex attribute
+       also for alternatives 16 and 17.
+
+2013-03-22  Uros Bizjak  <ubizjak@gmail.com>
+
        * config/i386/sse.md (*mov<mode>_internal): Merge with
        *mov<mode>_internal_rex64.  Use x64 and nox64 isa attributes.
        Emit insn template depending on type attribute.  Use
index 69354d5..475da37 100644 (file)
         (const_string "8")
         (const_string "*")))
    (set (attr "prefix_rex")
-     (if_then_else (eq_attr "alternative" "10,11")
+     (if_then_else (eq_attr "alternative" "10,11,16,17")
        (const_string "1")
        (const_string "*")))
    (set (attr "prefix")