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