/* * 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 static char sccsid[] = "@(#)ffs.s 5.1 (Berkeley) 05/30/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