From: Luke Kenneth Casson Leighton Date: Mon, 20 Mar 2023 13:57:12 +0000 (+0000) Subject: clarify X-Git-Tag: opf_rfc_ls001_v3~131 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bdbba751d08bc8d17d988841e7b0bec238762ef4;p=libreriscv.git clarify --- diff --git a/openpower/sv/rfc/ls007.mdwn b/openpower/sv/rfc/ls007.mdwn index 22e453a7f..211f5c7ae 100644 --- a/openpower/sv/rfc/ls007.mdwn +++ b/openpower/sv/rfc/ls007.mdwn @@ -77,7 +77,7 @@ GPR, CR-Field, bit-manipulation, ternary, binary, dynamic, look-up-table * `crternlogi` is similar to the group of CR Operations (crand, cror etc) which have been identified as a Binary Lookup Group, except an 8-bit immediate is used instead of a 4-bit one, and up to 4 bits of a CR Field may - be computed at once, saving 3 CR operations. + be computed at once, saving at least 3 groups of CR operations. * `crbinlut` is similar to the Binary Lookup Group of CR Operations except that the 4-bit lookup table comes from a CR Field instead of from an Immediate. Also like `crternlogi` up to 4 bits may be computed at once.