From 28810e9f1b6b92b2239c514672e4454648e79da0 Mon Sep 17 00:00:00 2001 From: Shriya Sharma Date: Tue, 21 Nov 2023 12:23:50 +0000 Subject: [PATCH] Added brackets for pifixedstoreshift.mdwm file --- openpower/isa/pifixedstoreshift.mdwn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.30.2