aarch64-simd-builtins.def: Add missing changes from r230962.

* config/aarch64/aarch64-simd-builtins.def:
	Add missing changes from r230962.

From-SVN: r230966
This commit is contained in:
Matthew Wahab 2015-11-26 14:17:04 +00:00 committed by Matthew Wahab
parent 863af9a44a
commit 941dd9a0ba
2 changed files with 19 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2015-11-26 Matthew Wahab <matthew.wahab@arm.com>
* config/aarch64/aarch64-simd-builtins.def:
Add missing changes from r230962.
2015-11-26 Nathan Sidwell <nathan@acm.org>
* config/nvptx/nvptx.c (write_func_decl_from_insn): Replace callee

View File

@ -431,3 +431,17 @@
/* Implemented by aarch64_qtbx4<mode>. */
VAR1 (TERNOP, qtbx4, 0, v8qi)
VAR1 (TERNOP, qtbx4, 0, v16qi)
/* Builtins for ARMv8.1 Adv.SIMD instructions. */
/* Implemented by aarch64_sqrdml<SQRDMLH_AS:rdma_as>h<mode>. */
BUILTIN_VSDQ_HSI (TERNOP, sqrdmlah, 0)
BUILTIN_VSDQ_HSI (TERNOP, sqrdmlsh, 0)
/* Implemented by aarch64_sqrdml<SQRDMLH_AS:rdma_as>h_lane<mode>. */
BUILTIN_VSDQ_HSI (QUADOP_LANE, sqrdmlah_lane, 0)
BUILTIN_VSDQ_HSI (QUADOP_LANE, sqrdmlsh_lane, 0)
/* Implemented by aarch64_sqrdml<SQRDMLH_AS:rdma_as>h_laneq<mode>. */
BUILTIN_VSDQ_HSI (QUADOP_LANE, sqrdmlah_laneq, 0)
BUILTIN_VSDQ_HSI (QUADOP_LANE, sqrdmlsh_laneq, 0)