Commit ee757688 by Torbjorn Granlund

(subqi3): Delete % from constraints.

From-SVN: r8399
parent ad8bd902
...@@ -521,7 +521,7 @@ ...@@ -521,7 +521,7 @@
;; single integer ;; single integer
(define_insn "subqi3" (define_insn "subqi3"
[(set (match_operand:QI 0 "general_operand" "=r,r,r,r,m") [(set (match_operand:QI 0 "general_operand" "=r,r,r,r,m")
(minus:QI (match_operand:QI 1 "general_operand" "%0,0,0,0,0") (minus:QI (match_operand:QI 1 "general_operand" "0,0,0,0,0")
(match_operand:QI 2 "general_operand" "I,i,r,m,I")))] (match_operand:QI 2 "general_operand" "I,i,r,m,I")))]
"" ""
"@ "@
......
...@@ -2000,7 +2000,7 @@ check_label_emit (); ...@@ -2000,7 +2000,7 @@ check_label_emit ();
(define_expand "subqi3" (define_expand "subqi3"
[(set (match_operand:QI 0 "general_operand" "=d") [(set (match_operand:QI 0 "general_operand" "=d")
(minus:QI (match_operand:QI 1 "general_operand" "%0") (minus:QI (match_operand:QI 1 "general_operand" "0")
(match_operand:QI 2 "general_operand" "di")))] (match_operand:QI 2 "general_operand" "di")))]
"" ""
" "
...@@ -2021,7 +2021,7 @@ check_label_emit (); ...@@ -2021,7 +2021,7 @@ check_label_emit ();
(define_insn "" (define_insn ""
[(set (match_operand:QI 0 "register_operand" "=d") [(set (match_operand:QI 0 "register_operand" "=d")
(minus:QI (match_operand:QI 1 "register_operand" "%0") (minus:QI (match_operand:QI 1 "register_operand" "0")
(match_operand:QI 2 "register_operand" "d")))] (match_operand:QI 2 "register_operand" "d")))]
"" ""
"* "*
......
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