From 884102b3e4d79d9e9a6f95dd171a24835a0e7cc0 Mon Sep 17 00:00:00 2001 From: Shriya Sharma Date: Tue, 21 Nov 2023 12:47:38 +0000 Subject: [PATCH] Added brackets for lwasux instruction in the fixedloadshift.mdwm file --- openpower/isa/fixedloadshift.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpower/isa/fixedloadshift.mdwn b/openpower/isa/fixedloadshift.mdwn index 7110c98f..e54ebf3f 100644 --- a/openpower/isa/fixedloadshift.mdwn +++ b/openpower/isa/fixedloadshift.mdwn @@ -266,7 +266,7 @@ X-Form Pseudo-code: - EA <- (RA) + (RB) << (SH+1) + EA <- (RA) + ((RB) << (SH+1)) RT <- EXTS(MEM(EA, 4)) RA <- EA -- 2.30.2