sparc.md (*adddi3_insn_sp32): Rename.
authorEric Botcazou <ebotcazou@adacore.com>
Tue, 12 Oct 2010 21:30:44 +0000 (21:30 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Tue, 12 Oct 2010 21:30:44 +0000 (21:30 +0000)
* config/sparc/sparc.md (*adddi3_insn_sp32): Rename.
(*adddi3_extend_sp32): Likewise.
(*subdi3_insn_sp32): Likewise.
(*subdi3_extend_sp32): Likewise.
(*negdi2_sp32): Use negative test for consistency.

From-SVN: r165397

gcc/ChangeLog
gcc/config/sparc/sparc.md

index c414447..a9771aa 100644 (file)
@@ -1,3 +1,11 @@
+2010-10-12  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * config/sparc/sparc.md (*adddi3_insn_sp32): Rename.
+       (*adddi3_extend_sp32): Likewise.
+       (*subdi3_insn_sp32): Likewise.
+       (*subdi3_extend_sp32): Likewise.
+       (*negdi2_sp32): Use negative test for consistency.
+
 2010-10-12  Nathan Froyd  <froydnj@codesourcery.com>
 
        * libgcc2.h: Use __SIZEOF_DOUBLE__ instead of
index 301a63c..16b1116 100644 (file)
     }
 })
 
-(define_insn_and_split "adddi3_insn_sp32"
+(define_insn_and_split "*adddi3_insn_sp32"
   [(set (match_operand:DI 0 "register_operand" "=r")
        (plus:DI (match_operand:DI 1 "arith_double_operand" "%r")
                 (match_operand:DI 2 "arith_double_operand" "rHI")))
   "addx\t%r1, %2, %0"
   [(set_attr "type" "ialuX")])
 
-(define_insn_and_split ""
+(define_insn_and_split "*adddi3_extend_sp32"
   [(set (match_operand:DI 0 "register_operand" "=r")
         (plus:DI (zero_extend:DI (match_operand:SI 1 "register_operand" "r"))
                  (match_operand:DI 2 "register_operand" "r")))
     }
 })
 
-(define_insn_and_split "subdi3_insn_sp32"
+(define_insn_and_split "*subdi3_insn_sp32"
   [(set (match_operand:DI 0 "register_operand" "=r")
        (minus:DI (match_operand:DI 1 "register_operand" "r")
                  (match_operand:DI 2 "arith_double_operand" "rHI")))
    operands[4] = gen_highpart (SImode, operands[0]);"
   [(set_attr "length" "2")])
 
-(define_insn_and_split ""
+(define_insn_and_split "*subdi3_extend_sp32"
   [(set (match_operand:DI 0 "register_operand" "=r")
       (minus:DI (match_operand:DI 1 "register_operand" "r")
                 (zero_extend:DI (match_operand:SI 2 "register_operand" "r"))))
   [(set (match_operand:DI 0 "register_operand" "=r")
        (neg:DI (match_operand:DI 1 "register_operand" "r")))
    (clobber (reg:CC 100))]
-  "TARGET_ARCH32"
+  "! TARGET_ARCH64"
   "#"
   "&& reload_completed"
   [(parallel [(set (reg:CC_NOOV 100)