summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@codeaurora.org>2013-11-27 01:45:58 +0000
committerChad Rosier <mcrosier@codeaurora.org>2013-11-27 01:45:58 +0000
commit9fef0370c5ec8c9ec9c89a4ee8b4e92735530a48 (patch)
treebc7a0f4a4d6f9549d8e824840228b0e9cdd4fd9d /include
parentdf13080481502547340a60e9539cc041ef84e41a (diff)
downloadllvm-9fef0370c5ec8c9ec9c89a4ee8b4e92735530a48.tar.gz
llvm-9fef0370c5ec8c9ec9c89a4ee8b4e92735530a48.tar.bz2
llvm-9fef0370c5ec8c9ec9c89a4ee8b4e92735530a48.tar.xz
[AArch64] Add support for NEON scalar floating-point absolute difference.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195803 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/IR/IntrinsicsAArch64.td3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/IR/IntrinsicsAArch64.td b/include/llvm/IR/IntrinsicsAArch64.td
index 36e9cb652a..68af8c1164 100644
--- a/include/llvm/IR/IntrinsicsAArch64.td
+++ b/include/llvm/IR/IntrinsicsAArch64.td
@@ -312,6 +312,9 @@ def int_aarch64_neon_vsqadd : Neon_2Arg_Intrinsic;
def int_aarch64_neon_vabs :
Intrinsic<[llvm_v1i64_ty], [llvm_v1i64_ty], [IntrNoMem]>;
+// Scalar Absolute Difference
+def int_aarch64_neon_vabd : Neon_2Arg_Intrinsic;
+
// Scalar Negate Value
def int_aarch64_neon_vneg :
Intrinsic<[llvm_v1i64_ty], [llvm_v1i64_ty], [IntrNoMem]>;