diff options
Diffstat (limited to 'tests/tcg/tricore/test_abs.S')
-rw-r--r-- | tests/tcg/tricore/test_abs.S | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/tcg/tricore/test_abs.S b/tests/tcg/tricore/test_abs.S new file mode 100644 index 0000000000..e42240159a --- /dev/null +++ b/tests/tcg/tricore/test_abs.S @@ -0,0 +1,7 @@ +#include "macros.h" +.text +.global _start +_start: + TEST_D_D(abs, 1, 0, 0) + + TEST_PASSFAIL |