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

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

Loading…
Cancel
Save