OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gdb-7.1/] [sim/] [testsuite/] [sim/] [cr16/] [ashuw.cgs] - Diff between revs 834 and 842

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

Rev 834 Rev 842
# cr16 testcase for ashuw $sr,$dr
# cr16 testcase for ashuw $sr,$dr
# mach(): cr16
# mach(): cr16
        .include "testutils.inc"
        .include "testutils.inc"
        start
        start
        .global ashuw
        .global ashuw
ashuw:
ashuw:
        movw  $0x1ff1, r4
        movw  $0x1ff1, r4
        movw  $12,r5
        movw  $12,r5
        ashuw       r5, r4
        ashuw       r5, r4
        cmpw $0x1000, r4
        cmpw $0x1000, r4
        beq ok
        beq ok
not_ok:
not_ok:
        fail
        fail
ok:
ok:
        movw  $0x1ff1, r4
        movw  $0x1ff1, r4
        movw  $-12,r5
        movw  $-12,r5
        ashuw       r5, r4
        ashuw       r5, r4
        test_h_gr r4, 0x1
        test_h_gr r4, 0x1
        pass
        pass
 
 

powered by: WebSVN 2.1.0

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