blob: aca0b358ea95882219996ec4d441eb8bc8b531b8 [file] [log] [blame]
/* { dg-require-effective-target arm_v8_1m_mve_ok } */
/* { dg-add-options arm_v8_1m_mve } */
/* { dg-additional-options "-O2" } */
#include "arm_mve.h"
int32x4_t
foo (int32x4_t inactive, int32x4_t a, int32x4_t b)
{
return vqrdmlsdhxq_s32 (inactive, a, b);
}
/* { dg-final { scan-assembler "vqrdmlsdhx.s32" } } */
int32x4_t
foo1 (int32x4_t inactive, int32x4_t a, int32x4_t b)
{
return vqrdmlsdhxq (inactive, a, b);
}
/* { dg-final { scan-assembler "vqrdmlsdhx.s32" } } */