URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gdb-6.8/] [sim/] [testsuite/] [sim/] [sh64/] [compact/] [jsr.cgs] - Rev 437
Go to most recent revision | Compare with Previous | Blame | View Log
# sh testcase for jsr @$rn -*- Asm -*-
# mach: all
# as: -isa=shcompact
# ld: -m shelf32
.include "compact/testutils.inc"
start
.global jsr
jsr:
# Load 0x1010 into r0.
mov #1, r0
shll8 r0
shll2 r0
shll2 r0
add #16, r0
jsr @r0
slot:
nop
bad:
fail
okay:
pass
alsobad:
fail
fail
fail
Go to most recent revision | Compare with Previous | Blame | View Log