xref: /qemu/tests/tcg/tricore/asm/test_abs.S (revision 8b50d564)
1#include "macros.h"
2.text
3.global _start
4_start:
5    TEST_D_D(abs, 1, 0, 0)
6
7    TEST_PASSFAIL
8