From 1b7dff6cfcfc0de6a539dd7cc5ae6a606cbcca3e Mon Sep 17 00:00:00 2001 From: wilson Date: Fri, 13 Jun 1997 02:52:43 +0000 Subject: (mov[qhs]i}): Add pair of constraints which allow offsetable memory addresses to be moved to the same for TARGET_5200. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14234 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/m68k/m68k.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gcc/config/m68k/m68k.md b/gcc/config/m68k/m68k.md index 3dc3dabf576..dec5ff67153 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") + (match_operand:SI 1 "general_operand" "g,r"))] "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") + (match_operand:HI 1 "general_operand" "g,r"))] "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") + (match_operand:QI 1 "general_operand" "d*ami,d*a"))] "TARGET_5200" "* return output_move_qimode (operands);") -- cgit v1.2.1