From: lkcl Date: Wed, 6 Jan 2021 23:40:42 +0000 (+0000) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~598 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=17347ac753b0224fe4710fccdd3018242ff4bb37;p=libreriscv.git --- diff --git a/openpower/sv/cr_int_predication.mdwn b/openpower/sv/cr_int_predication.mdwn index eb35d16fc..f8faa6388 100644 --- a/openpower/sv/cr_int_predication.mdwn +++ b/openpower/sv/cr_int_predication.mdwn @@ -73,7 +73,8 @@ Below is some pseudocode that, given a CR offset `offs` to represent `CR.eq` thr Assuming that `offs` is set to `CR.eq` this results in: -* Arithmetic bit 0 (the LSB) of RS being inserted into CR0.eq +* Arithmetic bit 0 (the LSB, numbered 63 in IBM MSB0 terminology) + of RS being inserted into CR0.eq * Arithmetic bit 1 of RS being inserted into CR1.eq * ... * Arithmetic bit 7 of RS being inserted into CR7.eq