xref: /qemu/tests/tcg/tricore/asm/test_clz.S (revision f8ed3648)
1#include "macros.h"
2.text
3.global _start
4_start:
5    TEST_D_D(cls.h, 1, 0x0, 0x6db17976)
6    TEST_D_D(cls.h, 2, 0x000f000f, 0x0)
7
8    TEST_PASSFAIL
9
10