xref: /openbmc/qemu/tests/tcg/tricore/asm/test_bmerge.S (revision 8b50d564)
1*8b50d564SBastian Koppelmann#include "macros.h"
2*8b50d564SBastian Koppelmann.text
3*8b50d564SBastian Koppelmann.global _start
4*8b50d564SBastian Koppelmann_start:
5*8b50d564SBastian Koppelmann    TEST_D_DD_PSW(bmerge, 1, 0x555557f7, 0x00000b80, 0x0000001d, 0x0000ffff)
6*8b50d564SBastian Koppelmann
7*8b50d564SBastian Koppelmann    TEST_PASSFAIL
8*8b50d564SBastian Koppelmann
9