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

	start

        load $8 0x00ff0000ffff0000 0x0000ffffffff0000
        load $9 0x00ff0000ffff0000 0x0000ffffffff0000
test_psrlvw:	
        psrlvw  $10,$8,$9       #Expectation:
        check10 0xffffffffffff0000 0xffffffffffff0000

	exit0