h8300.md (*one_complsi2_h8300): Change to *one_cmplsi2_h8300.

* config/h8300/h8300.md (*one_complsi2_h8300): Change to
	*one_cmplsi2_h8300.
	(*one_complsi2_h8300hs): Change to *one_cmplsi2_h8300hs.

From-SVN: r78007
This commit is contained in:
Kazu Hirata 2004-02-18 00:54:34 +00:00 committed by Kazu Hirata
parent 4093985cee
commit 8d82e1d811
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2004-02-17 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.md (*one_complsi2_h8300): Change to
*one_cmplsi2_h8300.
(*one_complsi2_h8300hs): Change to *one_cmplsi2_h8300hs.
2004-02-17 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300-protos.h: Update the prototype of

View File

@ -1540,14 +1540,14 @@
""
"")
(define_insn "*one_complsi2_h8300"
(define_insn "*one_cmplsi2_h8300"
[(set (match_operand:SI 0 "register_operand" "=r")
(not:SI (match_operand:SI 1 "register_operand" "0")))]
"TARGET_H8300"
"not %w0\;not %x0\;not %y0\;not %z0"
[(set_attr "length" "8")])
(define_insn "*one_complsi2_h8300hs"
(define_insn "*one_cmplsi2_h8300hs"
[(set (match_operand:SI 0 "register_operand" "=r")
(not:SI (match_operand:SI 1 "register_operand" "0")))]
"TARGET_H8300H || TARGET_H8300S"