sim: bfin: unify se_all helpers more
[deliverable/binutils-gdb.git] / sim / testsuite / sim / bfin / random_0001.s
CommitLineData
1d7b4a70
MF
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
This page took 0.055083 seconds and 4 git commands to generate.