From: Luke Kenneth Casson Leighton Date: Sun, 5 Apr 2020 12:21:40 +0000 (+0100) Subject: indentation correction (spec wrong) X-Git-Tag: convert-csv-opcode-to-binary~2938 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3a43fe1f2368190fa2a55a74768a37f2f6e46489;p=libreriscv.git indentation correction (spec wrong) --- diff --git a/openpower/isa/stringldst.mdwn b/openpower/isa/stringldst.mdwn index 99ac486ef..e2d314c5e 100644 --- a/openpower/isa/stringldst.mdwn +++ b/openpower/isa/stringldst.mdwn @@ -63,7 +63,7 @@ X-Form do while n > 0 if i = 32 then r <- (r + 1) % 32 MEM(EA, 1) <- GPR(r)[i:i+7] - i <- i + 8 + i <- i + 8 if i = 64 then i <- 32 EA <- EA + 1 n <- n - 1 @@ -86,7 +86,7 @@ X-Form do while n > 0 if i = 32 then r <- (r + 1) % 32 MEM(EA, 1) <- GPR(r)[i:i+7] - i <- i + 8 + i <- i + 8 if i = 64 then i <- 32 EA <- EA + 1 n <- n - 1