New test - verify sdl insn.

This commit is contained in:
Andrew Cagney 1998-02-02 06:16:07 +00:00
parent f16c443c2d
commit fcb12def35
2 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,28 @@
Mon Feb 2 16:50:21 1998 Andrew Cagney <cagney@b1.cygnus.com>
* t-sdl.s: New test.
* Makefile.in: Update.
Wed Sep 3 14:32:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
* Makefile.in (.o.run): Replace .tx59 with .run.
Mon Sep 1 16:58:13 1997 Andrew Cagney <cagney@b1.cygnus.com>
* Makefile.in (TESTS): Add t-psrlvw, t-pabsh, t-pabsw.
(.s.o, .o.tx59): Add -Ttext 0xa002000, to ld. Add -I <srcdir> to
as.
t-psrlvw.s, t-pabsh, t-pabsw: New files.
Tue Jul 29 10:56:53 1997 Andrew Cagney <cagney@b1.cygnus.com>
* t-mtsa.s: Check move/from SA instructions.
Mon Jul 28 20:51:16 1997 Andrew Cagney <cagney@b1.cygnus.com>
* t-pdivuw.s: Also check normal cases.
Tue Jul 15 13:34:07 1997 Andrew Cagney <cagney@sendai.cygnus.com>
ChangeLog: Create

View File

@ -0,0 +1,15 @@
.include "t-macros.i"
start
test_sdl:
load $8 0x0000000000000000 dest
load $9 0xbeefdead 0xdeadbeef
sdl $9, 7($8)
ld $10, dest
check10 0x0000000000000000 0xdeadbeef
exit0
dest: .long 0