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

	start

test_pinth:	
        load $8 0x1111333355557777 0xffffffffffffffff
        load $9 0xffffffffffffffff 0x2222444466668888
        pinth   $10,$8,$9        #Expectation:
        check10 0x1111222233334444 0x5555666677778888
 
	exit0