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