Home | History | Annotate | Line # | Download | only in m32r
      1 # m32r testcase for bc $disp8
      2 # mach(): m32r m32rx
      3 
      4 	.include "testutils.inc"
      5 
      6 	start
      7 
      8 	.global bc8
      9 bc8:
     10 
     11 	mvi_h_condbit 0
     12 	bc.s test0fail
     13 	bra test0pass
     14 test0fail:
     15 	fail
     16 test0pass:
     17 
     18 	mvi_h_condbit 1
     19 	bc.s test1pass
     20 	fail
     21 test1pass:
     22 
     23 	pass
     24