xref: /qemu/tests/tcg/tricore/asm/test_insert.S (revision f8ed3648)
1#include "macros.h"
2.text
3.global _start
4_start:
5#                insn num    result        rs1    imm1   rs2  imm2
6#                 |     |      |            |       |     |    |
7    TEST_D_DIDI(insert, 1, 0x7fffffff, 0xffffffff, 0xa, 0x10, 0x8)
8
9    TEST_PASSFAIL
10