xref: /openbmc/qemu/tests/tcg/tricore/asm/test_clz.S (revision 29770e09e4c877fa9cc6cedb93c5bcbf9ee10b50)
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