Added brackets for lwasux instruction in the fixedloadshift.mdwm file
authorShriya Sharma <shriya@redsemiconductor.com>
Tue, 21 Nov 2023 12:47:38 +0000 (12:47 +0000)
committerShriya Sharma <shriya@redsemiconductor.com>
Tue, 21 Nov 2023 12:47:38 +0000 (12:47 +0000)
openpower/isa/fixedloadshift.mdwn

index 7110c98fa71adb7a0d720765d20b9c6069d0c3d1..e54ebf3f0df935f06f16efd09c7241f7c8f4189b 100644 (file)
@@ -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