Home | History | Annotate | Line # | Download | only in bfin
      1 # mach: bfin
      2 
      3 .include "testutils.inc"
      4 	start
      5 
      6 // issue 117
      7 
      8 	R0 = 0;
      9 	R1 = 0;
     10 	R2 = 0;
     11 	R3 = 0;
     12 	A0 = 0;
     13 	A1 = 0;
     14 	R0.L = 0x0400;
     15 	R1.L = 0x0010;
     16 	R2.L = ( A0 = R0.L * R1.L ) (S2RND);
     17 
     18 	DBGA ( R2.L , 0x1 );
     19 	pass
     20