aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc
diff options
context:
space:
mode:
authorEzra Sitorus <ezra.sitorus@arm.com>2024-01-02 09:23:38 +0000
committerRichard Earnshaw <rearnsha@arm.com>2024-01-12 17:00:33 +0000
commitf06c6ad3174a381ba89046313b6e5b401659c81a (patch)
treef8fe51021cd3167073033bcee3feb9505f26d414 /gcc/objc
parent2bd944af54570e3151839b90dc37f5ca328893d6 (diff)
downloadgcc-f06c6ad3174a381ba89046313b6e5b401659c81a.zip
gcc-f06c6ad3174a381ba89046313b6e5b401659c81a.tar.gz
gcc-f06c6ad3174a381ba89046313b6e5b401659c81a.tar.bz2
arm: vst1_types_x3 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 _x3 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_x3, vst1_u16_x3, vst1_u32_x3, vst1_u64_x3): New. (vst1_s8_x3, vst1_s16_x3, vst1_s32_x3, vst1_s64_x3): New. (vst1_f16_x3, vst1_f32_x3): New. (vst1_p8_x3, vst1_p16_x3, vst1_p64_x3): New. (vst1_bf16_x3): New. * config/arm/arm_neon_builtins.def (vst1_x3): New entries. * config/arm/neon.md (vst1_x3<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