/* * Copyright (c) 1983 Regents of the University of California. * All rights reserved. The Berkeley software License Agreement * specifies the terms and conditions for redistribution. */ #ifndef lint .asciz "@(#)ffs.s 5.2 (Berkeley) 06/05/85" #endif not lint /* bit = ffs(value) */ #include "DEFS.h" ENTRY(ffs, 0) ffs $0,$32,4(ap),r0 bneq 1f mnegl $1,r0 1: incl r0 ret