/* @(#)ffs.s 4.2 11/01/84 */ /* bit = ffs(value) */ #include "DEFS.h" ENTRY(ffs, 0) ffs $0,$32,4(ap),r0 bneq 1f mnegl $1,r0 1: incl r0 ret