gas: added tests for the sparc natural instructions.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sparc / natural-32.s
index 2a51441992110773f3531fa6d3434df4a037aa29..544d1709e8c1b6d6b036cef10cff140713944234 100644 (file)
@@ -2,4 +2,14 @@
         .text
         ba %ncc, 0f
          nop
+        ldn [%g1], %g2
+        ldna [%g1]#ASI_AIUP, %g2
+        stn %g1, [%g2]
+        stna %g1, [%g2]#ASI_AIUP
+        slln %g1, 10, %g2
+        srln %g1, 10, %g2
+        sran %g1, 10, %g2
+        casn [%g1], %g2, %g3
+        casna [%g1]#ASI_AIUP, %g2, %g3
+        clrn [%g1]
 0:      nop
This page took 0.02417 seconds and 4 git commands to generate.