aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tcg/tricore/test_clz.S
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tcg/tricore/test_clz.S')
-rw-r--r--tests/tcg/tricore/test_clz.S9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/tcg/tricore/test_clz.S b/tests/tcg/tricore/test_clz.S
new file mode 100644
index 000000000..e03835f12
--- /dev/null
+++ b/tests/tcg/tricore/test_clz.S
@@ -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
+