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 ** veort q[0-9]+, q[0-9]+, q[0-9]+(?: @.*|)
23 foo (uint32x4_t a
, uint32x4_t b
, mve_pred16_t p
)
25 return veorq_x_u32 (a
, b
, p
);
32 ** vmsr p0, (?:ip|fp|r[0-9]+)(?: @.*|)
36 ** veort q[0-9]+, q[0-9]+, q[0-9]+(?: @.*|)
40 foo1 (uint32x4_t a
, uint32x4_t b
, mve_pred16_t p
)
42 return veorq_x (a
, b
, p
);
49 /* { dg-final { scan-assembler-not "__ARM_undef" } } */