mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
New test - verify sdl insn.
This commit is contained in:
parent
f16c443c2d
commit
fcb12def35
28
sim/testsuite/mips64r5900-elf/ChangeLog
Normal file
28
sim/testsuite/mips64r5900-elf/ChangeLog
Normal 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
|
15
sim/testsuite/mips64r5900-elf/t-sdl.s
Normal file
15
sim/testsuite/mips64r5900-elf/t-sdl.s
Normal 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
|
Loading…
Reference in New Issue
Block a user