comparison gcc/testsuite/gcc.target/arm/mve/intrinsics/vldrdq_gather_base_wb_z_s64.c @ 152:2b5abeee2509

update gcc11
author anatofuz
date Mon, 25 May 2020 07:50:57 +0900
parents
children
comparison
equal deleted inserted replaced
145:1830386684a0 152:2b5abeee2509
1 /* { dg-require-effective-target arm_v8_1m_mve_ok } */
2 /* { dg-add-options arm_v8_1m_mve } */
3 /* { dg-additional-options "-O2" } */
4 #include "arm_mve.h"
5
6 int64x2_t foo (uint64x2_t * addr, mve_pred16_t p)
7 {
8 return vldrdq_gather_base_wb_z_s64 (addr, 1016, p);
9 }
10
11 /* { dg-final { scan-assembler "vpst" } } */
12 /* { dg-final { scan-assembler "vldrdt.u64\tq\[0-9\]+, \\\[q\[0-9\]+, #\[0-9\]+\\\]!" } } */
13 /* { dg-final { scan-assembler-times "vldr.64" 1 } } */
14 /* { dg-final { scan-assembler-times "vstr.64" 1 } } */
15 /* { dg-final { scan-assembler-not "__ARM_undef" } } */