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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gdb-7.1/] [sim/] [testsuite/] [sim/] [cr16/] [cbitw.cgs] - Rev 842

Compare with Previous | Blame | View Log

# cr16 testcase for cbitw
# mach:  cr16

        .include "testutils.inc"

        start

        .global cbitw
cbitw:
        cbitw   $4,_y
        loadw   _y, r1
        cmpb    $0xef, r1
        beq ok1
not_ok:
        fail

ok1:
        movd   $_y, (r1,r0)
        cbitw   $5,0(r1,r0)
        loadw   _y, r1
        cmpb    $0xcf, r1
        beq ok2
        br not_ok
ok2:

        movw   $_y, r1
        cbitw   $6,0(r1)
        loadw   _y, r1
        cmpb    $0x8f, r1
        beq ok3
        br not_ok
ok3:
        pass

_y:     .word   0xff

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.