OpenCores
URL https://opencores.org/ocsvn/scarts/scarts/trunk

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-gdb/] [gdb-6.8/] [sim/] [testsuite/] [sim/] [sh64/] [compact/] [shll8.cgs] - Blame information for rev 26

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 26 jlechner
# sh testcase for shll8 $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 shll8
11
shll8:
12
        mov #1, r1
13
        shll8 r1
14
        shll8 r1
15
        shll8 r1
16
        shll8 r1
17
        assert r1, #0
18
 
19
another:
20
        mov #1, r1
21
        shll8 r1
22
        mov #1, r7
23
        shll r7
24
        shll r7
25
        shll r7
26
        shll r7
27
        shll r7
28
        shll r7
29
        shll r7
30
        shll r7
31
        cmp/eq r1, r7
32
        bf wrong
33
 
34
okay:
35
        pass
36
 
37
wrong:
38
        fail

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.