mirror of
https://github.com/mii443/qemu.git
synced 2025-08-26 00:49:39 +00:00
this seperates these tests from the upcoming tests written in C. Also rename the compiled test to 'test_<foo>.asm.tst'. Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> Message-Id: <20230526061946.54514-2-kbastian@mail.uni-paderborn.de>
12 lines
353 B
ArmAsm
12 lines
353 B
ArmAsm
#include "macros.h"
|
|
.text
|
|
.global _start
|
|
_start:
|
|
TEST_D_DDI_PSW(madd, 1, 0x0000fffd, 0x60000b80, 0x0000ffff, 0x7fffffff,2)
|
|
TEST_D_DDI_PSW(madd, 2, 0xffff7fff, 0x60000b80, 0xffff8001, 0x7fffffff,2)
|
|
TEST_D_DDD_PSW(madds.u, 3, 0xffffffff, 0x60000b80, 0x00000000, 0x80000000, \
|
|
0x80000000)
|
|
|
|
TEST_PASSFAIL
|
|
|