Commit 134843a9 by Torbjorn Granlund

(divmodhi4, udivmodhi4): Use "dmsK" for operand 2.

From-SVN: r9827
parent 878cd289
...@@ -3412,7 +3412,7 @@ ...@@ -3412,7 +3412,7 @@
(define_insn "divmodhi4" (define_insn "divmodhi4"
[(set (match_operand:HI 0 "general_operand" "=d") [(set (match_operand:HI 0 "general_operand" "=d")
(div:HI (match_operand:HI 1 "general_operand" "0") (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") (set (match_operand:HI 3 "general_operand" "=d")
(mod:HI (match_dup 1) (match_dup 2)))] (mod:HI (match_dup 1) (match_dup 2)))]
"" ""
...@@ -3435,7 +3435,7 @@ ...@@ -3435,7 +3435,7 @@
(define_insn "udivmodhi4" (define_insn "udivmodhi4"
[(set (match_operand:HI 0 "general_operand" "=d") [(set (match_operand:HI 0 "general_operand" "=d")
(udiv:HI (match_operand:HI 1 "general_operand" "0") (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") (set (match_operand:HI 3 "general_operand" "=d")
(umod:HI (match_dup 1) (match_dup 2)))] (umod:HI (match_dup 1) (match_dup 2)))]
"" ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment