h8300.md (divmod patterns): Change the constraints for operands[1] to register_operand.

* config/h8300/h8300.md (divmod patterns): Change the
	constraints for operands[1] to register_operand.

From-SVN: r49849
This commit is contained in:
Kazu Hirata 2002-02-18 22:20:58 +00:00 committed by Kazu Hirata
parent 82be00ee67
commit 4915d3aa28
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2002-02-18 Kazu Hirata <kazu@hxi.com>
* config/h8300/h8300.md (divmod patterns): Change the
constraints for operands[1] to register_operand.
2002-02-18 Kazu Hirata <kazu@hxi.com>
* config/h8300/h8300-protos.h: Remove the prototype for

View File

@ -915,7 +915,7 @@
[(set (match_operand:QI 0 "register_operand" "=r")
(truncate:QI
(udiv:HI
(match_operand:HI 1 "general_operand" "0")
(match_operand:HI 1 "register_operand" "0")
(zero_extend:HI (match_operand:QI 2 "register_operand" "r")))))
(set (match_operand:QI 3 "register_operand" "=r")
(truncate:QI
@ -937,7 +937,7 @@
[(set (match_operand:QI 0 "register_operand" "=r")
(truncate:QI
(div:HI
(match_operand:HI 1 "general_operand" "0")
(match_operand:HI 1 "register_operand" "0")
(sign_extend:HI (match_operand:QI 2 "register_operand" "r")))))
(set (match_operand:QI 3 "register_operand" "=r")
(truncate:QI
@ -959,7 +959,7 @@
[(set (match_operand:HI 0 "register_operand" "=r")
(truncate:HI
(udiv:SI
(match_operand:SI 1 "general_operand" "0")
(match_operand:SI 1 "register_operand" "0")
(zero_extend:SI (match_operand:HI 2 "register_operand" "r")))))
(set (match_operand:HI 3 "register_operand" "=r")
(truncate:HI
@ -981,7 +981,7 @@
[(set (match_operand:HI 0 "register_operand" "=r")
(truncate:HI
(div:SI
(match_operand:SI 1 "general_operand" "0")
(match_operand:SI 1 "register_operand" "0")
(sign_extend:SI (match_operand:HI 2 "register_operand" "r")))))
(set (match_operand:HI 3 "register_operand" "=r")
(truncate:HI