1# Source file used to test the 20-bit trap instructions
2foo:
3	teq	$0,$3
4	teq	$0,$3,1
5	tge	$0,$3
6	tge	$0,$3,3
7	tgeu	$0,$3
8	tgeu	$0,$3,7
9	tlt	$0,$3
10	tlt	$0,$3,31
11	tltu	$0,$3
12	tltu	$0,$3,255
13	tne	$0,$3
14	tne	$0,$3,1023
15
16# force some padding, to make objdump consistently report that there's some
17# here...
18	.space	8
19