projects
/
openpower-isa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef967c6
)
Modified cprop pseudo-code due to parser bug
author
Andrey Miroshnikov
<andrey@technepisteme.xyz>
Wed, 22 Jun 2022 14:05:48 +0000
(15:05 +0100)
committer
Andrey Miroshnikov
<andrey@technepisteme.xyz>
Wed, 22 Jun 2022 14:05:48 +0000
(15:05 +0100)
openpower/isa/av.mdwn
patch
|
blob
|
history
diff --git
a/openpower/isa/av.mdwn
b/openpower/isa/av.mdwn
index c10ed3f5144e819e95fcae009d1790ae58748a50..94937abb0f00782ce7fd2b349811048e97547fe2 100644
(file)
--- 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: