OpenCores
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/] [movl10.cgs] - Diff between revs 24 and 157

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

Rev 24 Rev 157
# sh testcase for mov.l @($imm8x4, pc), $rn -*- Asm -*-
# sh testcase for mov.l @($imm8x4, pc), $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
init:
init:
        # Build up a distinctive bit pattern.
        # Build up a distinctive bit pattern.
        mov #1, r2
        mov #1, r2
        shll8 r2
        shll8 r2
        add #12, r2
        add #12, r2
        shll8 r2
        shll8 r2
        add #85, r2
        add #85, r2
        shll8 r2
        shll8 r2
        add #170, r2
        add #170, r2
        # Store to memory.
        # Store to memory.
        mov #16, r1
        mov #16, r1
        shll8 r1
        shll8 r1
        add #32, r1
        add #32, r1
        mov.l r2, @r1
        mov.l r2, @r1
check:
check:
        # Read it back.
        # Read it back.
        mov.l @(12, pc), r0
        mov.l @(12, pc), r0
        cmp/eq r2, r0
        cmp/eq r2, r0
        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.