From c6e63c6e05159a07541c089b628d6065d1e26ffd Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Thu, 2 Apr 2020 15:36:32 +0100 Subject: [PATCH] add missing info --- openpower/isa/stringldst.mdwn | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/openpower/isa/stringldst.mdwn b/openpower/isa/stringldst.mdwn index 0c60cf352..7b55b4667 100644 --- a/openpower/isa/stringldst.mdwn +++ b/openpower/isa/stringldst.mdwn @@ -1,5 +1,7 @@ # Load String Word Immediate +X-Form + * lswi RT,RA,NB if RA = 0 then EA <- 0 @@ -18,8 +20,13 @@ EA <- EA + 1 n <- n - 1 +Special Registers Altered: + None + # Load String Word Indexed +X-Form + * lswx RT,RA,RB if RA = 0 then b <- 0 @@ -40,8 +47,13 @@ EA <- EA + 1 n <- n - 1 +Special Registers Altered: + None + # Store String Word Immediate +X-Form + * stswi RS,RA,NB if RA = 0 then EA <- 0 @@ -58,8 +70,13 @@ EA <- EA + 1 n <- n - 1 +Special Registers Altered: + None + # Store String Word Indexed +X-Form + * stswx RS,RA,RB if RA = 0 then b <- 0 @@ -76,3 +93,6 @@ EA <- EA + 1 n <- n - 1 +Special Registers Altered: + None + -- 2.30.2