From 70550107a0cf3bfe6624d420789a0cb12f44ad4d Mon Sep 17 00:00:00 2001 From: Dmitry Selyutin Date: Sat, 2 Oct 2021 09:23:42 +0000 Subject: [PATCH] fixedlogical: simplify extsw --- openpower/isa/fixedlogical.mdwn | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/openpower/isa/fixedlogical.mdwn b/openpower/isa/fixedlogical.mdwn index 5162dbd4..b1332fe8 100644 --- a/openpower/isa/fixedlogical.mdwn +++ b/openpower/isa/fixedlogical.mdwn @@ -389,9 +389,7 @@ X-Form Pseudo-code: - s <- (RS)[XLEN/2] - RA[XLEN/2:XLEN-1] <- (RS)[XLEN/2:XLEN-1] - RA[0:(XLEN/2)-1] <- [s]*(XLEN/2) + RA <- EXTSXL(RS, 32) Special Registers Altered: -- 2.30.2