URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [insight/] [sim/] [testsuite/] [sim/] [m32r/] [jl.cgs] - Rev 578
Go to most recent revision | Compare with Previous | Blame | View Log
# m32r testcase for jl $sr
# mach(): m32r m32rx
.include "testutils.inc"
start
.global jl
jl:
mvaddr_h_gr r4, ok
jl r4
not_ok:
fail
ok:
mvaddr_h_gr r4, not_ok
bne r4, r14, not_ok
pass
Go to most recent revision | Compare with Previous | Blame | View Log