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/] [stcl-gbr.cgs] - Rev 437
Go to most recent revision | Compare with Previous | Blame | View Log
# sh testcase for stc.l gbr, @-$rn -*- Asm -*-
# mach: all
# as: -isa=shcompact
# ld: -m shelf32
.include "compact/testutils.inc"
start
.global stcl_gbr
stcl_gbr:
mov #42, r0
ldc r0, gbr
mov #40, r0
shll8 r0
# save address
mov r0, r1
stc.l gbr, @-r0
add #4, r0
cmp/eq r0, r1
bf wrong
okay:
pass
wrong:
fail
Go to most recent revision | Compare with Previous | Blame | View Log