OSDN Git Service

* config/h8300/h8300.md: Give internal names to anonymous
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 29 Dec 2002 22:25:39 +0000 (22:25 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 29 Dec 2002 22:25:39 +0000 (22:25 +0000)
insns.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60613 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/h8300/h8300.md

index a3efa16..74e2a1a 100644 (file)
@@ -1,5 +1,10 @@
 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>
index 87be3cb..e66662a 100644 (file)
 
 ;; 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")))]
   [(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")))]
   [(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")))]
   [(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")))]
   [(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")))]
   [(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")
   [(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))