summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/bfin/issue123.s
blob: 9f40c3f5349e17ac16e82ae265e0a11eb7a5a3b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# mach: bfin

.include "testutils.inc"
	start

	R0.L = 0x7bb8;
	R0.H = 0x8d5e;
	R4.L = 0x7e1c;
	R4.H = 0x9e22;
// end load regs and acc;
	R6.H = R4.H * R0.L (M), R6.L = R4.L * R0.H (ISS2);

	_DBG R6;

	DBGA ( R6.L , 0x8000 );
	DBGA ( R6.H , 0x8000 );

//-------------

	pass