Home | History | Annotate | Line # | Download | only in cr16
      1  1.1  christos # cr16 testcase for macsw reg, (regp)
      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 macsw # REVISIT to update this testcase
      9  1.1  christos macsw:
     10  1.1  christos 	movw  $0x123,r3
     11  1.1  christos 	movw  $0x456,r4
     12  1.1  christos 	macsw r3,r4, (r6,r5)
     13  1.1  christos 	test_h_grp "(r6,r5)", 0x4edc2
     14  1.1  christos 
     15  1.1  christos 	pass
     16