Modified cprop pseudo-code due to parser bug
authorAndrey Miroshnikov <andrey@technepisteme.xyz>
Wed, 22 Jun 2022 14:05:48 +0000 (15:05 +0100)
committerAndrey Miroshnikov <andrey@technepisteme.xyz>
Wed, 22 Jun 2022 14:05:48 +0000 (15:05 +0100)
openpower/isa/av.mdwn

index c10ed3f5144e819e95fcae009d1790ae58748a50..94937abb0f00782ce7fd2b349811048e97547fe2 100644 (file)
@@ -163,7 +163,8 @@ Pseudo-code:
 
     P <- (RA)
     G <- (RB)
-    RT <- ((P|G)+G)^P 
+    temp <- (P|G)+G
+    RT <- temp^P 
 
 Special Registers Altered: