summaryrefslogtreecommitdiff
path: root/include/clang/Basic/BuiltinsAArch64.def
diff options
context:
space:
mode:
authorTim Northover <tnorthover@apple.com>2013-08-01 09:23:19 +0000
committerTim Northover <tnorthover@apple.com>2013-08-01 09:23:19 +0000
commitb793f0d3448a15277cd6b6cc4ba558ded39a8084 (patch)
treef0474958c676a14f7aa7966343d23352c6cf2556 /include/clang/Basic/BuiltinsAArch64.def
parent789d82a568264543410a3bf0c2c431ccc11d5d1d (diff)
downloadclang-b793f0d3448a15277cd6b6cc4ba558ded39a8084.tar.gz
clang-b793f0d3448a15277cd6b6cc4ba558ded39a8084.tar.bz2
clang-b793f0d3448a15277cd6b6cc4ba558ded39a8084.tar.xz
AArch64: initial NEON support
Patch by Ana Pazos - Completed implementation of instruction formats: AdvSIMD three same AdvSIMD modified immediate AdvSIMD scalar pairwise - Completed implementation of instruction classes (some of the instructions in these classes belong to yet unfinished instruction formats): Vector Arithmetic Vector Immediate Vector Pairwise Arithmetic - Initial implementation of instruction formats: AdvSIMD scalar two-reg misc AdvSIMD scalar three same - Intial implementation of instruction class: Scalar Arithmetic - Initial clang changes to support arm v8 intrinsics. Note: no clang changes for scalar intrinsics function name mangling yet. - Comprehensive test cases for added instructions To verify auto codegen, encoding, decoding, diagnosis, intrinsics. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@187568 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/BuiltinsAArch64.def')
-rw-r--r--include/clang/Basic/BuiltinsAArch64.def7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/clang/Basic/BuiltinsAArch64.def b/include/clang/Basic/BuiltinsAArch64.def
index 768e4bb26c..aafd202aae 100644
--- a/include/clang/Basic/BuiltinsAArch64.def
+++ b/include/clang/Basic/BuiltinsAArch64.def
@@ -16,3 +16,10 @@
// In libgcc
BUILTIN(__clear_cache, "vv*v*", "i")
+// NEON
+#define GET_NEON_AARCH64_BUILTINS
+#include "clang/Basic/arm_neon.inc"
+#undef GET_NEON_AARCH64_BUILTINS
+#undef GET_NEON_BUILTINS
+
+#undef BUILTIN