diff options
author | Joey Gouly <joey.gouly@arm.com> | 2013-10-01 12:39:11 +0000 |
---|---|---|
committer | Joey Gouly <joey.gouly@arm.com> | 2013-10-01 12:39:11 +0000 |
commit | d1311ac171f9cb90cab4906a6c0e091b6b65b862 (patch) | |
tree | 9f20fecbfc305d0f05bd5b5420b6f953c4e8bad6 /include | |
parent | 9813dbf396e63f6d4fd99fe0f6651e831cb7414b (diff) | |
download | external_llvm-d1311ac171f9cb90cab4906a6c0e091b6b65b862.zip external_llvm-d1311ac171f9cb90cab4906a6c0e091b6b65b862.tar.gz external_llvm-d1311ac171f9cb90cab4906a6c0e091b6b65b862.tar.bz2 |
[ARM] Introduce the 'sevl' instruction in ARMv8.
This also removes the restriction on the immediate field of the 'hint'
instruction.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191744 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/IR/IntrinsicsARM.td | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/llvm/IR/IntrinsicsARM.td b/include/llvm/IR/IntrinsicsARM.td index 8d8c4af..2d82735 100644 --- a/include/llvm/IR/IntrinsicsARM.td +++ b/include/llvm/IR/IntrinsicsARM.td @@ -113,6 +113,10 @@ def int_arm_crc32cw : Intrinsic<[llvm_i32_ty], [llvm_i32_ty, llvm_i32_ty], [IntrNoMem]>; //===----------------------------------------------------------------------===// +// HINT +def int_arm_sevl : Intrinsic<[], []>; + +//===----------------------------------------------------------------------===// // Advanced SIMD (NEON) // The following classes do not correspond directly to GCC builtins. |