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

	start

test_pexcw:
        load $8 0x1111111133333333 0x2222222244444444
        pexcw   $10,$8   #Expectation:
	check10 0x1111111122222222 0x3333333344444444

	exit0