* gas/mips/r5900.s, gas/mips/r5900.d: Update for "mula.s" change.
authorJeff Law <law@redhat.com>
Fri, 20 Feb 1998 08:27:32 +0000 (08:27 +0000)
committerJeff Law <law@redhat.com>
Fri, 20 Feb 1998 08:27:32 +0000 (08:27 +0000)
gas/testsuite/ChangeLog
gas/testsuite/gas/mips/r5900.d
gas/testsuite/gas/mips/r5900.s

index b3d85f9e065df0ee387430e3a66b6ff20b9230a8..62a956f427680909989eac63bc8b5b0ec031bb0a 100644 (file)
@@ -1,3 +1,16 @@
+start-sanitize-r5900
+Fri Feb 20 01:29:16 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * gas/mips/r5900.s, gas/mips/r5900.d: Update for "mula.s" change.
+
+end-sanitize-r5900
+start-sanitize-m32rx
+Thu Feb 19 10:35:48 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * gas/m32r/m32rx.s (mvtc__subv): Avoid register conflict.
+
+       * gas/m32r/m32rx.d: Updated to match latest assembler output.
+end-sanitize-m32rx
 start-sanitize-sky
 Tue Feb 17 18:44:12 1998  Doug Evans  <devans@canuck.cygnus.com>
 
index e6ce0f00df0ff003bef304d279a0cdc51320af74..11fb263b67369b7a734178babe8722baddd69682 100644 (file)
@@ -29,7 +29,8 @@ Disassembly of section \.text:
 0+0050 <stuff\+(0x|)50> adda.s \$f12,\$f14
 0+0054 <stuff\+(0x|)54> suba.s \$f10,\$f12
 0+0058 <stuff\+(0x|)58> msuba.s        \$f10,\$f12
-0+005c <stuff\+(0x|)5c> multa.s        \$f10,\$f12
+0+005c <stuff\+(0x|)5c> mula.s \$f10,\$f12
 0+0060 <stuff\+(0x|)60> madda.s        \$f10,\$f12
 0+0064 <stuff\+(0x|)64> max.s  \$f10,\$f12,\$f14
 0+0068 <stuff\+(0x|)68> min.s  \$f10,\$f12,\$f14
+0+006c <stuff\+(0x|)6c> nop
index af1e1dd31d1f72454521efb3731055890a792049..5e11736056b770b7646c770f562e064c864f00ac 100644 (file)
@@ -2,11 +2,6 @@
 
 stuff:
        .ent stuff
-       /* Integer instructions.  */
-
-       /* Coprocessor 0 instructions, minus standard ISA 3 ones.
-          That leaves just the performance monitoring registers.  */
-
        di
        ei
        mfbpc   $10
@@ -28,3 +23,13 @@ stuff:
        mtpc    $4,$1
        mtps    $4,$1
 
+
+       adda.s  $f12,$f14
+       suba.s  $f10,$f12
+       msuba.s $f10,$f12
+       mula.s  $f10,$f12
+       madda.s $f10,$f12
+       max.s   $f10,$f12,$f14
+       min.s   $f10,$f12,$f14
+# Nop just to fill out ot a 16byte boundary
+       nop
This page took 0.029158 seconds and 4 git commands to generate.