aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/powerpc/ctz-2.c
blob: fb6129898f9187352ec7f879235ade1e89390a27 (plain)
1
2
3
4
5
6
7
8
/* { dg-do compile { target { powerpc*-*-* && ilp32 } } } */
/* { dg-require-effective-target powerpc_p9modulo_ok } */
/* { dg-options "-mdejagnu-cpu=power9 -O2" } */

int i_trailing_zero (int a) { return __builtin_ctz (a); }

/* { dg-final { scan-assembler     "cnttzw " } } */
/* { dg-final { scan-assembler-not "cntlzw " } } */