tests/tcg/tricore: Add fadd 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-11-kbastian@mail.uni-paderborn.de> Message-Id: <20210512102051.12134-21-alex.bennee@linaro.org>
This commit is contained in:
parent
d6f1593a77
commit
0fb40c55d2
@ -7,6 +7,7 @@ TESTS += test_abs.tst
|
||||
TESTS += test_bmerge.tst
|
||||
TESTS += test_clz.tst
|
||||
TESTS += test_dvstep.tst
|
||||
TESTS += test_fadd.tst
|
||||
|
||||
QEMU_OPTS += -M tricore_testboard -nographic -kernel
|
||||
|
||||
|
16
tests/tcg/tricore/test_fadd.S
Normal file
16
tests/tcg/tricore/test_fadd.S
Normal file
@ -0,0 +1,16 @@
|
||||
#include "macros.h"
|
||||
.text
|
||||
.global _start
|
||||
_start:
|
||||
TEST_D_DD_PSW(add.f, 1, 0x7fc00000, 0x00000b80, 0xffffff85, 0x00001234)
|
||||
TEST_D_DD_PSW(add.f, 2, 0xf9c00000, 0x00000b80, 0xf9400000, 0xf9400000)
|
||||
TEST_D_DD_PSW(add.f, 3, 0x8bb858ca, 0x00000b80, 0x8b3858ca, 0x8b3858ca)
|
||||
TEST_D_DD_PSW(add.f, 4, 0x00000000, 0x00000b80, 0x000000ff, 0x00000000)
|
||||
TEST_D_DD_PSW(add.f, 5, 0x7fc00000, 0x00000b80, 0xfffffe52, 0x0a4cf70c)
|
||||
TEST_D_DD_PSW(add.f, 6, 0x9e6d5076, 0x84000b80, 0x9ded50ec, 0x9ded4fff)
|
||||
TEST_D_DD_PSW(add.f, 7, 0x00000000, 0x04000b80, 0x0000e8bd, 0x00000000)
|
||||
TEST_D_DD_PSW(add.f, 8, 0x7fc00000, 0xc4000b80, 0xffad546e, 0xffad546e)
|
||||
TEST_D_DD_PSW(add.f, 9, 0x7fc00000, 0x04000b80, 0xfffe0000, 0x08130000)
|
||||
|
||||
TEST_PASSFAIL
|
||||
|
Loading…
Reference in New Issue
Block a user