mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-04 22:40:16 +08:00
h8300.md (two anonymous patterns): Fix insn lengths.
* config/h8300/h8300.md (two anonymous patterns): Fix insn lengths. From-SVN: r59202
This commit is contained in:
parent
d2b2c7cd3d
commit
cf0cec73f6
@ -1,3 +1,8 @@
|
||||
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>
|
||||
|
||||
* sh.c (gen_shl_and): Don't create a zero_extend if the operand
|
||||
|
@ -2259,7 +2259,7 @@
|
||||
"TARGET_H8300H || TARGET_H8300S"
|
||||
"mov.w\\t%e1,%f2\;mov.b\\t%w2,%R0"
|
||||
[(set_attr "cc" "set_znv")
|
||||
(set_attr "length" "8")])
|
||||
(set_attr "length" "10")])
|
||||
|
||||
(define_insn ""
|
||||
[(set (match_operand:QI 0 "general_operand_dst" "=rm<")
|
||||
@ -2269,7 +2269,7 @@
|
||||
"TARGET_H8300H || TARGET_H8300S"
|
||||
"mov.w\\t%e1,%f2\;mov.b\\t%x2,%R0"
|
||||
[(set_attr "cc" "set_znv")
|
||||
(set_attr "length" "8")])
|
||||
(set_attr "length" "10")])
|
||||
|
||||
(define_insn_and_split ""
|
||||
[(set (pc)
|
||||
|
Loading…
Reference in New Issue
Block a user