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