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