(subdi3): Delete % from constraints.
From-SVN: r8402
This commit is contained in:
parent
31a7290c89
commit
58371476ee
@ -753,7 +753,7 @@
|
||||
|
||||
(define_insn "subdi3"
|
||||
[(set (match_operand:DI 0 "int_reg_operand" "=r")
|
||||
(minus:DI (match_operand:DI 1 "int_reg_operand" "%0")
|
||||
(minus:DI (match_operand:DI 1 "int_reg_operand" "0")
|
||||
(match_operand:DI 2 "int_reg_operand" "r")))]
|
||||
""
|
||||
"*
|
||||
|
@ -1684,7 +1684,7 @@
|
||||
|
||||
(define_insn "subdi3"
|
||||
[(set (match_operand:DI 0 "register_operand" "=f")
|
||||
(minus:DI (match_operand:DI 1 "register_operand" "%f")
|
||||
(minus:DI (match_operand:DI 1 "register_operand" "f")
|
||||
(match_operand:DI 2 "register_operand" "f")))]
|
||||
""
|
||||
"fisub.dd %1,%2,%0")
|
||||
|
@ -298,7 +298,7 @@
|
||||
|
||||
(define_insn "subdi3"
|
||||
[(set (match_operand:DI 0 "register_operand" "=r")
|
||||
(minus:DI (match_operand:DI 1 "register_operand" "%0")
|
||||
(minus:DI (match_operand:DI 1 "register_operand" "0")
|
||||
(match_operand:DI 2 "register_operand" "r")))
|
||||
(clobber (reg:SI 18))]
|
||||
""
|
||||
|
Loading…
Reference in New Issue
Block a user