[testsuite] require sqrt_insn effective target where needed
[official-gcc.git] / gcc / testsuite / gcc.target / powerpc / 440-machhwu-2.c
blob14a3ebf6a5e2ec5779b9d8169b0406c1198f7846
1 /* Test generation of machhwu. on 440. */
2 /* Origin: Joseph Myers <joseph@codesourcery.com> */
3 /* { dg-do compile } */
4 /* { dg-require-effective-target ilp32 } */
5 /* { dg-options "-O2 -mdejagnu-cpu=440" } */
7 /* { dg-final { scan-assembler "machhwu\\. " } } */
9 unsigned int
10 f(unsigned int a, unsigned int b, unsigned int c)
12 a += (b >> 16) * (c >> 16);
13 if (!a)
14 return 10;
15 return a;