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