aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/general/sbmm8.c
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2018-08-01 17:23:31 +0200
committerCyril SIX <cyril.six@kalray.eu>2018-08-01 17:23:31 +0200
commit080875012a740b9fbe9ad9e1d147543ce538a955 (patch)
tree7c24e0114b744bc126ea7e021535c6d2a3aa5e35 /test/mppa/general/sbmm8.c
parent265fdd4f703b0310fbcf5ad448c29dc34f7ff33a (diff)
downloadcompcert-kvx-080875012a740b9fbe9ad9e1d147543ce538a955.tar.gz
compcert-kvx-080875012a740b9fbe9ad9e1d147543ce538a955.zip
Added all the working builtins for ALU. Added BCU and LSU without testing
Diffstat (limited to 'test/mppa/general/sbmm8.c')
-rw-r--r--test/mppa/general/sbmm8.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/mppa/general/sbmm8.c b/test/mppa/general/sbmm8.c
new file mode 100644
index 00000000..beced8fc
--- /dev/null
+++ b/test/mppa/general/sbmm8.c
@@ -0,0 +1,7 @@
+#include "framework.h"
+
+BEGIN_TEST_N(unsigned long long, 2)
+{
+ c = __builtin_k1_sbmm8(t[0], t[1]);
+}
+END_TEST()