aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc
diff options
context:
space:
mode:
authorEzra Sitorus <ezra.sitorus@arm.com>2024-01-02 09:23:34 +0000
committerRichard Earnshaw <rearnsha@arm.com>2024-01-12 17:00:33 +0000
commitace4b8e7f9ec6ba47d581be486970609de13e0ae (patch)
tree8128fd17f911b2a7b69f319796b039173dc3dc52 /gcc/objc
parent95440171d0e615b0a1aa6863e41ba30df86ac3f4 (diff)
downloadgcc-ace4b8e7f9ec6ba47d581be486970609de13e0ae.zip
gcc-ace4b8e7f9ec6ba47d581be486970609de13e0ae.tar.gz
gcc-ace4b8e7f9ec6ba47d581be486970609de13e0ae.tar.bz2
arm: vld1q_types_x2 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 _x2 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_x2, vld1q_u16_x2, vld1q_u32_x2, vld1q_u64_x2): New. (vld1q_s8_x2, vld1q_s16_x2, vld1q_s32_x2, vld1q_s64_x2): New. (vld1q_f16_x2, vld1q_f32_x2): New. (vld1q_p8_x2, vld1q_p16_x2, vld1q_p64_x2): New. (vld1q_bf16_x2): New. * config/arm/arm_neon_builtins.def (vld1_x2): New entries. * config/arm/neon.md (vld1_x2<mode>): New. gcc/testsuite/ChangeLog: * gcc.target/arm/simd/vld1q_base_xN_1.c: Add new test. * gcc.target/arm/simd/vld1q_bf16_xN_1.c: Add new test. * gcc.target/arm/simd/vld1q_fp16_xN_1.c: Add new test. * gcc.target/arm/simd/vld1q_p64_xN_1.c: Add new test.
Diffstat (limited to 'gcc/objc')
0 files changed, 0 insertions, 0 deletions