aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite/mips64vr5900el-elf/t-psllvw.s
blob: e7bdd9a435e457a660bd4fe49d418c6064ef3904 (plain)
1
2
3
4
5
6
7
8
9
10
11
.include "t-macros.i"

	start

test_psllvw:	
        load $8 0x00000000ffffffff 0x00000000ffffffff
        load $9 0x000000000000001f 0x000000000000001f
        psllvw  $10,$8,$9       #Expectation:
        check10 0xffffffff80000000 0xffffffff80000000

	exit0