mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-21 04:42:53 +08:00
23 lines
239 B
ArmAsm
23 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
|