projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0c4b40
)
(no commit message)
author
lkcl
<lkcl@web>
Wed, 2 Oct 2019 13:11:01 +0000
(14:11 +0100)
committer
IkiWiki
<ikiwiki.info>
Wed, 2 Oct 2019 13:11:01 +0000
(14:11 +0100)
simple_v_extension/specification/bitmanip.mdwn
patch
|
blob
|
history
diff --git
a/simple_v_extension/specification/bitmanip.mdwn
b/simple_v_extension/specification/bitmanip.mdwn
index fb47df6340bc0e6a5ffee62ef0a7363658e50df6..3f0b60dbf831f9b5c39442bcfdb9af9f5f5035d4 100644
(file)
--- a/
simple_v_extension/specification/bitmanip.mdwn
+++ b/
simple_v_extension/specification/bitmanip.mdwn
@@
-111,7
+111,7
@@
This is similar but not identical to BitManip "CLZ". CLZ returns XLEN when no bi
## sbf - set before first bit
Sets all LSBs leading up to where an LSB in the src is set. If the second
-operand is non-zero, this process begins each time from where 1s are set in the
+operand is non-zero, this process begins each time
(including the first time)
from where 1s are set in the
second operand.
# Example