From c7ae978b105b7de30d3519665d93f8180e249520 Mon Sep 17 00:00:00 2001 From: Dmitry Selyutin Date: Wed, 25 Aug 2021 12:57:18 +0000 Subject: [PATCH] fixedlogical: switch andi. to XLEN --- openpower/isa/fixedlogical.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpower/isa/fixedlogical.mdwn b/openpower/isa/fixedlogical.mdwn index c5749117..0bf636ae 100644 --- a/openpower/isa/fixedlogical.mdwn +++ b/openpower/isa/fixedlogical.mdwn @@ -18,7 +18,7 @@ D-Form Pseudo-code: - RA <- (RS) & ([0]*48 || UI) + RA <- (RS) & ([0]*(XLEN-16) || UI) Special Registers Altered: -- 2.30.2