From: lkcl Date: Sat, 24 Sep 2022 23:25:45 +0000 (+0100) Subject: (no commit message) X-Git-Tag: opf_rfc_ls005_v1~305 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5224985a19bff23e4969d328426af03ba9ce2bdc;p=libreriscv.git --- diff --git a/openpower/sv/overview/discussion.mdwn b/openpower/sv/overview/discussion.mdwn index 7c670a840..ca45a8515 100644 --- a/openpower/sv/overview/discussion.mdwn +++ b/openpower/sv/overview/discussion.mdwn @@ -221,3 +221,11 @@ also define Registers: ... B7 = b56 || ......... .... || b63 RA = B0 || B1 || B2 || B3 || B4 || B5 || B6 || B7 + +Further we may now also define half-words, words, and double-words, +confirming the definition of registers (RA as the same example): + + H0 = B0||B1, H1 = B2||B3, H2 = B4||B5, H3 = B6||B7 + W0 = H0||H1, W1 = H2||H3 + D0 = W0||W1 + RA = D0