xref: /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/random_0001.s (revision 4b169a6ba595ae283ca507b26b15fdff40495b1c)
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