repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2018-03-15 Steven G. Kargl <kargl@gcc.gnu.org>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
aarch64
/
clrsb.c
blob
ac8d2e0510624dc23ac9b3c5204bd3b61b10274d
1
/* { dg-do compile } */
2
/* { dg-options "-O2" } */
3
4
unsigned int
functest
(
unsigned int
x
)
5
{
6
return
__builtin_clrsb
(
x
);
7
}
8
9
/* { dg-final { scan-assembler "cls\tw" } } */