diff options
Diffstat (limited to 'tests/tcg/tricore/test_fmul.S')
| -rw-r--r-- | tests/tcg/tricore/test_fmul.S | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/tcg/tricore/test_fmul.S b/tests/tcg/tricore/test_fmul.S new file mode 100644 index 0000000000..fb1f634b2d --- /dev/null +++ b/tests/tcg/tricore/test_fmul.S @@ -0,0 +1,8 @@ +#include "macros.h" +.text +.global _start +_start: + TEST_D_DD_PSW(mul.f, 1, 0x974f4f0a, 0x84000b80, 0x1a0b1980, 0xbcbec42d) + + TEST_PASSFAIL + |