projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22c03b8
)
(no commit message)
author
lkcl
<lkcl@web>
Tue, 15 Dec 2020 21:00:27 +0000
(21:00 +0000)
committer
IkiWiki
<ikiwiki.info>
Tue, 15 Dec 2020 21:00:27 +0000
(21:00 +0000)
openpower/sv/svp_rewrite/svp64/discussion.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/svp_rewrite/svp64/discussion.mdwn
b/openpower/sv/svp_rewrite/svp64/discussion.mdwn
index 2b7834aa2e3814db7d13f4f26137acb302170696..f8e279851a3ef5c7d63ebe0e262778646b2c9ef4 100644
(file)
--- a/
openpower/sv/svp_rewrite/svp64/discussion.mdwn
+++ b/
openpower/sv/svp_rewrite/svp64/discussion.mdwn
@@
-178,10
+178,10
@@
Note: considerable care needs to be taken when putting these horiz/vertical CRs
y = i % 8
x = i // 8
if verticalmode:
- CRINDEX = y*8 + x
+ CRINDEX =
BA +
y*8 + x
else:
- CRINDEX = i
-
CR[BA +
CRINDEX] = ...
+ CRINDEX =
BA*8
i
+
CR[
CRINDEX] = ...