PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / arm / wmul-8.c
blob5ae110d3c49143c0b36bbc265f19b634cbf52a08
1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
3 /* { dg-require-effective-target arm_dsp } */
5 long long
6 foo (long long a, int *b, int *c)
8 return a + (long long)*b * *c;
11 /* { dg-final { scan-assembler "smlal" } } */