From d90c5672352a8518ea255404ed2000bc6799cf54 Mon Sep 17 00:00:00 2001 From: Dmitry Selyutin Date: Wed, 25 Aug 2021 12:58:37 +0000 Subject: [PATCH] fixedlogical: switch andis. 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 baf2fcb9..d0965130 100644 --- a/openpower/isa/fixedlogical.mdwn +++ b/openpower/isa/fixedlogical.mdwn @@ -46,7 +46,7 @@ D-Form Pseudo-code: - RA <- (RS) & ([0]*32 || UI || [0]*16) + RA <- (RS) & ([0]*(XLEN-32) || UI || [0]*16) Special Registers Altered: -- 2.30.2