URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gdb-7.2/] [sim/] [testsuite/] [sim/] [frv/] [sthf.cgs] - Rev 855
Go to most recent revision | Compare with Previous | Blame | View Log
# frv testcase for sthf $FRk,@($GRi,$GRj)
# mach: all
.include "testutils.inc"
start
.global sthf
sthf:
set_mem_limmed 0xdead,0xbeef,sp
set_gr_immed 0,gr7
set_fr_iimmed 0xffff,0xffff,fr8
sthf fr8,@(sp,gr7)
test_mem_limmed 0xffff,0xbeef,sp
pass
Go to most recent revision | Compare with Previous | Blame | View Log