URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gdb-7.1/] [sim/] [testsuite/] [sim/] [cr16/] [push3.cgs] - Rev 227
Compare with Previous | Blame | View Log
# cr16 testcase for push RA insns.
# mach: cr16
.include "testutils.inc"
start
.global push1
push1:
movd $0x1006, (sp)
movd $0xabcd, (ra)
push RA
loadd 0x1002, (r3,r2)
cmpd (r3,r2), (ra)
beq ok
br not_ok
not_ok:
fail
ok:
pass