From: lkcl Date: Wed, 2 Oct 2019 13:11:01 +0000 (+0100) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~3923 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=88e7284d1f30d1679aa14052ef63d9ede5dd1f5e;p=libreriscv.git --- diff --git a/simple_v_extension/specification/bitmanip.mdwn b/simple_v_extension/specification/bitmanip.mdwn index fb47df634..3f0b60dbf 100644 --- 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