h8300.md (*cmphi_h8300): Rename to *cmphi_h8300_znvc.
* config/h8300/h8300.md (*cmphi_h8300): Rename to *cmphi_h8300_znvc. (*cmphi_h8300hs): Rename to *cmphi_h8300hs_znvc. From-SVN: r78752
This commit is contained in:
parent
e451301f78
commit
a5a0ab452a
@ -1,3 +1,9 @@
|
||||
2004-03-02 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* config/h8300/h8300.md (*cmphi_h8300): Rename to
|
||||
*cmphi_h8300_znvc.
|
||||
(*cmphi_h8300hs): Rename to *cmphi_h8300hs_znvc.
|
||||
|
||||
2004-03-01 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
PR bootstrap/14356
|
||||
|
@ -780,7 +780,7 @@
|
||||
operands[1] = force_reg (HImode, operands[1]);
|
||||
}")
|
||||
|
||||
(define_insn "*cmphi_h8300"
|
||||
(define_insn "*cmphi_h8300_znvc"
|
||||
[(set (cc0)
|
||||
(compare (match_operand:HI 0 "register_operand" "r")
|
||||
(match_operand:HI 1 "register_operand" "r")))]
|
||||
@ -789,7 +789,7 @@
|
||||
[(set_attr "length" "2")
|
||||
(set_attr "cc" "compare")])
|
||||
|
||||
(define_insn "*cmphi_h8300hs"
|
||||
(define_insn "*cmphi_h8300hs_znvc"
|
||||
[(set (cc0)
|
||||
(compare (match_operand:HI 0 "register_operand" "r,r")
|
||||
(match_operand:HI 1 "nonmemory_operand" "r,n")))]
|
||||
|
Loading…
Reference in New Issue
Block a user