More (stylistic) whitespace.
This commit is contained in:
parent
21afa839e6
commit
d3b6b7a500
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: ffs.S,v 1.5 2013/09/30 12:31:27 skrll Exp $ */
|
||||
/* $NetBSD: ffs.S,v 1.6 2013/09/30 13:07:51 skrll Exp $ */
|
||||
/*
|
||||
* Copyright (c) 2001 Christopher Gilbert
|
||||
* All rights reserved.
|
||||
@ -30,7 +30,7 @@
|
||||
|
||||
#include <machine/asm.h>
|
||||
|
||||
RCSID("$NetBSD: ffs.S,v 1.5 2013/09/30 12:31:27 skrll Exp $")
|
||||
RCSID("$NetBSD: ffs.S,v 1.6 2013/09/30 13:07:51 skrll Exp $")
|
||||
|
||||
/*
|
||||
* ffs - find first set bit, this algorithm isolates the first set
|
||||
@ -73,7 +73,7 @@ ARM_ENTRY(ffs)
|
||||
rsbne r0, r0, r0, lsl #16 /* r0 = X * 0x0450fbaf */
|
||||
|
||||
/* now lookup in table indexed on top 6 bits of r0 */
|
||||
ldrbne r0, [r2, r0, lsr #26 ]
|
||||
ldrbne r0, [r2, r0, lsr #26]
|
||||
|
||||
RET
|
||||
.text;
|
||||
|
Loading…
x
Reference in New Issue
Block a user