Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/sim/testsuite/bfin/random_0001.s
2023-03-06 14:48:14 +01:00

13 lines
203 B
ArmAsm

# Test for saturation behavior with fract multiplication
# mach: bfin
.include "testutils.inc"
start
dmm32 A0.w, 0x45c1969f;
dmm32 A0.x, 0x00000000;
R4 = A0 (IU);
checkreg R4, 0x45c1969f;
pass