From 3f34eceef36e789a746bf158f3ef742ca825e02b Mon Sep 17 00:00:00 2001 From: Uros Bizjak Date: Thu, 12 Jan 2012 11:33:42 +0100 Subject: [PATCH] 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: r183125 --- gcc/ChangeLog | 11 +++++++---- gcc/config/i386/i386.md | 4 ++-- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a7fcb1769d7f..d18fb9dfb6ca 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-10 Joseph Myers Revert: @@ -19,8 +24,7 @@ 2012-01-09 Richard Sandiford - * config/mips/mips.md (loadgp_newabi_): Add missing - earlyclobber. + * config/mips/mips.md (loadgp_newabi_): Add missing earlyclobber. 2012-01-09 Eric Botcazou @@ -80,8 +84,7 @@ PR tree-optimization/49651 * tree-ssa-structalias.c (type_can_have_subvars): New function. (var_can_have_subvars): Use it. - (get_constraint_for_1): Only consider subfields if there - can be any. + (get_constraint_for_1): Only consider subfields if there can be any. 2012-01-03 Sandra Loosemore diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index b1d7e5eba433..2067674f59fa 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -3647,7 +3647,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} @@ -9222,7 +9222,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));") -- 2.47.2