From: Andrey Miroshnikov Date: Wed, 22 Jun 2022 14:05:48 +0000 (+0100) Subject: Modified cprop pseudo-code due to parser bug X-Git-Tag: sv_maxu_works-initial~367 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a87e45f65c3e2e93fb6234c1ae7b65bd9dab60b3;p=openpower-isa.git Modified cprop pseudo-code due to parser bug --- diff --git a/openpower/isa/av.mdwn b/openpower/isa/av.mdwn index c10ed3f5..94937abb 100644 --- a/openpower/isa/av.mdwn +++ b/openpower/isa/av.mdwn @@ -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: