projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a25c6d
)
(no commit message)
author
lkcl
<lkcl@web>
Thu, 5 May 2022 11:38:45 +0000
(12:38 +0100)
committer
IkiWiki
<ikiwiki.info>
Thu, 5 May 2022 11:38:45 +0000
(12:38 +0100)
openpower/sv/cr_ops.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/cr_ops.mdwn
b/openpower/sv/cr_ops.mdwn
index 942158bc174849f25aba6feab40c0cd9946223ce..9bb7a31b1d847ea2c7c1171ce387a8d4127ee498 100644
(file)
--- a/
openpower/sv/cr_ops.mdwn
+++ b/
openpower/sv/cr_ops.mdwn
@@
-185,3
+185,8
@@
elements thereafter:
for i in VL-1 downto 0 # reverse gear
CR[4+i].ge &= CR[5+i].ge
+# cmp and other compare operations
+
+`cmp` and `cmpi` etc take GPRs as sources and create a CR Field as a result.
+With `ELWIDTH_SRC` applying to the source operands this is perfectly fine.
+