Home | History | Annotate | Line # | Download | only in m32r
      1 # m32r testcase for mvfc $dr,$scr
      2 # mach(): m32r m32rx
      3 
      4 	.include "testutils.inc"
      5 
      6 	start
      7 
      8 	.global mvfc
      9 mvfc:
     10 	mvi_h_condbit 0
     11 	mvi_h_gr r4, 1
     12 
     13 	mvfc r4, cr1
     14 
     15 	test_h_gr r4, 0
     16 
     17 	mvi_h_condbit 1
     18 
     19 	mvfc r4, cr1
     20 
     21 	test_h_gr r4, 1
     22 
     23 	pass
     24