xref: /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/frv/icei.cgs (revision 4b169a6ba595ae283ca507b26b15fdff40495b1c)
1# frv testcase for icei @(GRi,GRj),a
2# mach: fr400 fr550
3
4	.include "testutils.inc"
5
6	start
7
8	.global icei
9icei:
10	; Can't really test this because of SCACHE implementation
11	set_gr_addr	icei,gr10
12	icei		@(gr10,gr0),1
13	icei		@(gr10,gr0),1
14
15	pass
16