Fix description of vec_bperm

Fixes #47.

Signed-off-by: Bill Schmidt <wschmidt@linux.ibm.com>
pull/69/head
Bill Schmidt 4 years ago
parent b3e24f0f1b
commit f754baafa3

@ -7871,8 +7871,8 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="VIPR.vec-ref">
<listitem> <listitem>
<para> <para>
If bit index <emphasis>j</emphasis> is smaller than 128, bit If bit index <emphasis>j</emphasis> is smaller than 128, bit
<emphasis>i</emphasis> of <emphasis role="bold">r</emphasis> 48+<emphasis>i</emphasis> of <emphasis
is set to the value of the role="bold">r</emphasis> is set to the value of the
<emphasis>j</emphasis><superscript>th</superscript> bit of <emphasis>j</emphasis><superscript>th</superscript> bit of
<emphasis role="bold">a</emphasis>. <emphasis role="bold">a</emphasis>.
</para> </para>
@ -7907,15 +7907,15 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="VIPR.vec-ref">
</mathphrase> </mathphrase>
</inlineequation> </inlineequation>
let bit index <emphasis>k</emphasis> denote the byte let bit index <emphasis>k</emphasis> denote the byte
value of the value of the (8<emphasis>i</emphasis> +
<emphasis>j</emphasis><superscript>th</superscript> <emphasis>j</emphasis>)<superscript>th</superscript>
element of <emphasis role="bold">b</emphasis>. element of <emphasis role="bold">b</emphasis>.
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
If bit index <emphasis>k</emphasis> is greater than or If bit index <emphasis>k</emphasis> is greater than or
equal to 64, bit <emphasis>j</emphasis> of element equal to 64, bit 56+<emphasis>j</emphasis> of element
<emphasis>i</emphasis> of <emphasis <emphasis>i</emphasis> of <emphasis
role="bold">r</emphasis> is set to 0. role="bold">r</emphasis> is set to 0.
</para> </para>
@ -7923,7 +7923,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="VIPR.vec-ref">
<listitem> <listitem>
<para> <para>
If bit index <emphasis>k</emphasis> is less than 64, If bit index <emphasis>k</emphasis> is less than 64,
bit <emphasis>j</emphasis> of element bit 56+<emphasis>j</emphasis> of element
<emphasis>i</emphasis> of <emphasis <emphasis>i</emphasis> of <emphasis
role="bold">r</emphasis> is set to the value of the role="bold">r</emphasis> is set to the value of the
<emphasis>k</emphasis><superscript>th</superscript> <emphasis>k</emphasis><superscript>th</superscript>

Loading…
Cancel
Save