projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c1d161
)
change inline to actually work
author
Jacob Lifshay
<programmerjake@gmail.com>
Tue, 15 Mar 2022 05:10:03 +0000
(22:10 -0700)
committer
Jacob Lifshay
<programmerjake@gmail.com>
Tue, 15 Mar 2022 05:10:03 +0000
(22:10 -0700)
openpower/sv/bitmanip.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/bitmanip.mdwn
b/openpower/sv/bitmanip.mdwn
index bf65a028a32b4ba16568aad3ee843aa7f53e5014..d5a059dbb28202321ecc4c2d6230de5bec748083 100644
(file)
--- a/
openpower/sv/bitmanip.mdwn
+++ b/
openpower/sv/bitmanip.mdwn
@@
-632,7
+632,7
@@
temp = clmul((RA), (RB)) ^ (RC)
`cldivrem` isn't an actual instruction, but is just used in the pseudo-code
for other instructions.
-[[!inline page
s="bitmanip_inlines/cldivrem.py" raw="true
"]]
+[[!inline page
names="openpower/sv/bitmanip_inlines/cldivrem.py" raw="true" feeds="no" actions="yes
"]]
## `cldiv` Carry-less Division