xref: /qemu/tests/tcg/tricore/asm/test_crcn.S (revision b49f4755)
1#include "macros.h"
2.text
3.global _start
4_start:
5#                insn num    result   rs1    rs2     rs3
6#                 |     |      |      |       |       |
7    TEST_D_DDD(crcn, 1, 0x00002bed, 0x0, 0xa10ddeed, 0x0)
8
9    TEST_PASSFAIL
10