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 ** vdupt.32 q[0-9]+, (?:ip|fp|r[0-9]+)(?: @.*|)
23 foo (uint32x4_t inactive
, uint32_t a
, mve_pred16_t p
)
25 return vdupq_m_n_u32 (inactive
, a
, p
);
32 ** vmsr p0, (?:ip|fp|r[0-9]+)(?: @.*|)
36 ** vdupt.32 q[0-9]+, (?:ip|fp|r[0-9]+)(?: @.*|)
40 foo1 (uint32x4_t inactive
, uint32_t a
, mve_pred16_t p
)
42 return vdupq_m (inactive
, a
, p
);
48 ** vmsr p0, (?:ip|fp|r[0-9]+)(?: @.*|)
52 ** vdupt.32 q[0-9]+, (?:ip|fp|r[0-9]+)(?: @.*|)
56 foo2 (uint32x4_t inactive
, mve_pred16_t p
)
58 return vdupq_m (inactive
, 1, p
);
65 /* { dg-final { scan-assembler-not "__ARM_undef" } } */