1# frv testcase for notcr $CCi,$CCj,$CCk
2# mach: all
3
4	.include "testutils.inc"
5
6	start
7
8	.global notcr
9notcr:
10	set_spr_immed	0x1b1b,cccr
11	notcr		cc7,cc3
12	test_spr_immed	0x1b5b,cccr
13
14	notcr		cc6,cc3
15	test_spr_immed	0x1b1b,cccr
16
17	notcr		cc5,cc3
18	test_spr_immed	0x1bdb,cccr
19
20	notcr		cc4,cc3
21	test_spr_immed	0x1b9b,cccr
22
23	pass
24