* gas/sh/dsp.s: Add three more instructions.
authorJoern Rennecke <joern.rennecke@embecosm.com>
Mon, 17 Jun 2002 15:25:41 +0000 (15:25 +0000)
committerJoern Rennecke <joern.rennecke@embecosm.com>
Mon, 17 Jun 2002 15:25:41 +0000 (15:25 +0000)
* gas/sh/dsp.d: Update.

gas/testsuite/ChangeLog
gas/testsuite/gas/sh/dsp.d
gas/testsuite/gas/sh/dsp.s

index 4ee6572dc380a35a27fbdd23e945d93a75949eea..626292085e4fe186937f6be87bdf35e37b6e3b0b 100644 (file)
@@ -1,3 +1,8 @@
+Mon Jun 17 16:23:59 2002  J"orn Rennecke <joern.rennecke@superh.com>
+
+       * gas/sh/dsp.s: Add three more instructions.
+       * gas/sh/dsp.d: Update.
+
 2002-06-14  Daniel Jacobowitz  <drow@mvista.com>
 
        * gas/mips/lineno.d: Use --gstabs.
index 69ebdf271c0ae5764d6aaf9bb95a4e34331ee8a7..b11f30756e52ff7850b5557e72f024dcef8c79c1 100644 (file)
@@ -22,3 +22,6 @@ Disassembly of section .text:
 0+01a <[^>]*> f4 b7 [  ]*movs.l        y1,@r4
 0+01c <[^>]*> f7 cb [  ]*movs.l        m0,@r3\+
 0+01e <[^>]*> f6 ef [  ]*movs.l        m1,@r2\+r8
+0+020 <[^>]*> f8 00 b1 07 [    ]padd   x0,y0,a0
+0+024 <[^>]*> f8 00 ed 07 [    ]plds   a0,mach
+0+028 <[^>]*> f8 00 b1 07 [    ]padd   x0,y0,a0
index 856af2e49227f14f917457336a5e9015563e5f0c..377ad500e291fd7d5d3e86b4f7d3dab1abc55a5a 100644 (file)
@@ -21,4 +21,7 @@ dsp_tests:
        movs.l y1, @r4
        movs.l m0, @r3+
        movs.l m1, @r2+r8
-               
\ No newline at end of file
+
+       padd x0,y0,a0
+       plds a0,mach
+       padd x0,y0,a0
This page took 0.027606 seconds and 4 git commands to generate.