New sim testsuite for Fujitsu FRV. Contributed by Red Hat.
[deliverable/binutils-gdb.git] / sim / testsuite / sim / frv / icei.cgs
1 # frv testcase for icei @(GRi,GRj),a
2 # mach: fr400
3
4 .include "testutils.inc"
5
6 start
7
8 .global icei
9 icei:
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
This page took 0.032319 seconds and 4 git commands to generate.