repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Drop main() prototype. Syncs with NetBSD-8
[minix.git]
/
common
/
lib
/
libc
/
arch
/
aarch64
/
gen
/
ctzdi2.S
blob
c8df66a46288d52065c37153f7f9954789ac61fe
1
/* $NetBSD: ctzdi2.S,v 1.1 2014/08/10 05:47:35 matt Exp $ */
2
3
#include <machine/asm.h>
4
5
RCSID("$NetBSD: ctzdi2.S,v 1.1 2014/08/10 05:47:35 matt Exp $")
6
7
ENTRY(ctzdi2)
8
rbit x0, x0
9
clz x0, x0
10
ret
11
END(ctzdi2)