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

Compare with Previous | Blame | View Log

# sh testcase for movca.l r0, @$rn -*- Asm -*-
# mach: all
# as: -isa=shcompact
# ld: -m shelf32

        .include "compact/testutils.inc"

        start

        .global movcal
movcal:
        mov #1, r0
        rotr r0
        add #128, r0
        mov #40, r1
        shll8 r1
        movca.l r0, @r1

        # Load the word back in.
        mov.l @r1, r3
        cmp/eq r0, 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.