OSDN Git Service

* config/i386/i386.md (*zero_extendsidi2_rex64): Correct movl template.
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Jan 2012 10:24:27 +0000 (10:24 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Jan 2012 10:24:27 +0000 (10:24 +0000)
(x86_shift<mode>_adj_1): Remove operand constraint from operand 3.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@183123 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 4d6d129..1d6a1af 100644 (file)
@@ -1,3 +1,8 @@
+2012-01-12  Uros Bizjak  <ubizjak@gmail.com>
+
+       * config/i386/i386.md (*zero_extendsidi2_rex64): Correct movl template.
+       (x86_shift<mode>_adj_1): Remove operand constraint from operand 3.
+
 2012-01-11  Jakub Jelinek  <jakub@redhat.com>
 
        PR bootstrap/51796
index beaf532..286088f 100644 (file)
         (match_operand:SI 1 "nonimmediate_operand" "rm,0,r   ,m  ,r   ,m")))]
   "TARGET_64BIT"
   "@
-   mov\t{%k1, %k0|%k0, %k1}
+   mov{l}\t{%1, %k0|%k0, %1}
    #
    movd\t{%1, %0|%0, %1}
    movd\t{%1, %0|%0, %1}
                            (match_dup 0)))
    (set (match_dup 1)
        (if_then_else:SWI48 (ne (reg:CCZ FLAGS_REG) (const_int 0))
-                           (match_operand:SWI48 3 "register_operand" "r")
+                           (match_operand:SWI48 3 "register_operand" "")
                            (match_dup 1)))]
   "TARGET_CMOVE"
   "operands[4] = GEN_INT (GET_MODE_BITSIZE (<MODE>mode));")