From: Shriya Sharma Date: Tue, 21 Nov 2023 12:47:38 +0000 (+0000) Subject: Added brackets for lwasux instruction in the fixedloadshift.mdwm file X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=884102b3e4d79d9e9a6f95dd171a24835a0e7cc0;p=openpower-isa.git Added brackets for lwasux instruction in the fixedloadshift.mdwm file --- 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