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

22 lines
239 B
ArmAsm

# mach: bfin
#include "test.h"
.include "testutils.inc"
start
R0 = 0;
ASTAT = R0;
R6.L = -32768;
R6.H = -32768;
R1.L = -32768;
R1.H = -32768;
R4 = R6.L * R1.H;
_DBG ASTAT;
R7 = ASTAT;
CHECKREG R7, (_VS|_V|_V_COPY);
pass