Rebase.
[official-gcc.git] / gcc / testsuite / gcc.target / mips / octeon-pop-2.c
blobd6d2a7afb3f1c6723a7f211ab1d6dd6eb8717c60
1 /* { dg-do compile } */
2 /* { dg-options "-march=octeon -mgp64" } */
3 /* { dg-skip-if "code quality test" { *-*-* } { "-O0" } { "" } } */
4 /* The pop instruction does not depend on the word value to be sign extended. */
5 /* { dg-final { scan-assembler-not "sll\t" } } */
7 NOMIPS16 long long f(long long i)
9 return __builtin_popcount (i);