From aad7cd96c511739490253b857f7d81fca3d325a4 Mon Sep 17 00:00:00 2001 From: lkcl Date: Thu, 17 Dec 2020 12:57:34 +0000 Subject: [PATCH] --- openpower/sv/ldst.mdwn | 5 +++++ 1 file changed, 5 insertions(+) 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: -- 2.30.2