From 36ca948926f4c13b6e121948606a4d1aed8394f6 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Fri, 3 Apr 2020 17:54:13 +0100 Subject: [PATCH] missed syntax for expanding list --- openpower/isa/fixedarith.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.30.2