OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gdb-6.8/] [pre-binutils-2.20.1-sync/] [sim/] [testsuite/] [sim/] [fr30/] [andh.cgs] - Diff between revs 157 and 223

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

Rev 157 Rev 223
# fr30 testcase for andh $Rj,@$Ri
# fr30 testcase for andh $Rj,@$Ri
# mach(): fr30
# mach(): fr30
        .include "testutils.inc"
        .include "testutils.inc"
        START
        START
        .text
        .text
        .global andh
        .global andh
andh:
andh:
        ; Test andh $Rj,@$Ri
        ; Test andh $Rj,@$Ri
        mvi_h_gr        0xaaaaaaaa,r7
        mvi_h_gr        0xaaaaaaaa,r7
        mvi_h_mem       0x55555555,sp
        mvi_h_mem       0x55555555,sp
        set_cc          0x0b            ; Set mask opposite of expected
        set_cc          0x0b            ; Set mask opposite of expected
        andh            r7,@sp
        andh            r7,@sp
        test_cc         0 1 1 1
        test_cc         0 1 1 1
        test_h_mem      0x00005555,sp
        test_h_mem      0x00005555,sp
        mvi_h_mem       0xffffffff,sp
        mvi_h_mem       0xffffffff,sp
        set_cc          0x04            ; Set mask opposite of expected
        set_cc          0x04            ; Set mask opposite of expected
        andh            r7,@sp
        andh            r7,@sp
        test_cc         1 0 0 0
        test_cc         1 0 0 0
        test_h_mem      0xaaaaffff,sp
        test_h_mem      0xaaaaffff,sp
        mvi_h_mem       0x00ffffff,sp
        mvi_h_mem       0x00ffffff,sp
        set_cc          0x0d            ; Set mask opposite of expected
        set_cc          0x0d            ; Set mask opposite of expected
        andh            r7,@sp
        andh            r7,@sp
        test_cc         0 0 0 1
        test_cc         0 0 0 1
        test_h_mem      0x00aaffff,sp
        test_h_mem      0x00aaffff,sp
        pass
        pass
 
 

powered by: WebSVN 2.1.0

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