aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite/mips64r5900-elf/t-prot3w.s
blob: 1c9f0187f429ddf1bbe66159477674248d2c0653 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.include "t-macros.i"

	start

test_prot3w:	
        load $8 0x3333333311111111 0x2222222244444444
        prot3w  $10,$8       #Expectation:

	# Prior to PR 17362, this was:
        # check10 0x1111111122222222 0x3333333344444444

        check10 0x1111111144444444 0x2222222233333333

	exit0