Home | History | Annotate | Line # | Download | only in cr16
      1  1.1  christos # cr16 testcase for scs reg
      2  1.1  christos # mach(): cr16
      3  1.1  christos 
      4  1.1  christos 	.include "testutils.inc"
      5  1.1  christos 
      6  1.1  christos 	start
      7  1.1  christos 
      8  1.1  christos 	.global scs
      9  1.1  christos scs:
     10  1.1  christos 	mvi_h_condbit 0
     11  1.1  christos 	movw $12, r4
     12  1.1  christos 	movw $10, r5
     13  1.1  christos 	subw r4, r5
     14  1.1  christos 	scs r3
     15  1.1  christos 
     16  1.1  christos 	cmpw $1, r3
     17  1.1  christos 	beq ok
     18  1.1  christos not_ok:
     19  1.1  christos 	fail
     20  1.1  christos ok:
     21  1.1  christos 	pass
     22