From: Uros Bizjak Date: Thu, 12 Jan 2012 10:24:27 +0000 (+0100) Subject: i386.md (*zero_extendsidi2_rex64): Correct movl template. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=64668e68cb46902b722d05747b39cf963ea5e9cd;p=gcc.git i386.md (*zero_extendsidi2_rex64): Correct movl template. * config/i386/i386.md (*zero_extendsidi2_rex64): Correct movl template. (x86_shift_adj_1): Remove operand constraint from operand 3. From-SVN: r183123 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4d6d1293128..1d6a1af28ca 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2012-01-12 Uros Bizjak + + * config/i386/i386.md (*zero_extendsidi2_rex64): Correct movl template. + (x86_shift_adj_1): Remove operand constraint from operand 3. + 2012-01-11 Jakub Jelinek PR bootstrap/51796 diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index beaf5327dfa..286088f23b2 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -3387,7 +3387,7 @@ (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} @@ -8995,7 +8995,7 @@ (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));")