Home | History | Annotate | Line # | Download | only in cr16
      1 # cr16 testcase for macuw reg, reg, (regp)
      2 # mach(): cr16 
      3 
      4 	.include "testutils.inc"
      5 
      6 	start  # REVIST to update testcase
      7 
      8 	.global macuw
      9 macuw:
     10 	movw  $0x123,r3
     11 	movw  $0x456,r4
     12 	macuw r3, r4, (r6,r5)
     13 	test_h_grp "(r6,r5)", 0x4edc2
     14 
     15 	pass
     16