h8300.md (addsi_h8300): Remove the last alternative.
* config/h8300/h8300.md (addsi_h8300): Remove the last alternative. From-SVN: r61530
This commit is contained in:
parent
b30686ec5e
commit
309c52b51b
2 changed files with 11 additions and 7 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-01-20 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* config/h8300/h8300.md (addsi_h8300): Remove the last
|
||||
alternative.
|
||||
|
||||
2003-01-20 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* config/h8300/h8300.c (get_shift_alg): Remove redundant code.
|
||||
|
|
|
@ -855,16 +855,15 @@
|
|||
"")
|
||||
|
||||
(define_insn "addsi_h8300"
|
||||
[(set (match_operand:SI 0 "register_operand" "=r,r,&r")
|
||||
(plus:SI (match_operand:SI 1 "register_operand" "%0,0,r")
|
||||
(match_operand:SI 2 "nonmemory_operand" "n,r,r")))]
|
||||
[(set (match_operand:SI 0 "register_operand" "=r,r")
|
||||
(plus:SI (match_operand:SI 1 "register_operand" "%0,0")
|
||||
(match_operand:SI 2 "nonmemory_operand" "n,r")))]
|
||||
"TARGET_H8300"
|
||||
"@
|
||||
add %w2,%w0\;addx %x2,%x0\;addx %y2,%y0\;addx %z2,%z0
|
||||
add.w %f2,%f0\;addx %y2,%y0\;addx %z2,%z0
|
||||
mov.w %f1,%f0\;mov.w %e1,%e0\;add.w %f2,%f0\;addx %y2,%y0\;addx %z2,%z0"
|
||||
[(set_attr "length" "8,6,10")
|
||||
(set_attr "cc" "clobber")])
|
||||
add.w %f2,%f0\;addx %y2,%y0\;addx %z2,%z0"
|
||||
[(set_attr "length" "8,6")
|
||||
(set_attr "cc" "clobber,clobber")])
|
||||
|
||||
(define_insn "addsi_h8300h"
|
||||
[(set (match_operand:SI 0 "register_operand" "=r,r")
|
||||
|
|
Loading…
Add table
Reference in a new issue