h8300.md: Give internal names to anonymous insns.
authorKazu Hirata <kazu@cs.umass.edu>
Sun, 29 Dec 2002 22:25:39 +0000 (22:25 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 29 Dec 2002 22:25:39 +0000 (22:25 +0000)
* config/h8300/h8300.md: Give internal names to anonymous
insns.

From-SVN: r60613

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

index a3efa168ac920a1219edd1f0aa18d5f78b54349a..74e2a1a551e66140f4062880c932ec72c93a0391 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 87be3cbf61b09a790f0f931a403b411741ea7208..e66662ac62ee83a3a7f3e8f2dd07c86df54adb3a 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))