aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc
diff options
context:
space:
mode:
authorEzra Sitorus <ezra.sitorus@arm.com>2024-01-02 09:23:35 +0000
committerRichard Earnshaw <rearnsha@arm.com>2024-01-12 17:00:33 +0000
commitc8ec3e1327cb1e5f09f51e11053400803754d614 (patch)
tree8cd0a110afbdadbc96e6af39cb48b19ddefe175e /gcc/objc
parentace4b8e7f9ec6ba47d581be486970609de13e0ae (diff)
downloadgcc-c8ec3e1327cb1e5f09f51e11053400803754d614.zip
gcc-c8ec3e1327cb1e5f09f51e11053400803754d614.tar.gz
gcc-c8ec3e1327cb1e5f09f51e11053400803754d614.tar.bz2
arm: vld1q_types_x3 ACLE intrinsics
This patch is part of a series of patches implementing the _xN variants of the vld1q intrinsic for the arm port. This patch adds the _x3 variants of the vld1q intrinsic. ACLE documents: https://developer.arm.com/documentation/ihi0053/latest/ ISA documents: https://developer.arm.com/documentation/ddi0487/latest/ gcc/ChangeLog: * config/arm/arm_neon.h (vld1q_u8_x3, vld1q_u16_x3, vld1q_u32_x3, vld1q_u64_x3): New. (vld1q_s8_x3, vld1q_s16_x3, vld1q_s32_x3, vld1q_s64_x3): New. (vld1q_f16_x3, vld1q_f32_x3): New. (vld1q_p8_x3, vld1q_p16_x3, vld1q_p64_x3): New. (vld1q_bf16_x3): New. * config/arm/arm_neon_builtins.def (vld1_x3): New entries. * config/arm/neon.md (neon_vld1_x3<mode>): New. (neon_vld1x3qa<mode>, neon_vld1x3qb<mode>): New. * config/arm/unspecs.md (UNSPEC_VLD1X3A, UNSPEC_VLD1X3B): New. gcc/testsuite/ChangeLog: * gcc.target/arm/simd/vld1q_base_xN_1.c: Add new tests. * gcc.target/arm/simd/vld1q_bf16_xN_1.c: Add new tests. * gcc.target/arm/simd/vld1q_fp16_xN_1.c: Add new tests. * gcc.target/arm/simd/vld1q_p64_xN_1.c: Add new tests.
Diffstat (limited to 'gcc/objc')
0 files changed, 0 insertions, 0 deletions