1 2 3 4 5 6 7 8 9 10 11
/* { dg-do compile } */ /* { dg-options "-O2" } */ /* { dg-require-effective-target arm_dsp } */ long long foo (long long a, int *b, int *c) { return a + (long long)*b * *c; } /* { dg-final { scan-assembler "smlal" } } */