tests/tcg/tricore: Add clz test

Tested-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
[AJB: dropped duplicate Makefile]
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20210305170045.869437-9-kbastian@mail.uni-paderborn.de>
Message-Id: <20210512102051.12134-19-alex.bennee@linaro.org>
This commit is contained in:
Bastian Koppelmann 2021-05-12 11:20:38 +01:00 committed by Alex Bennée
parent f271aa62e9
commit a0d98ea802
2 changed files with 10 additions and 0 deletions

View file

@ -5,6 +5,7 @@ ASFLAGS =
TESTS += test_abs.tst
TESTS += test_bmerge.tst
TESTS += test_clz.tst
QEMU_OPTS += -M tricore_testboard -nographic -kernel

View file

@ -0,0 +1,9 @@
#include "macros.h"
.text
.global _start
_start:
TEST_D_D(cls.h, 1, 0x0, 0x6db17976)
TEST_D_D(cls.h, 2, 0x000f000f, 0x0)
TEST_PASSFAIL