23 lines
323 B
Text
23 lines
323 B
Text
# frv testcase for notcr $CCi,$CCj,$CCk
|
|
# mach: all
|
|
|
|
.include "testutils.inc"
|
|
|
|
start
|
|
|
|
.global notcr
|
|
notcr:
|
|
set_spr_immed 0x1b1b,cccr
|
|
notcr cc7,cc3
|
|
test_spr_immed 0x1b5b,cccr
|
|
|
|
notcr cc6,cc3
|
|
test_spr_immed 0x1b1b,cccr
|
|
|
|
notcr cc5,cc3
|
|
test_spr_immed 0x1bdb,cccr
|
|
|
|
notcr cc4,cc3
|
|
test_spr_immed 0x1b9b,cccr
|
|
|
|
pass
|