1 /* { dg-require-effective-target arm_v8_1m_mve_ok } */
2 /* { dg-add-options arm_v8_1m_mve } */
3 /* { dg-additional-options "-O2" } */
4 /* { dg-final { check-function-bodies "**" "" } } */
15 ** vmsr p0, (?:ip|fp|r[0-9]+)(?: @.*|)
19 ** vstrbt.8 q[0-9]+, \[(?:ip|fp|r[0-9]+)\](?: @.*|)
23 foo (int8_t *base
, int8x16_t value
, mve_pred16_t p
)
25 vstrbq_p_s8 (base
, value
, p
);
32 ** vmsr p0, (?:ip|fp|r[0-9]+)(?: @.*|)
36 ** vstrbt.8 q[0-9]+, \[(?:ip|fp|r[0-9]+)\](?: @.*|)
40 foo1 (int8_t *base
, int8x16_t value
, mve_pred16_t p
)
42 vstrbq_p (base
, value
, p
);
49 /* { dg-final { scan-assembler-not "__ARM_undef" } } */