Commit cf0cec73 by Kazu Hirata Committed by Kazu Hirata

h8300.md (two anonymous patterns): Fix insn lengths.

	* config/h8300/h8300.md (two anonymous patterns): Fix insn
	lengths.

From-SVN: r59202
parent d2b2c7cd
2002-11-17 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.md (two anonymous patterns): Fix insn
lengths.
2002-11-17 Daniel Jacobowitz <drow@mvista.com> 2002-11-17 Daniel Jacobowitz <drow@mvista.com>
* sh.c (gen_shl_and): Don't create a zero_extend if the operand * sh.c (gen_shl_and): Don't create a zero_extend if the operand
......
...@@ -2259,7 +2259,7 @@ ...@@ -2259,7 +2259,7 @@
"TARGET_H8300H || TARGET_H8300S" "TARGET_H8300H || TARGET_H8300S"
"mov.w\\t%e1,%f2\;mov.b\\t%w2,%R0" "mov.w\\t%e1,%f2\;mov.b\\t%w2,%R0"
[(set_attr "cc" "set_znv") [(set_attr "cc" "set_znv")
(set_attr "length" "8")]) (set_attr "length" "10")])
(define_insn "" (define_insn ""
[(set (match_operand:QI 0 "general_operand_dst" "=rm<") [(set (match_operand:QI 0 "general_operand_dst" "=rm<")
...@@ -2269,7 +2269,7 @@ ...@@ -2269,7 +2269,7 @@
"TARGET_H8300H || TARGET_H8300S" "TARGET_H8300H || TARGET_H8300S"
"mov.w\\t%e1,%f2\;mov.b\\t%x2,%R0" "mov.w\\t%e1,%f2\;mov.b\\t%x2,%R0"
[(set_attr "cc" "set_znv") [(set_attr "cc" "set_znv")
(set_attr "length" "8")]) (set_attr "length" "10")])
(define_insn_and_split "" (define_insn_and_split ""
[(set (pc) [(set (pc)
......
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