Commit 82675d94 by Richard Henderson Committed by Richard Henderson

* doc/md.texi (vec_perm_const): Fix typo in cindex.

From-SVN: r179759
parent aafdb0d7
2011-10-10 Richard Henderson <rth@redhat.com>
* doc/md.texi (vec_perm_const): Fix typo in cindex.
2011-10-10 Kirill Yukhin <kirill.yukhin@intel.com> 2011-10-10 Kirill Yukhin <kirill.yukhin@intel.com>
Yakovlev Vladimir <vladimir.b.yakovlev@intel.com> Yakovlev Vladimir <vladimir.b.yakovlev@intel.com>
...@@ -4041,7 +4041,7 @@ be computed modulo @math{2*@var{N}}. Note that if ...@@ -4041,7 +4041,7 @@ be computed modulo @math{2*@var{N}}. Note that if
@code{rtx_equal_p(operand1, operand2)}, this can be implemented @code{rtx_equal_p(operand1, operand2)}, this can be implemented
with just operand 1 and selector elements modulo @var{N}. with just operand 1 and selector elements modulo @var{N}.
@cindex @code{vec_perm_const@var{m}) instruction pattern @cindex @code{vec_perm_const@var{m}} instruction pattern
@item @samp{vec_perm_const@var{m}} @item @samp{vec_perm_const@var{m}}
Like @samp{vec_perm} except that the permutation is a compile-time Like @samp{vec_perm} except that the permutation is a compile-time
constant. That is, operand 3, the @dfn{selector}, is a @code{CONST_VECTOR}. constant. That is, operand 3, the @dfn{selector}, is a @code{CONST_VECTOR}.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment