Fix issue #14, Wrong result value text for VEC_INSERT4B

Signed-off-by: Bill Schmidt <wschmidt@linux.vnet.ibm.com>
master
Bill Schmidt 8 years ago
parent b5801a4c57
commit ae1372461b

@ -3806,10 +3806,9 @@ xml:id="dbdoclet.50655245_pgfId-1138128">
<para>Purpose:</para>
<para>Inserts a word into a vector at a byte position.</para>
<para>Result value:</para>
<para>The first doubleword element of the result contains the
zero-extended extracted word from ARG1. The second doubleword is
set to 0. ARG2 specifies the least-significant byte (0&#8211;12) of
the extracted word.</para>
<para>Let W be the first doubleword element of ARG1, truncated
to 32 bits. The result vector is formed by inserting W into
ARG2 at the byte position (0&#8211;12) specified by ARG3.</para>
</entry>
</row>
<row revisionflag="added">

@ -361,7 +361,7 @@ register vector double vd = vec_splats(*double_ptr);</programlisting>
</entry>
<entry>
<para>For LE, subtract the byte position from 12, and swap the
halves of ARG2.</para>
halves of ARG1.</para>
</entry>
</row>
<row>

Loading…
Cancel
Save