projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ce6b92
)
(no commit message)
author
lkcl
<lkcl@web>
Fri, 10 Nov 2023 07:41:19 +0000
(07:41 +0000)
committer
IkiWiki
<ikiwiki.info>
Fri, 10 Nov 2023 07:41:19 +0000
(07:41 +0000)
openpower/sv/cookbook/remap_matrix.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/cookbook/remap_matrix.mdwn
b/openpower/sv/cookbook/remap_matrix.mdwn
index 4658d29d3f1671a06b93cb5fd27c1fb132b90292..e8df9fa81f07941075da8c421ae4e2255a114d00 100644
(file)
--- a/
openpower/sv/cookbook/remap_matrix.mdwn
+++ b/
openpower/sv/cookbook/remap_matrix.mdwn
@@
-355,7
+355,7
@@
svremap 15, 1, 2, 3, 0, 0, 0
breakdown:
-- `SVme=
31
`, 5-bit bitmask determines which registers have REMAP applied.
+- `SVme=
15
`, 5-bit bitmask determines which registers have REMAP applied.
Bitfields are: `RA|RB|RC|RT|EA` In this example, all input registers
(RA, RB, RC) of *any* scalar instruction to follow and output register (RT)
will have REMAP applied, but the 2nd output register will not.