clarify the purpose of this project
[nyanglibc.git] / string / ffsll.s
blob137316f40052bdd97245472f7860b9596f549e7d
1 .text
2 .p2align 4,,15
3 .globl ffsll
4 .type ffsll, @function
5 ffsll:
6 movl $-1, %edx
7 #APP
8 # 32 "../sysdeps/x86_64/ffsll.c" 1
9 bsfq %rdi,%rax
10 cmoveq %rdx,%rax
12 # 0 "" 2
13 #NO_APP
14 addl $1, %eax
15 ret
16 .size ffsll, .-ffsll
17 .weak ffsl
18 .set ffsl,ffsll