qemu-patch-raspberry4/tests/tcg/tricore/test_ftoi.S
Bastian Koppelmann 55f037a5d5 tests/tcg/tricore: Add ftoi test
Tested-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20210305170045.869437-13-kbastian@mail.uni-paderborn.de>
Message-Id: <20210512102051.12134-23-alex.bennee@linaro.org>
2021-05-18 09:36:21 +01:00

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