(movdf_internal2+1): Disable when TARGET_64BIT.
authorJim Wilson <wilson@gcc.gnu.org>
Thu, 20 Oct 1994 20:22:08 +0000 (13:22 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Thu, 20 Oct 1994 20:22:08 +0000 (13:22 -0700)
From-SVN: r8323

gcc/config/mips/mips.md

index 9b9959b68454472160ed47a7dddb5cce25240f83..99782b940e5533dea111c3dea98f0751bc4b5557 100644 (file)
@@ -3184,10 +3184,9 @@ move\\t%0,%z4\\n\\
 (define_split
   [(set (match_operand:DF 0 "register_operand" "")
        (match_operand:DF 1 "register_operand" ""))]
-  "reload_completed && !TARGET_DEBUG_D_MODE && !TARGET_DEBUG_G_MODE
+  "reload_completed && !TARGET_64BIT && !TARGET_DEBUG_D_MODE && !TARGET_DEBUG_G_MODE
    && GET_CODE (operands[0]) == REG && GP_REG_P (REGNO (operands[0]))
    && GET_CODE (operands[1]) == REG && GP_REG_P (REGNO (operands[1]))"
-
   [(set (subreg:SI (match_dup 0) 0) (subreg:SI (match_dup 1) 0))
    (set (subreg:SI (match_dup 0) 1) (subreg:SI (match_dup 1) 1))]
   "")