From: Shriya Sharma Date: Tue, 21 Nov 2023 12:25:16 +0000 (+0000) Subject: Added brackets for pifixedloadshift.mdwm file X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ed654fd45d2223c94a4bd38997bfeba842c8b0d5;p=openpower-isa.git Added brackets for pifixedloadshift.mdwm file --- diff --git a/openpower/isa/pifixedloadshift.mdwn b/openpower/isa/pifixedloadshift.mdwn index e4eadda8..afc5a6d3 100644 --- a/openpower/isa/pifixedloadshift.mdwn +++ b/openpower/isa/pifixedloadshift.mdwn @@ -133,7 +133,7 @@ Pseudo-code: EA <- (RA) RT <- EXTS(MEM(EA, 4)) - RA <- (RA) + (RB)<<(SH+1) + RA <- (RA) + ((RB)<<(SH+1)) Description: @@ -163,7 +163,7 @@ Pseudo-code: EA <- (RA) RT <- MEM(EA, 8) - RA <- (RA) + (RB)<<(SH+1) + RA <- (RA) + ((RB)<<(SH+1)) Description: