1# frv testcase for jmpil @($GRi,$d12)
2# mach: all
3
4	.include "testutils.inc"
5
6	start
7
8	.global jmpil
9jmpil:
10	set_spr_immed	0,lr
11	set_gr_addr	ok1,gr8
12	jmpil		@(gr8,2)	; target gets aligned down
13	fail
14ok1:
15	test_spr_immed	0,lr
16
17	pass
18