From: lkcl Date: Wed, 2 Oct 2019 07:33:14 +0000 (+0100) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~3929 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cb34047b11ee04ea8a5dde4717c63521c4a8f56b;p=libreriscv.git --- diff --git a/simple_v_extension/specification/bitmanip.mdwn b/simple_v_extension/specification/bitmanip.mdwn index d38b4246f..0e741c3c9 100644 --- a/simple_v_extension/specification/bitmanip.mdwn +++ b/simple_v_extension/specification/bitmanip.mdwn @@ -78,7 +78,7 @@ output instruction pseudoinstruction ## pcnt - population count -population-count +population-count. Pseudocode: @@ -89,6 +89,8 @@ Pseudocode: v &= v - 1; // clear the least significant bit set } +This instruction is present in BitManip. + ## ffirst - find first bit finds the first bit set as an index.