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/] [stsl-fpul.cgs] - Rev 24
Go to most recent revision | Compare with Previous | Blame | View Log
# sh testcase for sts.l fpul, @-$rn -*- Asm -*_
# mach: all
# as: -isa=shcompact
# ld: -m shelf32
.include "compact/testutils.inc"
start
.global stsl_fpul
stsl_fpul:
mov #40, r0
shll8 r0
# Preserve r0.
mov r0, r7
sts.l fpul, @-r0
dec:
# Check for proper pre-decrementing.
add #4, r0
cmp/eq r0, r7
bf wrong
okay:
pass
wrong:
fail
Go to most recent revision | Compare with Previous | Blame | View Log