aboutsummaryrefslogtreecommitdiff
path: root/tests/tcg/xtensa/test_mac16.S
diff options
context:
space:
mode:
authorMax Filippov <jcmvbkbc@gmail.com>2019-02-18 06:40:38 -0800
committerMax Filippov <jcmvbkbc@gmail.com>2019-02-28 04:43:23 -0800
commit50f0171a9543f7a40abdbd36714fb1201cdc47b0 (patch)
treeeb172efdd17586270d694f41e9d004c580f77dc2 /tests/tcg/xtensa/test_mac16.S
parentecf5b577592be61b78b5d67724a1ebf559c9e695 (diff)
tests/tcg/xtensa: add straightforward conditionals
Make tests for optional instruction groups conditional on the presence of corresponding options in the config. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'tests/tcg/xtensa/test_mac16.S')
-rw-r--r--tests/tcg/xtensa/test_mac16.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/tcg/xtensa/test_mac16.S b/tests/tcg/xtensa/test_mac16.S
index 512025d842..ee0cedd2ae 100644
--- a/tests/tcg/xtensa/test_mac16.S
+++ b/tests/tcg/xtensa/test_mac16.S
@@ -2,6 +2,8 @@
test_suite mac16
+#if XCHAL_HAVE_MAC16
+
#define ext16(v) (((v) & 0xffff) | (((v) & 0x8000) * 0x1ffffffe))
#define mul16(a, b) ((ext16(a) * ext16(b)))
@@ -240,4 +242,6 @@ test mula_dd_lddec
.text
test_end
+#endif
+
test_suite_end