(no commit message)
authorlkcl <lkcl@web>
Sun, 25 Sep 2022 01:34:51 +0000 (02:34 +0100)
committerIkiWiki <ikiwiki.info>
Sun, 25 Sep 2022 01:34:51 +0000 (02:34 +0100)
openpower/sv/overview/discussion.mdwn

index 1f210c5b2e268c7fa3bfc7178d7a89020fb83602..f054ce722e624c2ed158b8bd16c0bd6daad131eb 100644 (file)
@@ -305,7 +305,9 @@ just like any Memory, and therefore writing to
 half-word element `e4` starting from **GPR(2)** actually wrote to
 half-word element `e0` of GPR(3):
 
+Establishing the MSB0-ordering Bytes B0-B7 thru Half and Words H0-H3
+and W0-W1 with the LE-ordered c union for one single register, r0,
+is as follows:
 
     | B0     | B1    | B2    | B3    | B4    |    B5 |    B6 |    B7   |
     |        H0      |      H1       |      H2       |      H3         |
@@ -314,4 +316,7 @@ half-word element `e0` of GPR(3):
     | r0.b[7] r0.b[5] r0.b[4] r0.b[3] r0.b[2] r0.b[1] r0.b[6] r0.b[0]  |
     |     r0.s[3]        r0.s[2]         r0.s[1]         r0.s[0]       |
     |             r0.i[1]                         r0.i[1]              |
-    |                              r0.l[0]                             |
+    |                            r0.l[0]                               |
+
+It is however just as critical to note that the following are also identical:
+