Home | History | Annotate | Line # | Download | only in cr16
      1 # cr16 testcase for subb $sr,$dr
      2 # mach(): cr16
      3 
      4 	.include "testutils.inc"
      5 
      6 	start
      7 
      8 	.global subb
      9 subb:
     10 
     11 	movb $7, r4
     12 	movb $3, r5
     13 
     14 	subb r5, r4
     15 
     16 	test_h_gr r4, 4
     17 
     18 	pass
     19