xref: /openbmc/qemu/tests/tcg/tricore/asm/test_muls.S (revision 85978dfb6b1c1334ed6aa998ca06c3f45e2127e0)
1#include "macros.h"
2.text
3.global _start
4_start:
5    TEST_D_DD_PSW(muls.u, 1, 0xffffffff, 0x78000b80, 0x80000001, 0xffffffff)
6    TEST_D_DD_PSW(muls.u, 2, 0xffffffff, 0x60000b80, 0xfffffffe, 0xffffffff)
7
8    TEST_PASSFAIL
9
10