aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite/mips64r5900-elf/t-sdl.s
blob: ae76f743271aa84c2f465f8aa654f819cbe77ec3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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