xref: /qemu/tests/tcg/tricore/asm/test_imask.S (revision f8ed3648)
1#include "macros.h"
2.text
3.global _start
4_start:
5#                                   res[31:0]
6#              insn  num  res[63:32]   |        imm1  rs1   imm2
7#                |    |       |        |          |    |     |
8    TEST_E_IDI(imask, 1, 0x000f0000, 0x00050000, 0x5, 0x10, 0x4)
9
10    TEST_PASSFAIL
11