testsuite/52641 - Fix more sloppy tests.
[official-gcc.git] / gcc / testsuite / gcc.target / arm / mve / pr108177-13.c
blob13afa92771d4523c344ba521a1632afa54cf2d15
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 "**" "" "" } } */
7 /*
8 ** test:
9 **...
10 ** vstrht.16 q[0-9]+, \[(?:ip|fp|r[0-9]+)\]
11 **...
12 ** vstrht.16 q[0-9]+, \[(?:ip|fp|r[0-9]+)\]
13 **...
16 #define TYPE float16x8_t
17 #define INTRINSIC vstrhq_f16
18 #define INTRINSIC_P vstrhq_p_f16
20 #include "pr108177.x"