URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gdb-6.8/] [sim/] [testsuite/] [sim/] [m32r/] [bl24.cgs] - Rev 24
Go to most recent revision | Compare with Previous | Blame | View Log
# m32r testcase for bl $disp24
# mach(): m32r m32rx
.include "testutils.inc"
start
.global bl24
bl24:
bl.l test0pass
test1fail:
fail
test0pass:
mvaddr_h_gr r4, test1fail
bne r4, r14, test1fail
pass
Go to most recent revision | Compare with Previous | Blame | View Log