Fix github issue #60, VEC_RLNM description requires resolution.

Signed-off-by: Bill Schmidt <wschmidt@linux.vnet.ibm.com>
master
Bill Schmidt 7 years ago
parent b62f2aa8fb
commit dee22e6533

@ -7084,11 +7084,12 @@ xml:id="dbdoclet.50655245_pgfId-1138128">
(AND) it with a mask.</para> (AND) it with a mask.</para>
<para>Result value:</para> <para>Result value:</para>
<para>Each element of vector ARG1 is rotated left; then <para>Each element of vector ARG1 is rotated left; then
intersected (AND) with a mask specified by ARG3.</para> intersected (AND) with a mask specified by ARG2 and ARG3.</para>
<para>ARG3 contains the mask begin, mask end, and shift count for <para>ARG2 contains the shift count for each element in the
each element. The shift count is in the low-order byte, the mask low-order byte, with other bytes zero. ARG3 contains the mask
end is in the next higher byte, and the mask begin is in the next begin and mask end for each element, with the mask end in the
higher byte.</para> low-order byte, the mask begin in the next higher byte, and
other bytes zero.</para>
</entry> </entry>
</row> </row>
<row revisionflag="added"> <row revisionflag="added">

Loading…
Cancel
Save