* gas/mn10300/am33_8.s: Test DSP autoincrement memory loads/stores.
authorJeff Law <law@redhat.com>
Thu, 23 Jul 1998 15:52:27 +0000 (15:52 +0000)
committerJeff Law <law@redhat.com>
Thu, 23 Jul 1998 15:52:27 +0000 (15:52 +0000)
        * gas/mn10300/basic.exp: Corresponding changes.

gas/testsuite/ChangeLog
gas/testsuite/gas/mn10300/am33_8.s

index 2bb3991bcddf39cddeaceb3bee8560b24968f563..a798a7ef6530c12a5c3b0d815d306633eadf4179 100644 (file)
@@ -1,6 +1,9 @@
 start-sanitize-am33
 Thu Jul 23 09:22:09 1998  Jeffrey A Law  (law@cygnus.com)
 
+       * gas/mn10300/am33_8.s: Test DSP autoincrement memory loads/stores.
+       * gas/mn10300/basic.exp: Corresponding changes.
+
        * gas/mn10300/am_*.s: Test autoincrement memory loads/stores.
        * gas/mn10300/basic.exp: Corresponding changes.
 
index f34abadd055fdef012dad26c836ce86eefb6b12d..b2a96d9e3e472301dba3da48d7159e3b6274b018 100644 (file)
@@ -1,4 +1,5 @@
        .text
+       .am33
        xor_add r4,r1,r2,r3
        xor_add r4,r1,2,r3
        xor_sub r4,r1,r2,r3
        sat16_lsr r4,r1,2,r3
        sat16_asl r4,r1,r2,r3
        sat16_asl r4,r1,2,r3
+       mov_llt (r1+,4),r2
+       mov_lgt (r1+,4),r2
+       mov_lge (r1+,4),r2
+       mov_lle (r1+,4),r2
+       mov_lcs (r1+,4),r2
+       mov_lhi (r1+,4),r2
+       mov_lcc (r1+,4),r2
+       mov_lls (r1+,4),r2
+       mov_leq (r1+,4),r2
+       mov_lne (r1+,4),r2
+       mov_lra (r1+,4),r2