From 42ff7533d5a2439f6f9c6206fc83ac6087d12f32 Mon Sep 17 00:00:00 2001 From: Dmitry Selyutin Date: Sat, 2 Oct 2021 09:23:22 +0000 Subject: [PATCH] fixedlogical: simplify extsh --- 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 067a43ff..5162dbd4 100644 --- a/openpower/isa/fixedlogical.mdwn +++ b/openpower/isa/fixedlogical.mdwn @@ -238,9 +238,7 @@ X-Form Pseudo-code: - s <- (RS)[48] - RA[48:63] <- (RS)[48:63] - RA[0:47] <- [s]*48 + RA <- EXTSXL(RS, 16) Special Registers Altered: -- 2.30.2