Added brackets for fixedloadshift.mdwm file
authorShriya Sharma <shriya@redsemiconductor.com>
Tue, 21 Nov 2023 12:39:55 +0000 (12:39 +0000)
committerShriya Sharma <shriya@redsemiconductor.com>
Tue, 21 Nov 2023 12:39:55 +0000 (12:39 +0000)
openpower/isa/fixedloadshift.mdwn

index 001858ca8e5322bc31ece767fac2500b592eaea8..7110c98fa71adb7a0d720765d20b9c6069d0c3d1 100644 (file)
@@ -162,7 +162,7 @@ X-Form
 
 Pseudo-code:
 
-    EA <- (RA) + (RB) << (SH+1)
+    EA <- (RA) + ((RB) << (SH+1))
     RT <- EXTS(MEM(EA, 2))
     RA <- EA