aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose E. Marchesi <jose.marchesi@oracle.com>2015-05-01 10:14:11 -0700
committerJose E. Marchesi <jose.marchesi@oracle.com>2015-05-06 09:27:52 -0700
commit9e85c798e3f1314711e0a1c7f85780d52c6f9c75 (patch)
treec63bf455a542014ca89c626069d73acedc0c7b39
parentf9911bebcab64889ec7ab3571305081741aa03e4 (diff)
downloadgdb-9e85c798e3f1314711e0a1c7f85780d52c6f9c75.zip
gdb-9e85c798e3f1314711e0a1c7f85780d52c6f9c75.tar.gz
gdb-9e85c798e3f1314711e0a1c7f85780d52c6f9c75.tar.bz2
gas: added tests for the sparc natural instructions.
gas/ChangeLog: 2015-05-06 Jose E. Marchesi <jose.marchesi@oracle.com> * gas/sparc/natural-32.d: Test ldn, ldna, stn, stna, slln, srln, sran, casn, casna and clrn. * gas/sparc/natural-32.s: Likewise. * gas/sparc/natural.s: Likewise. * gas/sparc/natural.d: Likewise.
-rw-r--r--gas/testsuite/ChangeLog8
-rw-r--r--gas/testsuite/gas/sparc/natural-32.d16
-rw-r--r--gas/testsuite/gas/sparc/natural-32.s10
-rw-r--r--gas/testsuite/gas/sparc/natural.d14
-rw-r--r--gas/testsuite/gas/sparc/natural.s10
5 files changed, 53 insertions, 5 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index 347fbb2..6339bff 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,5 +1,13 @@
2015-05-06 Jose E. Marchesi <jose.marchesi@oracle.com>
+ * gas/sparc/natural-32.d: Test ldn, ldna, stn, stna, slln, srln,
+ sran, casn, casna and clrn.
+ * gas/sparc/natural-32.s: Likewise.
+ * gas/sparc/natural.s: Likewise.
+ * gas/sparc/natural.d: Likewise.
+
+2015-05-06 Jose E. Marchesi <jose.marchesi@oracle.com>
+
* gas/sparc/natural.s: New file.
* gas/sparc/natural-32.s: Likewise.
diff --git a/gas/testsuite/gas/sparc/natural-32.d b/gas/testsuite/gas/sparc/natural-32.d
index 039e45e..1fb1384 100644
--- a/gas/testsuite/gas/sparc/natural-32.d
+++ b/gas/testsuite/gas/sparc/natural-32.d
@@ -5,6 +5,16 @@
.*: +file format .*
Disassembly of section .text:
-0x00000000 b %icc, 0x00000008
-0x0+0000004 nop
-0x0+0000008 nop
+0x00000000 b %icc, 0x00000030
+0x00000004 nop
+0x00000008 ld \[ %g1 \], %g2
+0x0000000c lda \[ %g1 \] #ASI_AIUP, %g2
+0x00000010 st %g1, \[ %g2 \]
+0x00000014 sta %g1, \[ %g2 \] #ASI_AIUP
+0x00000018 sll %g1, 0xa, %g2
+0x0000001c srl %g1, 0xa, %g2
+0x00000020 sra %g1, 0xa, %g2
+0x00000024 cas \[ %g1 \], %g2, %g3
+0x00000028 casa \[ %g1 \] #ASI_AIUP, %g2, %g3
+0x0000002c clr \[ %g1 \]
+0x00000030 nop
diff --git a/gas/testsuite/gas/sparc/natural-32.s b/gas/testsuite/gas/sparc/natural-32.s
index 2a51441..544d170 100644
--- a/gas/testsuite/gas/sparc/natural-32.s
+++ b/gas/testsuite/gas/sparc/natural-32.s
@@ -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
diff --git a/gas/testsuite/gas/sparc/natural.d b/gas/testsuite/gas/sparc/natural.d
index e29c251..d0c1446 100644
--- a/gas/testsuite/gas/sparc/natural.d
+++ b/gas/testsuite/gas/sparc/natural.d
@@ -5,6 +5,16 @@
.*: +file format .*
Disassembly of section .text:
-0x0+0000000 b %xcc, 0x0+0000008
+0x0+0000000 b %xcc, 0x0+0000030
0x0+0000004 nop
-0x0+0000008 nop
+0x0+0000008 ldx \[ %g1 \], %g2
+0x0+000000c ldxa \[ %g1 \] #ASI_AIUP, %g2
+0x0+0000010 stx %g1, \[ %g2 \]
+0x0+0000014 stxa %g1, \[ %g2 \] #ASI_AIUP
+0x0+0000018 sllx %g1, 0xa, %g2
+0x0+000001c srlx %g1, 0xa, %g2
+0x0+0000020 srax %g1, 0xa, %g2
+0x0+0000024 casx \[ %g1 \], %g2, %g3
+0x0+0000028 casxa \[ %g1 \] #ASI_AIUP, %g2, %g3
+0x0+000002c clrx \[ %g1 \]
+0x0+0000030 nop
diff --git a/gas/testsuite/gas/sparc/natural.s b/gas/testsuite/gas/sparc/natural.s
index 2a51441..544d170 100644
--- a/gas/testsuite/gas/sparc/natural.s
+++ b/gas/testsuite/gas/sparc/natural.s
@@ -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