(no commit message)
authorlkcl <lkcl@web>
Thu, 17 Dec 2020 12:57:34 +0000 (12:57 +0000)
committerIkiWiki <ikiwiki.info>
Thu, 17 Dec 2020 12:57:34 +0000 (12:57 +0000)
openpower/sv/ldst.mdwn

index 30f75bb45de25a8bd453a56e7cc3354d85c804f5..5d71fe30cc1d03544281fb7eb92896537c5cbfe7 100644 (file)
@@ -8,3 +8,8 @@ Vectorisation of Load and Store requires creation, from scalar operations, a num
 
 OpenPOWER Load/Store operations may be seen from [[isa/fixedload]] and [[isa/fixedstore]] pseudocode to be of the form:
 
+    lbux RT, RA, TB
+    EA <- (RA) + (RB)
+    RT <- MEM(EA)
+
+and for immediate variants: