gas tests for the sparc instructions ldfsr, stfsr, ldx, ldxa, stx, stxa, ldxfsr,...
authorJose E. Marchesi <jemarch@gnu.org>
Mon, 25 Aug 2014 11:08:31 +0000 (13:08 +0200)
committerJose E. Marchesi <jemarch@gnu.org>
Mon, 25 Aug 2014 11:08:31 +0000 (13:08 +0200)
commit14191abec071bdee0b8c8ab33d2e09b73b3d3c23
tree50888f1dc5030f1e4f336e058501a4b605d5e7a1
parent957979137fe8c3bcf709d5fc3e8795cf1e3de161
gas tests for the sparc instructions ldfsr, stfsr, ldx, ldxa, stx, stxa, ldxfsr, stxfsr, ldxefsr.

- V8 instructions:  ldfsr, stfsr
- V9 instructions:  ldx, ldxa, stx, stxa, ldxfsr, stxfsr
- V9b instructions: ldxefsr

Tested on sparc64-*-linux-gnu.

[gas/testsuite/Changelog]

2014-08-25  Jose E. Marchesi  <jose.marchesi@oracle.com>

* gas/sparc/ldx_stx.s: New file.
* gas/sparc/ldx_stx.d: Likewise.

* gas/sparc/ldx_efsr.s: New file.
* gas/sparc/ldx_efsr.d: Likewise.

* gas/sparc/ld_st_fsr.s: New file.
* gas/sparc/ld_st_fsr.d: Likewise.

* gas/sparc/sparc.exp: Run the tests ldx_stx, ldx_efsr and
ld_st_fsr.
gas/testsuite/ChangeLog
gas/testsuite/gas/sparc/ld_st_fsr.d [new file with mode: 0644]
gas/testsuite/gas/sparc/ld_st_fsr.s [new file with mode: 0644]
gas/testsuite/gas/sparc/ldx_efsr.d [new file with mode: 0644]
gas/testsuite/gas/sparc/ldx_efsr.s [new file with mode: 0644]
gas/testsuite/gas/sparc/ldx_stx.d [new file with mode: 0644]
gas/testsuite/gas/sparc/ldx_stx.s [new file with mode: 0644]
gas/testsuite/gas/sparc/sparc.exp