Commit c85263d2 by Kazu Hirata Committed by Kazu Hirata

h8300.md: Give internal names to anonymous insns.

	* config/h8300/h8300.md: Give internal names to anonymous
	insns.

From-SVN: r60613
parent fbcb02cd
2002-12-29 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.md: Give internal names to anonymous
insns.
2002-12-29 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.md: Reorder some insns.
2002-12-29 Kazu Hirata <kazu@cs.umass.edu>
......
......@@ -2376,7 +2376,7 @@
;; ior:SI
(define_insn ""
(define_insn "*iorsi3_zexthi"
[(set (match_operand:SI 0 "register_operand" "=r")
(ior:SI (zero_extend:SI (match_operand:HI 1 "register_operand" "r"))
(match_operand:SI 2 "register_operand" "0")))]
......@@ -2388,7 +2388,7 @@
[(set_attr "cc" "clobber")
(set_attr "length" "2")])
(define_insn ""
(define_insn "*iorsi3_zextqi"
[(set (match_operand:SI 0 "register_operand" "=r")
(ior:SI (zero_extend:SI (match_operand:QI 1 "register_operand" "r"))
(match_operand:SI 2 "register_operand" "0")))]
......@@ -2397,7 +2397,9 @@
[(set_attr "cc" "clobber")
(set_attr "length" "2")])
(define_insn ""
;; xor:HI
(define_insn "*xorhi3_zextqi"
[(set (match_operand:HI 0 "register_operand" "=r")
(xor:HI (zero_extend:HI (match_operand:QI 1 "register_operand" "r"))
(match_operand:HI 2 "register_operand" "0")))]
......@@ -2408,7 +2410,9 @@
[(set_attr "cc" "clobber")
(set_attr "length" "2")])
(define_insn ""
;; xor:SI
(define_insn "*xorsi3_zexthi"
[(set (match_operand:SI 0 "register_operand" "=r")
(xor:SI (zero_extend:SI (match_operand:HI 1 "register_operand" "r"))
(match_operand:SI 2 "register_operand" "0")))]
......@@ -2420,7 +2424,7 @@
[(set_attr "cc" "clobber")
(set_attr "length" "2")])
(define_insn ""
(define_insn "*xorsi3_zextqi"
[(set (match_operand:SI 0 "register_operand" "=r")
(xor:SI (zero_extend:SI (match_operand:QI 1 "register_operand" "r"))
(match_operand:SI 2 "register_operand" "0")))]
......@@ -2431,7 +2435,7 @@
[(set_attr "cc" "clobber")
(set_attr "length" "2")])
(define_insn ""
(define_insn "*iorsi3_two_hi"
[(set (match_operand:SI 0 "register_operand" "=r")
(ior:SI (zero_extend:SI (match_operand:HI 1 "register_operand" "0"))
(ashift:SI (match_operand:SI 2 "register_operand" "r")
......@@ -2441,7 +2445,7 @@
[(set_attr "cc" "clobber")
(set_attr "length" "2")])
(define_insn ""
(define_insn "*iorsi3_ashift_16"
[(set (match_operand:SI 0 "register_operand" "=r")
(ior:SI (ashift:SI (match_operand:SI 1 "register_operand" "r")
(const_int 16))
......
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