16 lines
244 B
Text
16 lines
244 B
Text
|
# frv testcase for icei @(GRi,GRj),a
|
||
|
# mach: fr400 fr550
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
|
||
|
start
|
||
|
|
||
|
.global icei
|
||
|
icei:
|
||
|
; Can't really test this because of SCACHE implementation
|
||
|
set_gr_addr icei,gr10
|
||
|
icei @(gr10,gr0),1
|
||
|
icei @(gr10,gr0),1
|
||
|
|
||
|
pass
|