URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gdb-6.8/] [sim/] [testsuite/] [sim/] [frv/] [andcr.cgs] - Rev 24
Go to most recent revision | Compare with Previous | Blame | View Log
# frv testcase for andcr $CCi,$CCj,$CCk
# mach: all
.include "testutils.inc"
start
.global andcr
andcr:
set_spr_immed 0x1b1b,cccr
andcr cc7,cc7,cc3
test_spr_immed 0x1b1b,cccr
andcr cc7,cc6,cc3
test_spr_immed 0x1b1b,cccr
andcr cc7,cc5,cc3
test_spr_immed 0x1b1b,cccr
andcr cc7,cc4,cc3
test_spr_immed 0x1b1b,cccr
andcr cc6,cc7,cc3
test_spr_immed 0x1b1b,cccr
andcr cc6,cc6,cc3
test_spr_immed 0x1b1b,cccr
andcr cc6,cc5,cc3
test_spr_immed 0x1b1b,cccr
andcr cc6,cc4,cc3
test_spr_immed 0x1b1b,cccr
andcr cc5,cc7,cc3
test_spr_immed 0x1b1b,cccr
andcr cc5,cc6,cc3
test_spr_immed 0x1b1b,cccr
andcr cc5,cc5,cc3
test_spr_immed 0x1b1b,cccr
andcr cc5,cc4,cc3
test_spr_immed 0x1b1b,cccr
andcr cc4,cc7,cc3
test_spr_immed 0x1b1b,cccr
andcr cc4,cc6,cc3
test_spr_immed 0x1b1b,cccr
andcr cc4,cc5,cc3
test_spr_immed 0x1b9b,cccr
andcr cc4,cc4,cc3
test_spr_immed 0x1bdb,cccr
pass
Go to most recent revision | Compare with Previous | Blame | View Log