projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9da7623
)
(no commit message)
author
lkcl
<lkcl@web>
Tue, 1 Dec 2020 20:33:19 +0000
(20:33 +0000)
committer
IkiWiki
<ikiwiki.info>
Tue, 1 Dec 2020 20:33:19 +0000
(20:33 +0000)
openpower/sv/setvl.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/setvl.mdwn
b/openpower/sv/setvl.mdwn
index c08bd2a7e85b52c7dfd03429313d2938eb8167b4..28ccf7c4e03e738672cfa5a1bf484a41f65c49ae 100644
(file)
--- a/
openpower/sv/setvl.mdwn
+++ b/
openpower/sv/setvl.mdwn
@@
-68,7
+68,7
@@
Note that setmvli is a pseudo-op, based on RT=0, and setvli likewise, based on R
## Core concept loop
loop:
- setvl
i a3, a0, MVL=8
# update a3 with vl
+ setvl
a3, a0, MVL=8
# update a3 with vl
# (# of elements this iteration)
# set MVL to 8
# do vector operations at up to 8 length (MVL=8)