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/] [shlr.cgs] - Rev 437
Go to most recent revision | Compare with Previous | Blame | View Log
# sh testcase for shlr $rn -*- Asm -*-
# mach: all
# as: -isa=shcompact
# ld: -m shelf32
.include "compact/testutils.inc"
start
.global shlr
shlr:
mov #0, r0
or #192, r0
shlr r0
shlr r0
shlr r0
shlr r0
shlr r0
shlr r0
# Make sure a bit is shifted into T.
shlr r0
bf wrong
# Ditto.
shlr r0
bf wrong
shlr r0
assert r0, #0
okay:
pass
wrong:
fail
Go to most recent revision | Compare with Previous | Blame | View Log