mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 15:15:46 +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>
11 lines
234 B
ArmAsm
11 lines
234 B
ArmAsm
#include "macros.h"
|
|
.text
|
|
.global _start
|
|
_start:
|
|
TEST_D_D_PSW(ftoi, 1, 0x0, 0x84000b80, 0x05f6e605)
|
|
TEST_D_D_PSW(ftoi, 2, 0x0, 0x04000b80, 0x00012200)
|
|
TEST_D_D_PSW(ftoi, 3, 0x0, 0xc4000b80, 0xffffffff)
|
|
|
|
TEST_PASSFAIL
|
|
|