]> granicus.if.org Git - clang/commit
[AArch64] Add support for NEON scalar three register different instruction
authorChad Rosier <mcrosier@codeaurora.org>
Thu, 17 Oct 2013 18:12:50 +0000 (18:12 +0000)
committerChad Rosier <mcrosier@codeaurora.org>
Thu, 17 Oct 2013 18:12:50 +0000 (18:12 +0000)
commitd867422c86914e055b8772ec1f22b349e15de94b
tree9700e6b66b47e865d4f7f85b9c8b65bed532ead5
parent82a2911a94947e20ac4fd961b6322adf74ad9224
[AArch64] Add support for NEON scalar three register different instruction
class.  The instruction class includes the signed saturating doubling
multiply-add long, signed saturating doubling multiply-subtract long, and
the signed saturating doubling multiply long instructions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@192909 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/arm_neon.td
lib/CodeGen/CGBuiltin.cpp
test/CodeGen/aarch64-neon-intrinsics.c