From: Luke Kenneth Casson Leighton Date: Fri, 3 Apr 2020 16:54:13 +0000 (+0100) Subject: missed syntax for expanding list X-Git-Tag: convert-csv-opcode-to-binary~2965 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=36ca948926f4c13b6e121948606a4d1aed8394f6;p=libreriscv.git missed syntax for expanding list --- diff --git a/openpower/isa/fixedarith.mdwn b/openpower/isa/fixedarith.mdwn index 734a0f725..893a9b915 100644 --- a/openpower/isa/fixedarith.mdwn +++ b/openpower/isa/fixedarith.mdwn @@ -17,7 +17,7 @@ D-Form * addis RT,RA,SI - if RA = 0 then RT <- EXTS(SI || 160) + if RA = 0 then RT <- EXTS(SI || [0]*16) else RT <- (RA) + EXTS(SI || [0]*16) Special Registers Altered: