aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/unroll-2.c
diff options
context:
space:
mode:
authorEzra Sitorus <ezra.sitorus@arm.com>2023-12-07 15:28:42 +0000
committerRichard Earnshaw <rearnsha@arm.com>2023-12-07 17:14:17 +0000
commita69a7c7b6782c5b6f213f1f34af8dbb6541f27bb (patch)
treec4b0af0e951a0e0a7f07505de5647d5683edc6af /gcc/testsuite/c-c++-common/unroll-2.c
parentac827ec3e600bcb636f564876b186ee19d384a1e (diff)
downloadgcc-a69a7c7b6782c5b6f213f1f34af8dbb6541f27bb.zip
gcc-a69a7c7b6782c5b6f213f1f34af8dbb6541f27bb.tar.gz
gcc-a69a7c7b6782c5b6f213f1f34af8dbb6541f27bb.tar.bz2
arm: vst1_types_x2 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 _x2 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_x2, vst1_u16_x2, vst1_u32_x2, vst1_u64_x2): New. (vst1_s8_x2, vst1_s16_x2, vst1_s32_x2, vst1_s64_x2): New. (vst1_f16_x2, vst1_f32_x2): New. (vst1_p8_x2, vst1_p16_x2, vst1_p64_x2): New. (vst1_bf16_x2): New. * config/arm/arm_neon_builtins.def (vst1_x2): New entries. * config/arm/neon.md (vst1_x2<mode>): New. gcc/testsuite/ChangeLog: * gcc.target/arm/simd/vst1_base_xN_1.c: Add new tests. * gcc.target/arm/simd/vst1_bf16_xN_1.c: Add new tests. * gcc.target/arm/simd/vst1_fp16_xN_1.c: Add new tests. * gcc.target/arm/simd/vst1_p64_xN_1.c: Add new tests.
Diffstat (limited to 'gcc/testsuite/c-c++-common/unroll-2.c')
0 files changed, 0 insertions, 0 deletions