URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gdb-7.2/] [sim/] [testsuite/] [sim/] [cr16/] [jump.cgs] - Rev 816
Go to most recent revision | Compare with Previous | Blame | View Log
# cr16 testcase for jmp (regp)
# mach(): cr16
.include "testutils.inc"
start
.global jmp
jmp:
movd $ok1, (r4,r3)
jump (r4,r3)
fail
ok1:
movd $ok2, (r4,r3)
jump (r4,r3)
fail
ok2:
pass
Go to most recent revision | Compare with Previous | Blame | View Log