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

	start

test_pintoh:	
        load $8 0xffff1111ffff3333 0xffff5555ffff7777
	load $9 0xffff2222ffff4444 0xffff6666ffff8888
        pintoh $10,$8,$9        #Expectation:
	check10 0x1111222233334444 0x5555666677778888
 
	exit0