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

Compare with Previous | Blame | View Log

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

        .include "compact/testutils.inc"

        start
        mov #30, r0
        shll8 r0
        ldc r0, gbr

        # Store something first.
        # Build up a distinctive bit pattern.
        mov #1, r0
        shll8 r0
        add #12, r0
        # Preserve r0.
        mov r0, r7
        mov.w r0, @(12, gbr)

check:  
        # Load it back.
        mov.w @(12, gbr), r0
        shll16 r0
        shll16 r7
        cmp/eq r0, r7
        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.