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.
This commit is contained in:
Jose E. Marchesi 2015-05-01 10:14:11 -07:00
parent f9911bebca
commit 9e85c798e3
5 changed files with 53 additions and 5 deletions

View File

@ -1,3 +1,11 @@
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>

View File

@ -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

View 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

View File

@ -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

View 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