Home | History | Annotate | Line # | Download | only in m32r
      1  1.1  christos # m32r testcase for mullo $src1,$src2
      2  1.1  christos # mach(): m32r m32rx
      3  1.1  christos 
      4  1.1  christos 	.include "testutils.inc"
      5  1.1  christos 
      6  1.1  christos 	start
      7  1.1  christos 
      8  1.1  christos 	.global mullo
      9  1.1  christos mullo:
     10  1.1  christos 
     11  1.1  christos 	mvi_h_gr r4, 4
     12  1.1  christos 	mvi_h_gr r5, 5
     13  1.1  christos 	mullo r4, r5
     14  1.1  christos 	test_h_accum0 0, 0x140000
     15  1.1  christos 
     16  1.1  christos 	pass
     17