From: lkcl Date: Thu, 17 Dec 2020 12:57:34 +0000 (+0000) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~1235 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aad7cd96c511739490253b857f7d81fca3d325a4;p=libreriscv.git --- diff --git a/openpower/sv/ldst.mdwn b/openpower/sv/ldst.mdwn index 30f75bb45..5d71fe30c 100644 --- a/openpower/sv/ldst.mdwn +++ b/openpower/sv/ldst.mdwn @@ -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: