Skip to content

Commit

Permalink
tests/tcg/tricore: Add fmul test
Browse files Browse the repository at this point in the history
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-12-kbastian@mail.uni-paderborn.de>
Message-Id: <20210512102051.12134-22-alex.bennee@linaro.org>
  • Loading branch information
bkoppelmann authored and stsquad committed May 18, 2021
1 parent 0fb40c5 commit 14c91f7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/tcg/tricore/Makefile.softmmu-target
Expand Up @@ -8,6 +8,7 @@ TESTS += test_bmerge.tst
TESTS += test_clz.tst
TESTS += test_dvstep.tst
TESTS += test_fadd.tst
TESTS += test_fmul.tst

QEMU_OPTS += -M tricore_testboard -nographic -kernel

Expand Down
8 changes: 8 additions & 0 deletions tests/tcg/tricore/test_fmul.S
@@ -0,0 +1,8 @@
#include "macros.h"
.text
.global _start
_start:
TEST_D_DD_PSW(mul.f, 1, 0x974f4f0a, 0x84000b80, 0x1a0b1980, 0xbcbec42d)

TEST_PASSFAIL

0 comments on commit 14c91f7

Please sign in to comment.