sim: clean up stale AC_PREREQ refs
[deliverable/binutils-gdb.git] / sim / testsuite / sim / sh64 / compact / shlr.cgs
1 # sh testcase for shlr $rn -*- Asm -*-
2 # mach: all
3 # as: -isa=shcompact
4 # ld: -m shelf32
5
6 .include "compact/testutils.inc"
7
8 start
9
10 .global shlr
11 shlr:
12 mov #0, r0
13 or #192, r0
14 shlr r0
15 shlr r0
16 shlr r0
17 shlr r0
18 shlr r0
19 shlr r0
20 # Make sure a bit is shifted into T.
21 shlr r0
22 bf wrong
23 # Ditto.
24 shlr r0
25 bf wrong
26 shlr r0
27 assert r0, #0
28
29 okay:
30 pass
31
32 wrong:
33 fail
This page took 0.031848 seconds and 4 git commands to generate.