aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc
diff options
context:
space:
mode:
authorEzra Sitorus <ezra.sitorus@arm.com>2024-01-02 09:23:39 +0000
committerRichard Earnshaw <rearnsha@arm.com>2024-01-12 17:00:33 +0000
commit221912d34eeb42ada3fd5b4afdf72d0b4c85ee03 (patch)
tree8122b87ffc3a510a598ca45fec312838fbfc2d8d /gcc/objc
parentf06c6ad3174a381ba89046313b6e5b401659c81a (diff)
downloadgcc-221912d34eeb42ada3fd5b4afdf72d0b4c85ee03.zip
gcc-221912d34eeb42ada3fd5b4afdf72d0b4c85ee03.tar.gz
gcc-221912d34eeb42ada3fd5b4afdf72d0b4c85ee03.tar.bz2
arm: vst1_types_x4 ACLE intrinsics
This patch is part of a series of patches implementing the _xN variants of the vst1 intrinsic for the arm port. This patch adds the _x4 variants of the vst1 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 (vst1_u8_x4, vst1_u16_x4, vst1_u32_x4, vst1_u64_x4): New. (vst1_s8_x4, vst1_s16_x4, vst1_s32_x4, vst1_s64_x4): New. (vst1_f16_x4, vst1_f32_x4): New. (vst1_p8_x4, vst1_p16_x4, vst1_p64_x4): New. (vst1_bf16_x4): New. * config/arm/arm_neon_builtins.def (vst1_x4): New entries. * config/arm/neon.md (vst1_x4<mode>): New. gcc/testsuite/ChangeLog: * gcc.target/arm/simd/vst1_base_xN_1.c: Updated. * gcc.target/arm/simd/vst1_bf16_xN_1.c: Updated. * gcc.target/arm/simd/vst1_fp16_xN_1.c: Updated. * gcc.target/arm/simd/vst1_p64_xN_1.c: Updated.
Diffstat (limited to 'gcc/objc')
0 files changed, 0 insertions, 0 deletions