(no commit message)
authorlkcl <lkcl@web>
Sat, 20 Aug 2022 19:07:53 +0000 (20:07 +0100)
committerIkiWiki <ikiwiki.info>
Sat, 20 Aug 2022 19:07:53 +0000 (20:07 +0100)
openpower/sv/ldst.mdwn

index c0310696bc192f23598d9c6b93ec782885274df6..aaeba9009eb39af72ef2e96f79b6b77d8ee73d10 100644 (file)
@@ -484,7 +484,9 @@ for clarity and simplicity:
         i++;
         j++;
 
-Note above that the source elwidth is *not used at all* in LD-immediate
+Note above that the source elwidth is *not used at all* in LD-immediate.
+*(For Pack/Unpack Mode which shares the same source elwidth bits this
+is no great loss)*.
 
 For LD/Indexed, the key is that in the calculation of the Effective Address,
 RA has no elwidth override but RB does.  Pseudocode below is simplified