URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [gdb-5.3/] [sim/] [testsuite/] [sim/] [m32r/] [bl8.cgs] - Rev 1765
Compare with Previous | Blame | View Log
# m32r testcase for bl $disp8
# mach(): m32r m32rx
.include "testutils.inc"
start
.global bl8
bl8:
bl.s test0pass
test1fail:
fail
test0pass:
mvaddr_h_gr r4, test1fail
bne r4, r14, test1fail
pass