Home | History | Annotate | Line # | Download | only in bfin
      1 # mach: bfin
      2 
      3 .include "testutils.inc"
      4 	start
      5 
      6 	R0.L = 0x7bb8;
      7 	R0.H = 0x8d5e;
      8 	R4.L = 0x7e1c;
      9 	R4.H = 0x9e22;
     10 // end load regs and acc;
     11 	R6.H = R4.H * R0.L (M), R6.L = R4.L * R0.H (ISS2);
     12 
     13 	_DBG R6;
     14 
     15 	DBGA ( R6.L , 0x8000 );
     16 	DBGA ( R6.H , 0x8000 );
     17 
     18 //-------------
     19 
     20 	pass
     21