1  /* { dg-do compile } */
       2  /* { dg-require-effective-target arm_v8_1m_mve_fp_ok } */
       3  /* { dg-options "-O2" } */
       4  /* { dg-add-options arm_v8_1m_mve_fp } */
       5  /* { dg-final { check-function-bodies "**" "" "" } } */
       6  
       7  /*
       8  ** test:
       9  **...
      10  **	vstrwt.32	q[0-9]+, \[(?:ip|fp|r[0-9]+)\]
      11  **...
      12  **	vstrwt.32	q[0-9]+, \[(?:ip|fp|r[0-9]+)\]
      13  **...
      14  */
      15  
      16  #define TYPE float32x4_t
      17  #define INTRINSIC vstrwq_f32
      18  #define INTRINSIC_P vstrwq_p_f32
      19  
      20  #include "pr108177.x"