From: Luke Kenneth Casson Leighton Date: Sun, 5 Apr 2020 12:13:34 +0000 (+0100) Subject: whoops put (RA|0) into wrong variable X-Git-Tag: convert-csv-opcode-to-binary~2941 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5abe317fcaf035941661824f6e82c82e0357d146;p=libreriscv.git whoops put (RA|0) into wrong variable --- diff --git a/openpower/isa/stringldst.mdwn b/openpower/isa/stringldst.mdwn index b91f75a4f..4ded1cd3a 100644 --- a/openpower/isa/stringldst.mdwn +++ b/openpower/isa/stringldst.mdwn @@ -4,7 +4,7 @@ X-Form * lswi RT,RA,NB - b <- (RA|0) + EA <- (RA|0) if NB = 0 then n <- 32 else n <- NB r <- RT - 1 @@ -55,7 +55,7 @@ X-Form * stswi RS,RA,NB - b <- (RA|0) + EA <- (RA|0) if NB = 0 then n <- 32 else n <- NB r <- RS - 1