1# Test for saturation behavior with fract multiplication
2# mach: bfin
3
4.include "testutils.inc"
5
6	start
7
8	dmm32 A0.w, 0x45c1969f;
9	dmm32 A0.x, 0x00000000;
10	R4 = A0 (IU);
11	checkreg R4, 0x45c1969f;
12
13	pass
14