projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8f0187
)
(no commit message)
author
lkcl
<lkcl@web>
Sun, 12 Jun 2022 18:25:03 +0000
(19:25 +0100)
committer
IkiWiki
<ikiwiki.info>
Sun, 12 Jun 2022 18:25:03 +0000
(19:25 +0100)
openpower/sv/mv.swizzle.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/mv.swizzle.mdwn
b/openpower/sv/mv.swizzle.mdwn
index 282fb35b1b93af9bb64949c163ce44586beb0fcd..f867e187418e88287eb919a8a421bb446446008f 100644
(file)
--- a/
openpower/sv/mv.swizzle.mdwn
+++ b/
openpower/sv/mv.swizzle.mdwn
@@
-155,8
+155,6
@@
Swizzle Pseudocode (when SRC_SUBVL=SUBVL):
# determine implied subvector length from Swizzle
for i in range(4):
if swiz[i] != 0b000: subvlen = i+1
- for i in range(4):
- if swiz[i] >= 0b100: subvlen = max(subvlen, swiz[i]-3)
source_subvl = subvlen
dest_subvl = SUBVL
```
@@
-180,8
+178,6
@@
Example 3:
A SUBVL of 3 with a Swizzle "YX.." allows a vec2 to be copied to a vec3
-Example 4:
-
# RM Mode Concept:
MVRM-2P-2S1D: