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:
2eb5abb
)
whitespace in pseudocode to aid clarity
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 30 Nov 2023 03:03:14 +0000
(
03:03
+0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 30 Nov 2023 03:03:53 +0000
(
03:03
+0000)
openpower/isa/av.mdwn
patch
|
blob
|
history
diff --git
a/openpower/isa/av.mdwn
b/openpower/isa/av.mdwn
index 94c3e1c898820c962f27877edd6996f35f3a07a3..797ba30ecf7645bcd34eda3be0258042c141bcd9 100644
(file)
--- a/
openpower/isa/av.mdwn
+++ b/
openpower/isa/av.mdwn
@@
-39,7
+39,7
@@
Pseudo-code:
# store the entire selected source (even in word mode)
# if Rc = 1 then store the result of comparing a and b to CR0
if a <u b then RT <- (RA|0)
- else RT <- (RB)
+ else
RT <- (RB)
Special Registers Altered:
@@
-82,7
+82,7
@@
Pseudo-code:
# store the entire selected source (even in word mode)
# if Rc = 1 then store the result of comparing a and b to CR0
if a <u b then RT <- (RA|0)
- else RT <- (RB)
+ else
RT <- (RB)
Special Registers Altered: