xref: /netbsd-src/external/gpl3/gdb.old/dist/sim/testsuite/frv/icei.cgs (revision c9055873d0546e63388f027d3d7f85381cde0545)
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