From: Luke Kenneth Casson Leighton Date: Thu, 2 Apr 2020 14:36:32 +0000 (+0100) Subject: add missing info X-Git-Tag: convert-csv-opcode-to-binary~2994 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c6e63c6e05159a07541c089b628d6065d1e26ffd;p=libreriscv.git add missing info --- 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 +