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

	start

test_psubub:	
        load $8 0x0200250148026b03 0x8e04b105d406f77f
        load $9 0x0101020203030404 0x0505060607070880
        psubub  $10,$8,$9
	check10 0x0100230045006700 0x8900ab00cd00ef00
 
	exit0