]> gcc.gnu.org Git - gcc.git/commitdiff
(muldi3_internal): Change dmul to dmult.
authorJim Wilson <wilson@gcc.gnu.org>
Mon, 27 Feb 1995 19:33:18 +0000 (11:33 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Mon, 27 Feb 1995 19:33:18 +0000 (11:33 -0800)
From-SVN: r9090

gcc/config/mips/mips.md

index 73e44b6ebd2ff384f59d117072c3a8b92ba3d24d..ceb46c761230471a022cddac1cb577eedec80f12 100644 (file)
                 (match_operand:DI 2 "register_operand" "d")))
    (clobber (match_scratch:DI 3 "=h"))]
   "TARGET_64BIT && mips_cpu != PROCESSOR_R4000"
-  "dmul\\t%1,%2"
+  "dmult\\t%1,%2"
   [(set_attr "type"    "imul")
    (set_attr "mode"    "DI")
    (set_attr "length"  "1")])
This page took 0.06929 seconds and 5 git commands to generate.