From bd0f1cca8b46ff5647398d5e41a90bed8ea4c0b2 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Fri, 24 Jul 2020 11:07:49 +0100 Subject: [PATCH] [0*64] should have been [0]*64 https://bugs.libre-soc.org/show_bug.cgi?id=439#c1 --- openpower/isa/fixedarith.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openpower/isa/fixedarith.mdwn b/openpower/isa/fixedarith.mdwn index 5f556607e..7edafee2d 100644 --- a/openpower/isa/fixedarith.mdwn +++ b/openpower/isa/fixedarith.mdwn @@ -716,7 +716,7 @@ XO-Form Pseudo-code: dividend[0:127] <- (RA) || [0]*64 - divisor[0:127] <- [0*64] || (RB) + divisor[0:127] <- [0]*64 || (RB) if divisor = [0]*128 then overflow <- 1 else @@ -746,7 +746,7 @@ XO-Form Pseudo-code: dividend[0:127] <- (RA) || [0]*64 - divisor[0:127] <- [0*64] || (RB) + divisor[0:127] <- [0]*64 || (RB) if divisor = [0]*128 then overflow <- 1 else -- 2.30.2