OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gdb-6.8/] [pre-binutils-2.20.1-sync/] [sim/] [testsuite/] [sim/] [sh64/] [compact/] [movb1.cgs] - Diff between revs 157 and 223

Only display areas with differences | Details | Blame | View Log

Rev 157 Rev 223
# sh testcase for mov.b $rm, @$rn -*- Asm -*-
# sh testcase for mov.b $rm, @$rn -*- Asm -*-
# mach: all
# mach: all
# as: -isa=shcompact
# as: -isa=shcompact
# ld: -m shelf32
# ld: -m shelf32
        .include "compact/testutils.inc"
        .include "compact/testutils.inc"
        start
        start
        mov #55, r1
        mov #55, r1
        mov #40, r2
        mov #40, r2
        shll8 r2
        shll8 r2
        mov.b r1, @r2
        mov.b r1, @r2
        # Load it back into r3.
        # Load it back into r3.
        mov #40, r2
        mov #40, r2
        shll8 r2
        shll8 r2
        mov.b @r2, r3
        mov.b @r2, r3
        # Make sure r1 and r3 match.
        # Make sure r1 and r3 match.
        cmp/eq r1, r3
        cmp/eq r1, r3
        bf wrong
        bf wrong
okay:
okay:
        pass
        pass
wrong:
wrong:
        fail
        fail
 
 

powered by: WebSVN 2.1.0

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