We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5af2121 + 189d4a7 commit eb21f87Copy full SHA for eb21f87
doc/vector/insns/vwsll.adoc
@@ -84,7 +84,8 @@ Vector-Scalar/Immediate Arguments::
84
Description::
85
A widening logical shift left is performed on each element of `vs2`.
86
87
-The elements in `vs2` are shifted left by the shift amount specified by either
+The elements in `vs2` are zero-extended to 2*`SEW` bits, then shifted left
88
+by the shift amount specified by either
89
the corresponding elements of `vs1` (vector-vector), integer register `rs1`
90
(vector-scalar), or an immediate value (vector-immediate).
91
Only the low log2(2*`SEW`) bits of the shift-amount value are used, all other
0 commit comments