From: Shriya Sharma Date: Tue, 21 Nov 2023 12:23:50 +0000 (+0000) Subject: Added brackets for pifixedstoreshift.mdwm file X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=28810e9f1b6b92b2239c514672e4454648e79da0;p=openpower-isa.git Added brackets for pifixedstoreshift.mdwm file --- diff --git a/openpower/isa/pifixedstoreshift.mdwn b/openpower/isa/pifixedstoreshift.mdwn index 43239d0c..a6ce7534 100644 --- a/openpower/isa/pifixedstoreshift.mdwn +++ b/openpower/isa/pifixedstoreshift.mdwn @@ -14,7 +14,7 @@ Z23-Form Pseudo-code: - EA <- (RA) + (RB)<<(SH+1) + EA <- (RA) + ((RB)<<(SH+1)) ea <- (RA) MEM(ea, 1) <- (RS)[XLEN-8:XLEN-1] RA <- EA @@ -42,7 +42,7 @@ Z23-Form Pseudo-code: - EA <- (RA) + (RB)<<(SH+1) + EA <- (RA) + ((RB)<<(SH+1)) ea <- (RA) MEM(ea, 2) <- (RS)[XLEN-16:XLEN-1] RA <- EA @@ -70,7 +70,7 @@ Z23-Form Pseudo-code: - EA <- (RA) + (RB)<<(SH+1) + EA <- (RA) + ((RB)<<(SH+1)) ea <- (RA) MEM(ea, 4) <- (RS)[XLEN-32:XLEN-1] RA <- EA @@ -98,7 +98,7 @@ Z23-Form Pseudo-code: - EA <- (RA) + (RB)<<(SH+1) + EA <- (RA) + ((RB)<<(SH+1)) ea <- (RA) MEM(ea, 8) <- (RS) RA <- EA