xref: /original-bsd/lib/libc/vax/string/ffs.s (revision 92d3de31)
1/* @(#)ffs.s	4.1 12/15/82 */
2/* bit = ffs(value) */
3
4#include "DEFS.h"
5
6ENTRY(ffs)
7	ffs	$0,$32,4(ap),r0
8	bneq	1f
9	mnegl	$1,r0
101:
11	incl	r0
12	ret
13