From b1016f1cb55e90202fade27912950f9d71cfabf6 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sun, 18 May 1997 08:58:55 -0400 Subject: [PATCH] (mov[qhs]i,movstrict[qs]i, mulsi3): Use 'Q' constraint for TARGET_5200. From-SVN: r14090 --- gcc/config/m68k/m68k.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/gcc/config/m68k/m68k.md b/gcc/config/m68k/m68k.md index 15380971159..68f2b0b4f45 100644 --- a/gcc/config/m68k/m68k.md +++ b/gcc/config/m68k/m68k.md @@ -935,8 +935,8 @@ }") (define_insn "" - [(set (match_operand:SI 0 "general_operand" "=r<>,g,o") - (match_operand:SI 1 "general_operand" "g,r<>,o"))] + [(set (match_operand:SI 0 "general_operand" "=r,g,o") + (match_operand:SI 1 "general_operand" "g,r,o"))] "TARGET_5200" "* return output_move_simode (operands);") @@ -953,8 +953,8 @@ "* return output_move_himode (operands);") (define_insn "" - [(set (match_operand:HI 0 "general_operand" "=r<>,g,o") - (match_operand:HI 1 "general_operand" "g,r<>,o"))] + [(set (match_operand:HI 0 "general_operand" "=r,g,o") + (match_operand:HI 1 "general_operand" "g,r,o"))] "TARGET_5200" "* return output_move_himode (operands);") @@ -989,8 +989,8 @@ "* return output_move_qimode (operands);") (define_insn "" - [(set (match_operand:QI 0 "general_operand" "=d*a<>,d*am,o") - (match_operand:QI 1 "general_operand" "d*ami,d*a<>,o"))] + [(set (match_operand:QI 0 "general_operand" "=d*a,d*am,o") + (match_operand:QI 1 "general_operand" "d*ami,d*a,o"))] "TARGET_5200" "* return output_move_qimode (operands);") @@ -2842,7 +2842,7 @@ (define_insn "" [(set (match_operand:SI 0 "general_operand" "=d") (mult:SI (match_operand:SI 1 "general_operand" "%0") - (match_operand:SI 2 "general_operand" "d<>")))] + (match_operand:SI 2 "general_operand" "d")))] "TARGET_5200" "muls%.l %2,%0") -- 2.30.2