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/] [movw3.cgs] - Rev 26

Compare with Previous | Blame | View Log

# sh testcase for mov.w $rm, @(r0, $rn) -*- Asm -*-
# mach: all
# as: -isa=shcompact
# ld: -m shelf32

        .include "compact/testutils.inc"

        start

        mov #0, r0
        mov #30, r1
        shll8 r1
init:
        # Build up a distinctive bit pattern.
        mov #1, r2
        shll8 r2
        add #12, r2
        mov.w r2, @(r0, r1)
check:
        # Read it back.
        mov.w @(r0, r1), r3
        shll16 r2
        shll16 r3
        cmp/eq r2, r3
        bf wrong

okay:   
        pass
wrong:
        fail
        

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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