From: Torbjorn Granlund Date: Sun, 28 May 1995 22:08:02 +0000 (+0000) Subject: (divmodhi4, udivmodhi4): Use "dmsK" for operand 2. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=134843a92565fb2ee024213c82d9f594362cdf11;p=gcc.git (divmodhi4, udivmodhi4): Use "dmsK" for operand 2. From-SVN: r9827 --- diff --git a/gcc/config/m68k/m68k.md b/gcc/config/m68k/m68k.md index 6b720fc5b7e..d95229f5b7a 100644 --- a/gcc/config/m68k/m68k.md +++ b/gcc/config/m68k/m68k.md @@ -3412,7 +3412,7 @@ (define_insn "divmodhi4" [(set (match_operand:HI 0 "general_operand" "=d") (div:HI (match_operand:HI 1 "general_operand" "0") - (match_operand:HI 2 "general_operand" "g"))) + (match_operand:HI 2 "general_operand" "dmsK"))) (set (match_operand:HI 3 "general_operand" "=d") (mod:HI (match_dup 1) (match_dup 2)))] "" @@ -3435,7 +3435,7 @@ (define_insn "udivmodhi4" [(set (match_operand:HI 0 "general_operand" "=d") (udiv:HI (match_operand:HI 1 "general_operand" "0") - (match_operand:HI 2 "general_operand" "g"))) + (match_operand:HI 2 "general_operand" "dmsK"))) (set (match_operand:HI 3 "general_operand" "=d") (umod:HI (match_dup 1) (match_dup 2)))] ""