public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: "Jose E. Marchesi" <jose.marchesi@oracle.com>
To: binutils@sourceware.org
Subject: [PATH 2/3] gas: added tests for the sparc natural instructions.
Date: Fri, 01 May 2015 17:39:00 -0000	[thread overview]
Message-ID: <1430502326-18816-3-git-send-email-jose.marchesi@oracle.com> (raw)
In-Reply-To: <1430502326-18816-1-git-send-email-jose.marchesi@oracle.com>

gas/ChangeLog:

2015-05-01  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.
---
 gas/testsuite/ChangeLog              |  8 ++++++++
 gas/testsuite/gas/sparc/natural-32.d | 16 +++++++++++++---
 gas/testsuite/gas/sparc/natural-32.s | 10 ++++++++++
 gas/testsuite/gas/sparc/natural.d    | 14 ++++++++++++--
 gas/testsuite/gas/sparc/natural.s    | 10 ++++++++++
 5 files changed, 53 insertions(+), 5 deletions(-)

diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index 75fc289..4349f75 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,5 +1,13 @@
 2015-05-01  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-01  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
-- 
2.3.4

  reply	other threads:[~2015-05-01 17:39 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-01 17:39 [PATH 0/3] [SPARC] Support for %ncc and tests for the "natural" insns Jose E. Marchesi
2015-05-01 17:39 ` Jose E. Marchesi [this message]
2015-05-01 17:39 ` [PATH 1/3] gas: support for the sparc %ncc condition codes register Jose E. Marchesi
2015-05-01 17:39 ` [PATH 3/3] gas: typo in comment fixed Jose E. Marchesi
2015-05-06 11:48 ` [PATH 0/3] [SPARC] Support for %ncc and tests for the "natural" insns Nicholas Clifton
2015-05-06 16:37   ` Jose E. Marchesi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1430502326-18816-3-git-send-email-jose.marchesi@oracle.com \
    --to=jose.marchesi@oracle.com \
    --cc=binutils@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).