From: Luke Kenneth Casson Leighton Date: Sun, 5 Apr 2020 11:42:23 +0000 (+0100) Subject: syntax corrections X-Git-Tag: convert-csv-opcode-to-binary~2943 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e822340819517bda89dcf8ab647d6fbef5e8fe95;p=libreriscv.git syntax corrections --- diff --git a/openpower/isa/fixedshift.mdwn b/openpower/isa/fixedshift.mdwn index e3de08dee..0b3ea8825 100644 --- a/openpower/isa/fixedshift.mdwn +++ b/openpower/isa/fixedshift.mdwn @@ -298,7 +298,7 @@ X-Form if (RB)[57] = 0 then m <- MASK(n, 63) else m <- [0]*64 - s <- (RS)0 + s <- (RS)[0] RA <- r&m | ([s]*64)& ¬m carry <- s & ((r&¬m) != 0) CA <- carry