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