aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc
diff options
context:
space:
mode:
authorEzra Sitorus <ezra.sitorus@arm.com>2024-01-02 09:23:45 +0000
committerRichard Earnshaw <rearnsha@arm.com>2024-01-12 17:00:34 +0000
commit9dadc9ccddacc984dbbad1f2cc6fd12ee63fee01 (patch)
tree62e70e76b1a8d9d4621b6a01ad06ac019f56ae09 /gcc/objc
parent4b887e59ace4fb95cf1ed9cfddd070e74512d735 (diff)
downloadgcc-9dadc9ccddacc984dbbad1f2cc6fd12ee63fee01.zip
gcc-9dadc9ccddacc984dbbad1f2cc6fd12ee63fee01.tar.gz
gcc-9dadc9ccddacc984dbbad1f2cc6fd12ee63fee01.tar.bz2
arm: vld1_types_x4 ACLE intrinsics
This patch is part of a series of patches implementing the _xN variants of the vld1 intrinsic for the arm port. This patch adds the _x4 variants of the vld1 intrinsic. The previous vld1_x4 has been updated to vld1q_x4 to take into account that it works with 4-word-length types. vld1_x4 is now only for 2-word-length types. 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 (vld1_u8_x4, vld1_u16_x4, vld1_u32_x4, vld1_u64_x4): New. (vld1_s8_x4, vld1_s16_x4, vld1_s32_x4, vld1_s64_x4): New. (vld1_f16_x4, vld1_f32_x4): New. (vld1_p8_x4, vld1_p16_x4, vld1_p64_x4): New. (vld1_bf16_x4): New. (vld1q_types_x4): Updated to use vld1q_x4 from arm_neon_builtins.def * config/arm/arm_neon_builtins.def (vld1_x4): Updated entries. (vld1q_x4): New entries, but comes from the old vld1_x4 * config/arm/neon.md (neon_vld1q_x4<mode>): Updated from neon_vld1_x4<mode>. gcc/testsuite/ChangeLog: * gcc.target/arm/simd/vld1_base_xN_1.c: Updated. * gcc.target/arm/simd/vld1_bf16_xN_1.c: Updated. * gcc.target/arm/simd/vld1_fp16_xN_1.c: Updated. * gcc.target/arm/simd/vld1_p64_xN_1.c: Updated.
Diffstat (limited to 'gcc/objc')
0 files changed, 0 insertions, 0 deletions